{"id":439,"date":"2026-02-14T14:40:36","date_gmt":"2026-02-14T05:40:36","guid":{"rendered":"https:\/\/x-global.it\/classica-x\/?page_id=439"},"modified":"2026-02-14T15:28:40","modified_gmt":"2026-02-14T06:28:40","slug":"about-4","status":"publish","type":"page","link":"https:\/\/x-global.it\/classica-x\/en\/about-4\/","title":{"rendered":"About(en)"},"content":{"rendered":"\n<style>\n  \/* ============================================================\n     Classica-X About Page (English)\n     WordPress Custom HTML Block\n     ============================================================ *\/\n  .cxa-page {\n    --color-bg: #0a0a0a;\n    --color-bg-elevated: #111111;\n    --color-bg-card: #161616;\n    --color-bg-card-hover: #1a1a1a;\n    --color-surface: #1e1e1e;\n    --color-border: #2a2a2a;\n    --color-border-subtle: #1f1f1f;\n    --color-text-primary: #f0ece6;\n    --color-text-secondary: #d5d0c8;\n    --color-text-tertiary: #a8a298;\n    --color-accent-gold: #c9a96e;\n    --color-accent-gold-dim: #a08a50;\n    --color-accent-gold-bright: #dfc48b;\n    --color-accent-silver: #d4cec6;\n    --color-white: #f5f0ea;\n    --color-tag-bg: rgba(201, 169, 110, 0.08);\n    --color-tag-border: rgba(201, 169, 110, 0.2);\n    --color-link: #c9a96e;\n    --color-link-hover: #dfc48b;\n    --font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;\n    --font-body-en: 'EB Garamond', Georgia, serif;\n    --max-width: 1200px;\n    --content-width: 780px;\n\n    background-color: var(--color-bg);\n    color: var(--color-text-primary);\n    font-family: var(--font-body-en);\n    line-height: 1.8;\n    margin: 0 auto;\n    padding: 0;\n    max-width: 100%;\n  }\n\n  .cxa-page *,\n  .cxa-page *::before,\n  .cxa-page *::after {\n    box-sizing: border-box;\n  }\n\n  .cxa-page a {\n    color: var(--color-link);\n    text-decoration: none;\n    transition: color 0.3s ease;\n  }\n  .cxa-page a:hover {\n    color: var(--color-link-hover);\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');\n\n  \/* ---- Breadcrumb ---- *\/\n  .cxa-breadcrumb {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 1.5rem 2rem 0;\n    font-size: 0.8rem;\n    color: var(--color-text-tertiary);\n    font-family: var(--font-body-en);\n  }\n  .cxa-breadcrumb a { color: var(--color-text-tertiary); }\n  .cxa-breadcrumb a:hover { color: var(--color-accent-gold); }\n  .cxa-breadcrumb .sep { margin: 0 0.5em; opacity: 0.5; }\n\n  \/* ---- Hero ---- *\/\n  .cxa-hero {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n  }\n  .cxa-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5em;\n    font-size: 0.7rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold);\n    background: var(--color-tag-bg);\n    border: 1px solid var(--color-tag-border);\n    padding: 0.4em 1em;\n    border-radius: 2px;\n    margin-bottom: 2rem;\n  }\n  .cxa-hero-badge::before {\n    content: '';\n    display: inline-block;\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--color-accent-gold);\n  }\n  .cxa-hero-title {\n    font-family: var(--font-display);\n    font-size: 3rem;\n    font-weight: 400;\n    letter-spacing: 0.06em;\n    color: var(--color-white);\n    margin-bottom: 0.3rem;\n  }\n  .cxa-hero-subtitle {\n    font-family: var(--font-display);\n    font-size: 1.3rem;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--color-accent-gold);\n    letter-spacing: 0.03em;\n    margin-bottom: 2rem;\n  }\n  .cxa-hero-line {\n    width: 80px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--color-accent-gold-dim), transparent);\n    margin: 0 auto 2rem;\n  }\n  .cxa-hero-desc {\n    max-width: 640px;\n    margin: 0 auto;\n    font-size: 0.92rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.85;\n  }\n\n  \/* ---- Section ---- *\/\n  .cxa-section {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 3.5rem 2rem;\n  }\n  .cxa-section-narrow {\n    max-width: var(--content-width);\n    margin: 0 auto;\n  }\n  .cxa-sec-label {\n    font-family: var(--font-display);\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--color-accent-gold-dim);\n    margin-bottom: 0.6rem;\n  }\n  .cxa-sec-title {\n    font-family: var(--font-display);\n    font-size: 1.8rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin: 0 0 1.5rem 0;\n    line-height: 1.3;\n  }\n  .cxa-divider {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n  .cxa-divider hr {\n    border: none;\n    height: 1px;\n    background: var(--color-border-subtle);\n    margin: 0;\n  }\n\n  \/* ---- Vision Block ---- *\/\n  .cxa-vision {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 3rem 3.5rem;\n    text-align: center;\n    margin-bottom: 1rem;\n  }\n  .cxa-vision-en {\n    font-family: var(--font-display);\n    font-size: 1.6rem;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--color-accent-gold);\n    letter-spacing: 0.03em;\n  }\n\n  \/* ---- Prose ---- *\/\n  .cxa-prose {\n    font-size: 0.92rem;\n    color: var(--color-text-secondary);\n    line-height: 1.95;\n  }\n  .cxa-prose p {\n    margin: 0 0 1.4rem 0;\n  }\n  .cxa-prose strong {\n    color: var(--color-text-primary);\n    font-weight: 500;\n  }\n\n  \/* ---- Features Grid ---- *\/\n  .cxa-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-feature {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2rem 2rem 1.8rem;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-feature:hover {\n    border-color: var(--color-border);\n  }\n  .cxa-feature-num {\n    font-family: var(--font-display);\n    font-size: 2rem;\n    font-weight: 300;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.4;\n    line-height: 1;\n    margin-bottom: 1rem;\n  }\n  .cxa-feature-title {\n    font-family: var(--font-display);\n    font-size: 1.15rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin-bottom: 0.8rem;\n  }\n  .cxa-feature-desc {\n    font-size: 0.82rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.7;\n  }\n\n  \/* ---- Process \/ How It Works ---- *\/\n  .cxa-process {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-step {\n    text-align: center;\n    padding: 2rem 1.2rem;\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    position: relative;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-step:hover {\n    border-color: var(--color-border);\n  }\n  .cxa-step-num {\n    font-family: var(--font-display);\n    font-size: 2.2rem;\n    font-weight: 300;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.35;\n    margin-bottom: 0.8rem;\n  }\n  .cxa-step-title {\n    font-family: var(--font-display);\n    font-size: 1rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin-bottom: 0.6rem;\n  }\n  .cxa-step-desc {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.65;\n  }\n  .cxa-step-arrow {\n    position: absolute;\n    right: -0.9rem;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--color-border);\n    font-size: 0.9rem;\n  }\n  .cxa-step:last-child .cxa-step-arrow {\n    display: none;\n  }\n\n  \/* ---- Stats ---- *\/\n  .cxa-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-stat {\n    text-align: center;\n    padding: 1.8rem 1rem;\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n  }\n  .cxa-stat-num {\n    font-family: var(--font-display);\n    font-size: 2rem;\n    font-weight: 400;\n    color: var(--color-accent-gold);\n    margin-bottom: 0.3rem;\n  }\n  .cxa-stat-label {\n    font-size: 0.78rem;\n    color: var(--color-text-tertiary);\n  }\n\n  \/* ---- Public Domain Notice ---- *\/\n  .cxa-pd {\n    background: var(--color-bg-elevated);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 2rem 2.5rem;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 1.5rem;\n    align-items: start;\n    margin-top: 2rem;\n  }\n  .cxa-pd-icon {\n    font-family: var(--font-display);\n    font-size: 1.8rem;\n    color: var(--color-accent-gold-dim);\n    opacity: 0.6;\n    line-height: 1;\n    padding-top: 0.2rem;\n  }\n  .cxa-pd-title {\n    font-family: var(--font-body-en);\n    font-size: 0.9rem;\n    font-weight: 500;\n    color: var(--color-text-primary);\n    margin: 0 0 0.6rem 0;\n  }\n  .cxa-pd-text {\n    font-size: 0.82rem;\n    color: var(--color-text-tertiary);\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* ---- Languages ---- *\/\n  .cxa-langs {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.25rem;\n    margin-top: 2rem;\n  }\n  .cxa-lang {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 1.8rem 1.5rem;\n    text-align: center;\n    transition: border-color 0.3s ease;\n  }\n  .cxa-lang:hover {\n    border-color: var(--color-border);\n  }\n  .cxa-lang-flag {\n    font-size: 1.8rem;\n    margin-bottom: 0.6rem;\n  }\n  .cxa-lang-name {\n    font-family: var(--font-display);\n    font-size: 1rem;\n    font-weight: 500;\n    color: var(--color-white);\n    margin-bottom: 0.15rem;\n  }\n  .cxa-lang-native {\n    font-size: 0.82rem;\n    color: var(--color-text-secondary);\n    margin-bottom: 0.5rem;\n  }\n  .cxa-lang-type {\n    font-size: 0.72rem;\n    color: var(--color-text-tertiary);\n  }\n\n  \/* ---- CTA ---- *\/\n  .cxa-cta {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 2rem 4rem;\n  }\n  .cxa-cta-box {\n    background: var(--color-bg-card);\n    border: 1px solid var(--color-border-subtle);\n    border-radius: 6px;\n    padding: 3rem;\n    text-align: center;\n  }\n  .cxa-cta-title {\n    font-family: var(--font-display);\n    font-size: 1.5rem;\n    color: var(--color-white);\n    margin-bottom: 0.8rem;\n  }\n  .cxa-cta-text {\n    font-size: 0.85rem;\n    color: var(--color-text-tertiary);\n    margin-bottom: 1.8rem;\n    line-height: 1.6;\n  }\n  .cxa-cta-btns {\n    display: flex;\n    justify-content: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n  }\n  .cxa-btn {\n    display: inline-block;\n    padding: 0.7em 2em;\n    font-family: var(--font-body-en);\n    font-size: 0.85rem;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n  }\n  .cxa-btn-primary {\n    color: var(--color-accent-gold);\n    background: var(--color-bg);\n    border: 1px solid var(--color-accent-gold);\n  }\n  .cxa-btn-primary:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n  .cxa-btn-sec {\n    color: var(--color-accent-gold);\n    background: transparent;\n    border: 1px solid var(--color-accent-gold);\n  }\n  .cxa-btn-sec:hover {\n    background: var(--color-accent-gold);\n    color: var(--color-bg);\n  }\n\n  \/* ---- Responsive ---- *\/\n  @media (max-width: 1024px) {\n    .cxa-features { grid-template-columns: repeat(2, 1fr); }\n    .cxa-process { grid-template-columns: repeat(2, 1fr); }\n    .cxa-step-arrow { display: none; }\n    .cxa-stats { grid-template-columns: repeat(2, 1fr); }\n    .cxa-langs { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 768px) {\n    .cxa-hero { padding: 3rem 1.25rem 2.5rem; }\n    .cxa-hero-title { font-size: 2.2rem; }\n    .cxa-hero-subtitle { font-size: 1.1rem; }\n    .cxa-section { padding: 2.5rem 1.25rem; }\n    .cxa-vision { padding: 2rem 1.5rem; }\n    .cxa-vision-en { font-size: 1.3rem; }\n    .cxa-features { grid-template-columns: 1fr; }\n    .cxa-process { grid-template-columns: 1fr; }\n    .cxa-stats { grid-template-columns: repeat(2, 1fr); }\n    .cxa-langs { grid-template-columns: 1fr 1fr; }\n    .cxa-pd { grid-template-columns: 1fr; gap: 1rem; }\n    .cxa-cta { padding: 0 1.25rem 3rem; }\n    .cxa-cta-box { padding: 2rem 1.5rem; }\n    .cxa-divider { padding: 0 1.25rem; }\n    .cxa-breadcrumb { padding: 1rem 1.25rem 0; }\n  }\n  @media (max-width: 480px) {\n    .cxa-hero-title { font-size: 1.8rem; }\n    .cxa-stats { grid-template-columns: 1fr 1fr; }\n    .cxa-langs { grid-template-columns: 1fr; }\n    .cxa-cta-btns { flex-direction: column; align-items: center; }\n  }\n<\/style>\n\n<div class=\"cxa-page\">\n\n  <!-- Breadcrumb -->\n  <nav class=\"cxa-breadcrumb\">\n    <a href=\"\/classica-x\/en\/\">Classica-X<\/a><span class=\"sep\">\/<\/span>\n    About\n  <\/nav>\n\n  <!-- ============================================================\n       HERO\n       ============================================================ -->\n  <section class=\"cxa-hero\">\n    <div class=\"cxa-hero-badge\">About Classica-X<\/div>\n    <div class=\"cxa-hero-title\">Classica-X<\/div>\n    <div class=\"cxa-hero-subtitle\">Timeless Wisdom, Modern Insight<\/div>\n    <div class=\"cxa-hero-line\"><\/div>\n    <div class=\"cxa-hero-desc\">\n      Classica-X publishes annotated editions of public domain classics from the\n      New Thought tradition. Each book features modern commentary, comparative voices\n      from contemporary authors, and a curated collection of key quotes &mdash; making\n      timeless wisdom accessible to today&rsquo;s readers.\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       VISION\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Vision<\/div>\n    <h2 class=\"cxa-sec-title\">Our Vision<\/h2>\n    <div class=\"cxa-vision\">\n      <div class=\"cxa-vision-en\">&ldquo;Timeless Wisdom, Modern Insight&rdquo;<\/div>\n    <\/div>\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\" style=\"margin-top:2rem;\">\n        <p>\n          The classics of the New Thought movement contain insights that remain\n          remarkably relevant today. Yet the language of a century ago &mdash; its\n          archaic vocabulary, cultural assumptions, and rhetorical style &mdash; can\n          make these works feel distant to modern readers.\n        <\/p>\n        <p>\n          Classica-X bridges that gap. Each annotated edition preserves the\n          <strong>complete original text<\/strong> while weaving in four types of\n          scholarly commentary: Insight notes that illuminate core concepts, Compare\n          notes that draw parallels to contemporary authors, Historical notes that\n          provide period context, and Modern notes that connect ideas to current\n          psychology and neuroscience.\n        <\/p>\n        <p>\n          <strong>Classica<\/strong> derives from the Latin for &ldquo;classical,&rdquo;\n          and <strong>X<\/strong> represents extension &mdash; the expansion of classical\n          wisdom into modern form. That transformation is the reason Classica-X exists.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       FEATURES\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Features<\/div>\n    <h2 class=\"cxa-sec-title\">What Makes Classica-X Different<\/h2>\n    <div class=\"cxa-features\">\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">01<\/div>\n        <div class=\"cxa-feature-title\">Modern Annotations<\/div>\n        <div class=\"cxa-feature-desc\">\n          Four types of commentary woven throughout each text &mdash; Insight,\n          Compare, Historical, and Modern &mdash; providing the context needed to\n          fully appreciate writings from a century ago.\n        <\/div>\n      <\/div>\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">02<\/div>\n        <div class=\"cxa-feature-title\">Comparative Voices<\/div>\n        <div class=\"cxa-feature-desc\">\n          Each chapter ends with parallel quotations from contemporary authors\n          such as James Allen, Wallace Wattles, and Ralph Waldo Trine &mdash;\n          revealing how the same principles appeared across the movement.\n        <\/div>\n      <\/div>\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">03<\/div>\n        <div class=\"cxa-feature-title\">Complete Original Text<\/div>\n        <div class=\"cxa-feature-desc\">\n          Every word of the original work preserved exactly as the author\n          wrote it &mdash; nothing abridged, paraphrased, or modernized.\n          The annotations sit alongside, never replacing, the source.\n        <\/div>\n      <\/div>\n\n      <div class=\"cxa-feature\">\n        <div class=\"cxa-feature-num\">04<\/div>\n        <div class=\"cxa-feature-title\">Key Quotes Collection<\/div>\n        <div class=\"cxa-feature-desc\">\n          Curated quotations from every chapter, distilling each work&rsquo;s\n          essential wisdom into memorable passages for reflection and study.\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       HOW IT WORKS\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">How It Works<\/div>\n    <h2 class=\"cxa-sec-title\">One Classic, A Richer Experience<\/h2>\n    <div class=\"cxa-process\">\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">1<\/div>\n        <div class=\"cxa-step-title\">Discover<\/div>\n        <div class=\"cxa-step-desc\">Browse the catalog and preview selected chapters to find works that resonate with you.<\/div>\n        <span class=\"cxa-step-arrow\">&rarr;<\/span>\n      <\/div>\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">2<\/div>\n        <div class=\"cxa-step-title\">Read<\/div>\n        <div class=\"cxa-step-desc\">Purchase from your favorite bookstore and read the complete original text with inline annotations.<\/div>\n        <span class=\"cxa-step-arrow\">&rarr;<\/span>\n      <\/div>\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">3<\/div>\n        <div class=\"cxa-step-title\">Learn<\/div>\n        <div class=\"cxa-step-desc\">Study the comparative voices across authors and explore the curated key quotes collection.<\/div>\n        <span class=\"cxa-step-arrow\">&rarr;<\/span>\n      <\/div>\n\n      <div class=\"cxa-step\">\n        <div class=\"cxa-step-num\">4<\/div>\n        <div class=\"cxa-step-title\">Reflect<\/div>\n        <div class=\"cxa-step-desc\">Revisit the key quotes collection to absorb the core wisdom in your daily life.<\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       LANGUAGES\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Languages<\/div>\n    <h2 class=\"cxa-sec-title\">Available Languages<\/h2>\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\">\n        <p>\n          Classica-X is a multilingual platform. In addition to the English annotated\n          editions, we publish bilingual editions pairing the original English text with\n          Korean, Japanese, and Spanish translations &mdash; each with culturally adapted\n          annotations for its audience.\n        <\/p>\n      <\/div>\n    <\/div>\n    <div class=\"cxa-langs\">\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1FA;&#x1F1F8;<\/div>\n        <div class=\"cxa-lang-name\">English<\/div>\n        <div class=\"cxa-lang-native\">English<\/div>\n        <div class=\"cxa-lang-type\">Annotated Edition<\/div>\n      <\/div>\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1F0;&#x1F1F7;<\/div>\n        <div class=\"cxa-lang-name\">Korean<\/div>\n        <div class=\"cxa-lang-native\">\ud55c\uad6d\uc5b4<\/div>\n        <div class=\"cxa-lang-type\">Bilingual Edition<\/div>\n      <\/div>\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1EF;&#x1F1F5;<\/div>\n        <div class=\"cxa-lang-name\">Japanese<\/div>\n        <div class=\"cxa-lang-native\">\u65e5\u672c\u8a9e<\/div>\n        <div class=\"cxa-lang-type\">Bilingual Edition<\/div>\n      <\/div>\n      <div class=\"cxa-lang\">\n        <div class=\"cxa-lang-flag\">&#x1F1EA;&#x1F1F8;<\/div>\n        <div class=\"cxa-lang-name\">Spanish<\/div>\n        <div class=\"cxa-lang-native\">Espa&ntilde;ol<\/div>\n        <div class=\"cxa-lang-type\">Bilingual Edition<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       PUBLIC DOMAIN\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">Public Domain<\/div>\n    <h2 class=\"cxa-sec-title\">Public Domain &amp; Classica-X<\/h2>\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\">\n        <p>\n          Every original text published by Classica-X is a <strong>public domain\n          work<\/strong>. We select titles whose copyright has expired &mdash;\n          published before 1929 or by authors who have been deceased for over 70\n          years &mdash; freely available under the copyright laws of the United States,\n          South Korea, Japan, and Spain.\n        <\/p>\n        <p>\n          The original English texts are sourced from established public domain\n          archives such as Project Gutenberg and the Internet Archive.\n          <strong>All annotations, commentary, editorial\n          arrangements, and curated quote collections are original works by\n          Classica-X and are protected by copyright.<\/strong>\n        <\/p>\n      <\/div>\n    <\/div>\n    <div class=\"cxa-pd\">\n      <div class=\"cxa-pd-icon\">&copy;<\/div>\n      <div>\n        <div class=\"cxa-pd-title\">Copyright Notice<\/div>\n        <div class=\"cxa-pd-text\">\n          The original English texts are in the public domain and may be freely used\n          by anyone. The annotations, commentary, key quote\n          collections, and editorial arrangements produced by Classica-X are\n          protected under applicable copyright law.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"cxa-divider\"><hr><\/div>\n\n  <!-- ============================================================\n       STATS\n       ============================================================ -->\n  <section class=\"cxa-section\">\n    <div class=\"cxa-sec-label\">At a Glance<\/div>\n    <h2 class=\"cxa-sec-title\">Classica-X at a Glance<\/h2>\n    <div class=\"cxa-stats\">\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">7<\/div>\n        <div class=\"cxa-stat-label\">Titles<\/div>\n      <\/div>\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">5<\/div>\n        <div class=\"cxa-stat-label\">Authors<\/div>\n      <\/div>\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">4<\/div>\n        <div class=\"cxa-stat-label\">Languages<\/div>\n      <\/div>\n      <div class=\"cxa-stat\">\n        <div class=\"cxa-stat-num\">1906<\/div>\n        <div class=\"cxa-stat-label\">Earliest Original<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============================================================\n       SALES NOTICE\n       ============================================================ -->\n  <section class=\"cxa-section\" style=\"padding-top:0;\">\n    <div class=\"cxa-section-narrow\">\n      <div class=\"cxa-prose\" style=\"font-size:0.82rem; color:var(--color-text-tertiary);\">\n        <p>\n          Classica-X does not sell e-books directly on this website.\n          All titles are available exclusively through established online bookstores\n          including Amazon Kindle, Apple Books, and Google Play Books.\n          This site offers free supplementary content including book introductions,\n          chapter previews, and key quote collections.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============================================================\n       CTA\n       ============================================================ -->\n  <div class=\"cxa-cta\">\n    <div class=\"cxa-cta-box\">\n      <div class=\"cxa-cta-title\">Explore the Classics<\/div>\n      <div class=\"cxa-cta-text\">\n        Browse the Classica-X catalog and discover annotated editions of timeless works.\n      <\/div>\n      <div class=\"cxa-cta-btns\">\n        <a href=\"\/classica-x\/en\/catalog-4\/\" class=\"cxa-btn cxa-btn-primary\">Browse Catalog<\/a>\n        <a href=\"\/classica-x\/en\/contact-4\/\" class=\"cxa-btn cxa-btn-sec\">Contact Us<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Classica-X\/ About About Classica-X Classica-X Timeless Wisdom, Modern Insight Classica-X publishes annotated editions of public domain classics from the New [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-439","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"prinz002","author_link":"https:\/\/x-global.it\/classica-x\/author\/prinz002\/"},"uagb_comment_info":0,"uagb_excerpt":"Classica-X\/ About About Classica-X Classica-X Timeless Wisdom, Modern Insight Classica-X publishes annotated editions of public domain classics from the New [&hellip;]","_links":{"self":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/comments?post=439"}],"version-history":[{"count":3,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/439\/revisions"}],"predecessor-version":[{"id":464,"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/pages\/439\/revisions\/464"}],"wp:attachment":[{"href":"https:\/\/x-global.it\/classica-x\/wp-json\/wp\/v2\/media?parent=439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}