/*!
Theme Name: Easy Trading
Theme URI: https://gouravr.com/
Author: Gourav R
Author URI: https://gouravr.com/
Description: Premium Custom WordPress theme for Easy Trading Stock Market Institute. Designed for high performance and conversion.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easy-trading
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme is professionally developed by Gourav R (gourav.getfound@gmail.com).
All rights reserved by Gourav R.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    /* margin: 0 0 1.5em 3em; */
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}




a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   EASY TRADING DESIGN SYSTEM
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
:root {
    --slate: var(--forest);
    --ivory: #FDFAF4;
    --ivory2: #F8F3E8;
    --ivory3: #F0E9D8;
    --ivory4: #E6DCC8;
    --gold: #B8872A;
    --gold2: #D4A840;
    --gold3: #E8C46A;
    --gold-soft: rgba(184, 135, 42, 0.1);
    --gold-line: rgba(184, 135, 42, 0.22);
    --forest: #1A2B5E;
    --forest2: #243580;
    --forest3: #3A52A0;
    --ink: #18160F;
    --ink2: #2C2920;
    --charcoal: #4A4438;
    --muted: #7A7060;
    --light: #B0A898;
    --emerald: #1A3A8F;
    --ruby: #991B1B;
    --white: #FFFFFF;
    --sh-xs: 0 1px 4px rgba(24, 22, 15, 0.06);
    --sh-sm: 0 4px 16px rgba(24, 22, 15, 0.08);
    --sh-md: 0 12px 40px rgba(24, 22, 15, 0.12);
    --sh-lg: 0 24px 80px rgba(24, 22, 15, 0.16);
    --sh-gold: 0 8px 40px rgba(184, 135, 42, 0.25);
    --r-sm: 4px;
    --r-md: 8px;
    --r-lg: 16px
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    background: var(--ivory);
    color: var(--ink);
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-track {
    background: var(--ivory3)
}

::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 99px
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes pulse2 {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0.5;
        transform: scale(1.6)
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes draw {
    from {
        stroke-dashoffset: 900
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% center
    }

    100% {
        background-position: -200% center
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes urgPulse {

    0%,
    100% {
        background: var(--forest)
    }

    50% {
        background: var(--forest2)
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0
    }

    60% {
        transform: scale(1.04)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes glowBtn {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(184, 135, 42, 0.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(184, 135, 42, 0)
    }
}

@keyframes countIn {
    from {
        opacity: 0;
        transform: scale(0.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.footer-sebi-disclaimer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0 16px;
}

.footer-sebi-disclaimer p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.7;
    font-weight: 300;
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.footer-sebi-disclaimer strong {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease
}

.reveal.in {
    opacity: 1;
    transform: translateY(0)
}

.reveal.d1 {
    transition-delay: 0.1s
}

.reveal.d2 {
    transition-delay: 0.2s
}

.reveal.d3 {
    transition-delay: 0.3s
}

.reveal.d4 {
    transition-delay: 0.4s
}

#urgency-strip {
    background: var(--forest);
    color: white;
    text-align: center;
    padding: 11px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 600
}

.us-dot {
    width: 8px;
    height: 8px;
    background: #60A5FA;
    border-radius: 50%;
    animation: pulse2 1.5s ease infinite;
    flex-shrink: 0
}

.us-text em {
    color: var(--gold3);
    font-style: normal;
    font-weight: 700
}

#timer-box {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--r-sm);
    padding: 3px 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var(--gold3);
    font-size: 0.85rem
}

.us-close {
    position: absolute;
    right: 16px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    transition: color 0.2s
}

.us-close:hover {
    color: white
}

nav {
    position: sticky;
    top: 0;
    z-index: 500;
    background: rgba(253, 250, 244, 0.97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--ivory4);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px;
    box-shadow: var(--sh-xs);
    transition: box-shadow 0.3s, background 0.3s
}

nav.raised {
    box-shadow: var(--sh-md)
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

.logo-mark {
    width: 40px;
    height: 40px;
    background: var(--forest);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.logo-mark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 60%)
}

.logo-mark svg {
    width: 22px;
    height: 22px
}

.logo-text {
    line-height: 1
}

.logo-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 0.04em;
    display: block
}

.logo-name span {
    color: var(--gold)
}

.logo-sub {
    font-size: 0.52rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--light);
    margin-top: 2px;
    display: block
}

.logo-img-wrap {
    width: 48px;
    height: 48px;
    border-radius: var(--r-sm);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0
}

.logo-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    display: block
}

.footer-logo-img-wrap {
    width: 52px !important;
    height: 52px !important;
    background: transparent !important;
    border-radius: var(--r-sm);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-logo-img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    display: block
}

.nav-menu {
    display: flex;
    align-items: stretch;
    gap: 36px;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav-menu>li {
    position: relative;
    display: flex;
    align-items: center
}

.nav-menu a {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--charcoal);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.25s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
}

/* Underline targeting the span inside the link */
.nav-menu a span {
    position: relative;
    padding: 4px 0;
}

.nav-menu a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu .current-menu-item>a,
.nav-menu .current_page_item>a,
.nav-menu .current-menu-ancestor>a {
    color: var(--gold);
}

.nav-menu a:hover span::after,
.nav-menu .current-menu-item>a span::after,
.nav-menu .current_page_item>a span::after,
.nav-menu .current-menu-ancestor>a span::after {
    width: 100%;
}

.nav-menu .drop-arrow {
    font-size: 0.65rem;
    transition: transform 0.2s
}

.nav-menu li:hover .drop-arrow {
    transform: rotate(180deg)
}

.dropdown,
.nav-menu .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: white;
    border: 1px solid var(--ivory4);
    border-radius: var(--r-md);
    min-width: 210px;
    padding: 8px;
    box-shadow: var(--sh-md);
    opacity: 0;
    visibility: hidden;
    transition: all 0.22s ease;
    pointer-events: none;
    list-style: none;
    margin: 0;
    z-index: 100
}

.nav-menu li:hover .dropdown,
.nav-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: all
}

/* Dropdown Bridge to prevent closing on gap */
.nav-menu li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
    z-index: 1;
}


.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: var(--r-sm);
    font-size: 0.82rem;
    color: var(--charcoal) !important;
    transition: background 0.15s, color 0.15s !important
}

.dropdown a,
.nav-menu .sub-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: var(--r-sm);
    font-size: 0.82rem;
    color: var(--charcoal) !important;
    transition: background 0.15s, color 0.15s !important
}

.dropdown a:hover,
.nav-menu .sub-menu a:hover {
    background: var(--ivory2);
    color: var(--gold) !important
}

.menu-item-has-children>a::after {
    content: " ▾";
    font-size: 0.8em;
    opacity: 0.7;
    margin-left: 4px;
}



.nav-cta-group {
    display: flex;
    gap: 10px;
    align-items: center
}

.btn-ghost-sm {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--gold);
    border: 1.5px solid var(--gold-line);
    background: transparent;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: var(--r-sm);
    transition: all 0.2s
}

.btn-ghost-sm:hover {
    background: var(--gold-soft);
    border-color: var(--gold)
}

.btn-forest {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: white;
    background: var(--forest);
    padding: 9px 22px;
    text-decoration: none;
    border-radius: var(--r-sm);
    transition: all 0.22s;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    animation: glowBtn 3s ease infinite
}

.btn-forest:hover {
    background: var(--forest2);
    transform: translateY(-1px);
    box-shadow: var(--sh-md)
}

.btn-forest svg {
    width: 14px;
    height: 14px;
    fill: white;
    flex-shrink: 0
}

/* Mobile Nav Placeholder - Moved to bottom for consolidation */

.ticker {
    background: var(--ivory2);
    border-bottom: 1px solid var(--ivory4);
    height: 38px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    /* Added for absolute children */
}

.ticker-tag {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: 150px;
    /* Fixed width */
    flex-shrink: 0;
    background: var(--gold);
    color: white;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 0 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
    /* Stronger shadow */
}

.ticker-live-dot {
    width: 5px;
    height: 5px;
    background: #60A5FA;
    border-radius: 50%;
    animation: pulse2 1.5s ease infinite;
}

.ticker-scroll-wrap {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 150px;
    /* Match the tag width */
}

.tick-scroll {
    display: flex;
    animation: ticker 32s linear infinite;
    white-space: nowrap;
    align-items: center;
}



.tick-item {
    font-size: 0.73rem;
    font-weight: 600;
    color: var(--charcoal);
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.t-name {
    color: var(--muted)
}

.t-price {
    font-weight: 700
}

.up {
    color: var(--emerald)
}

.dn {
    color: var(--ruby)
}

.tick-sep {
    color: var(--ivory4);
    font-size: 1rem;
    user-select: none
}

.hero {
    background: var(--ivory);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 64px;
    align-items: center;
    padding: 80px 56px 80px;
    min-height: calc(100vh - 108px)
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 70% 50%, rgba(184, 135, 42, 0.06) 0%, transparent 55%), radial-gradient(circle at 20% 80%, rgba(26, 43, 94, 0.04) 0%, transparent 45%);
    pointer-events: none
}

.hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(184, 135, 42, 0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    opacity: 0.7
}

.hero-slash {
    position: absolute;
    right: 500px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--gold-line) 20%, var(--gold-line) 80%, transparent);
    pointer-events: none
}

.hero-left {
    position: relative;
    z-index: 1
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ivory2);
    border: 1px solid var(--ivory4);
    border-radius: 99px;
    padding: 6px 16px 6px 8px;
    margin-bottom: 28px;
    animation: fadeUp 0.7s ease both
}

.eyebrow-badge {
    background: var(--forest);
    color: white;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 99px
}

.eyebrow-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--charcoal);
    letter-spacing: 0.04em
}

.eyebrow-dot {
    width: 6px;
    height: 6px;
    background: #60A5FA;
    border-radius: 50%;
    animation: pulse2 1.8s ease infinite
}

.hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.8rem, 7vw, 6.8rem);
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-bottom: 6px;
    animation: fadeUp 0.7s 0.08s ease both;
    opacity: 0;
    animation-fill-mode: forwards
}

.hero-h1-italic {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.4rem, 6.5vw, 6.2rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    color: var(--gold);
    display: block;
    margin-bottom: 28px;
    animation: fadeUp 0.7s 0.14s ease both;
    opacity: 0;
    animation-fill-mode: forwards
}

.hero-rule {
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 24px;
    animation: fadeIn 1s 0.3s ease both;
    opacity: 0;
    animation-fill-mode: forwards
}

.hero-desc {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.78;
    color: var(--charcoal);
    max-width: 500px;
    margin-bottom: 40px;
    animation: fadeUp 0.7s 0.22s ease both;
    opacity: 0;
    animation-fill-mode: forwards;
    margin-right: auto;
}

.hero-desc strong {
    color: var(--ink);
    font-weight: 700
}

.hero-cta-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    animation: fadeUp 0.7s 0.3s ease both;
    opacity: 0;
    animation-fill-mode: forwards
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--forest);
    color: white;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 16px 32px;
    border-radius: var(--r-sm);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    overflow: hidden
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.12) 50%, transparent 70%);
    background-size: 200%;
    animation: shimmer 3s ease infinite
}

.btn-primary:hover {
    background: var(--forest2);
    transform: translateY(-2px);
    box-shadow: var(--sh-md)
}

.btn-primary svg {
    width: 16px;
    height: 16px;
    fill: white;
    flex-shrink: 0
}

.btn-gold-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--gold);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 15px 28px;
    border-radius: var(--r-sm);
    text-decoration: none;
    border: 1.5px solid var(--gold);
    cursor: pointer;
    transition: all 0.25s
}

.btn-gold-outline:hover {
    background: var(--gold-soft);
    transform: translateY(-2px)
}

.btn-gold-outline svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 2
}

.hero-trust {
    display: flex;
    gap: 0;
    animation: fadeUp 0.7s 0.38s ease both;
    opacity: 0;
    animation-fill-mode: forwards;
    border: 1px solid var(--ivory4);
    border-radius: var(--r-md);
    overflow: hidden;
    background: white;
    box-shadow: var(--sh-sm);
    width: fit-content
}

.trust-item {
    padding: 14px 24px;
    text-align: center;
    border-right: 1px solid var(--ivory4);
    min-width: 110px
}

.trust-item:last-child {
    border-right: none
}

.trust-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    display: block
}

.trust-label {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 3px
}

.hero-right {
    position: relative;
    z-index: 1;
    animation: bounceIn 0.9s 0.3s ease both;
    opacity: 0;
    animation-fill-mode: forwards
}

.enroll-card {
    background: white;
    border-radius: var(--r-lg);
    box-shadow: var(--sh-lg);
    overflow: hidden;
    border: 1px solid var(--ivory4);
    animation: float 5s ease infinite;
    position: relative
}

.enroll-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--forest), var(--gold), var(--forest));
    background-size: 200%;
    animation: shimmer 4s ease infinite
}

.card-header {
    background: var(--forest);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card-header-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.02em
}

.card-header-sub {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
    font-weight: 400
}

.card-live {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 99px;
    padding: 4px 12px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #60A5FA
}

.live-d {
    width: 6px;
    height: 6px;
    background: #60A5FA;
    border-radius: 50%;
    animation: pulse2 1.5s ease infinite
}

.card-chart {
    padding: 16px 28px 8px;
    background: var(--ivory2);
    border-bottom: 1px solid var(--ivory4)
}

.card-chart svg {
    width: 100%;
    height: 72px
}

.card-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--ivory4)
}

.c-stat {
    background: white;
    padding: 14px 20px
}

.c-stat-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
    display: block
}

.cs-gold {
    color: var(--gold)
}

.cs-forest {
    color: var(--forest)
}

.c-stat-lbl {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 4px
}

.card-form {
    padding: 24px 28px 28px
}

.card-form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.card-form-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--ivory4)
}

.field {
    margin-bottom: 10px;
    position: relative
}

.field input,
.field select {
    width: 100%;
    background: var(--ivory2);
    border: 1.5px solid var(--ivory4);
    border-radius: var(--r-sm);
    color: var(--ink);
    font-family: 'Outfit', sans-serif;
    font-size: 0.86rem;
    font-weight: 500;
    padding: 12px 16px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none
}

.field input::placeholder {
    color: var(--light)
}

.field input:focus,
.field select:focus {
    border-color: var(--forest);
    background: white;
    box-shadow: 0 0 0 3px rgba(26, 43, 94, 0.08)
}

.field select {
    color: var(--charcoal);
    cursor: pointer
}

.phone-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 8px
}

.submit-btn {
    width: 100%;
    background: var(--forest);
    color: white;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    padding: 15px;
    border: none;
    border-radius: var(--r-sm);
    cursor: pointer;
    transition: all 0.25s;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    animation: glowBtn 3s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    background-size: 200%;
    animation: shimmer 2.5s ease infinite
}

.submit-btn:hover {
    background: var(--forest2);
    transform: translateY(-1px);
    box-shadow: var(--sh-md)
}

.submit-btn svg {
    width: 16px;
    height: 16px;
    fill: white
}

.card-guarantee {
    text-align: center;
    font-size: 0.68rem;
    color: var(--muted);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.card-guarantee svg {
    width: 11px;
    height: 11px;
    fill: var(--emerald)
}

.marquee-strip {
    background: var(--forest);
    padding: 14px 0;
    overflow: hidden
}

.marquee-inner {
    display: flex;
    animation: marquee 22s linear infinite;
    white-space: nowrap
}

.marquee-item {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 36px;
    display: flex;
    align-items: center;
    gap: 14px
}

.marquee-gem {
    width: 5px;
    height: 5px;
    background: var(--gold3);
    transform: rotate(45deg);
    flex-shrink: 0
}

.marquee-item span {
    color: var(--gold3);
    font-style: normal;
    font-weight: 600
}

.section-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 56px
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px
}

.section-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--gold);
    border-radius: 99px
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 4.5vw, 4rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin-bottom: 12px
}

.section-title em {
    font-style: italic;
    color: var(--gold)
}

.section-line {
    width: 56px;
    height: 2px;
    background: var(--gold);
    border-radius: 99px;
    margin-bottom: 24px
}

.urgency-inline {
    background: linear-gradient(135deg, var(--forest) 0%, var(--forest2) 100%);
    border-radius: var(--r-md);
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 56px;
    box-shadow: var(--sh-md);
    position: relative;
    overflow: hidden
}

.urgency-inline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold3), var(--gold), var(--gold3))
}

.ui-left {
    display: flex;
    align-items: center;
    gap: 14px
}

.ui-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ui-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--gold3)
}

.ui-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: white
}

.ui-sub {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 2px
}

.ui-timer {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold3);
    letter-spacing: 0.05em
}

.stats-strip {
    background: var(--forest);
    padding: 0
}

.stats-strip-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.stat-block {
    padding: 48px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    position: relative;
    transition: background 0.3s
}

.stat-block:last-child {
    border-right: none
}

.stat-block:hover {
    background: rgba(255, 255, 255, 0.04)
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--gold3);
    line-height: 1;
    display: block;
    margin-bottom: 8px
}

.stat-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5)
}

.stat-sub {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif
}

.why-section {
    background: var(--ivory)
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.why-image-side {
    position: relative
}

.why-image-frame {
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-lg);
    position: relative;
    border: 1px solid var(--ivory4)
}

.why-image-frame img {
    width: 100%;
    display: block;
    filter: contrast(1.02) saturate(0.95);
    transition: transform 0.6s ease
}

.why-image-frame:hover img {
    transform: scale(1.03)
}

.why-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    border-radius: var(--r-md);
    padding: 18px 22px;
    box-shadow: var(--sh-md);
    border: 1px solid var(--ivory4);
    text-align: center;
    z-index: 2;
    animation: float 4s ease infinite
}

.wb-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    display: block
}

.wb-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 3px
}

.corner-accent {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-top: 2px solid var(--gold);
    border-left: 2px solid var(--gold);
    border-radius: 4px 0 0 0;
    pointer-events: none
}

.why-pillars {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 32px
}

.pillar {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ivory4);
    transition: padding-left 0.25s;
    cursor: default
}

.pillar:last-child {
    border-bottom: none
}

.pillar:hover {
    padding-left: 6px
}

.pillar-icon {
    width: 44px;
    height: 44px;
    background: var(--ivory2);
    border: 1px solid var(--ivory4);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s
}

.pillar:hover .pillar-icon {
    background: var(--forest);
    border-color: var(--forest)
}

.pillar-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.8;
    transition: stroke 0.25s
}

.pillar:hover .pillar-icon svg {
    stroke: white
}

.pillar-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px
}

.pillar-desc {
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--charcoal);
    line-height: 1.65
}

.courses-section {
    background: var(--ivory2)
}

.courses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 52px
}

.course-card {
    background: white;
    border-radius: var(--r-lg);
    border: 1px solid var(--ivory4);
    overflow: hidden;
    box-shadow: var(--sh-sm);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    position: relative
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
    border-color: var(--gold-line)
}

.course-card.featured {
    border-color: var(--gold-line);
    box-shadow: var(--sh-gold)
}

.course-card.featured::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 35px;
    right: -34px;
    background: var(--gold);
    color: white;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    padding: 6px 45px;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.course-top-bar {
    height: 4px
}

.ctb-green {
    background: linear-gradient(90deg, var(--forest), var(--forest3))
}

.ctb-gold {
    background: linear-gradient(90deg, var(--gold), var(--gold3))
}

.course-header {
    padding: 28px 32px 20px;
    border-bottom: 1px solid var(--ivory3)
}

.course-pill {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 99px;
    margin-bottom: 14px
}

.cp-forest {
    background: rgba(26, 43, 94, 0.08);
    color: var(--forest)
}

.cp-gold {
    background: var(--gold-soft);
    color: var(--gold)
}

.course-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ink);
    margin-bottom: 8px
}

.course-name em {
    font-style: italic;
    color: var(--gold)
}

.course-desc {
    font-size: 0.85rem;
    color: var(--charcoal);
    line-height: 1.65;
    font-weight: 400
}

.course-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 32px;
    background: var(--ivory2);
    border-bottom: 1px solid var(--ivory3)
}

.c-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--charcoal);
    background: white;
    border: 1px solid var(--ivory4);
    border-radius: 99px;
    padding: 4px 12px
}

.c-meta svg {
    width: 12px;
    height: 12px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 2
}

.course-body {
    padding: 24px 32px 32px
}

.feature-list {
    list-style: none;
    margin-bottom: 28px
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.84rem;
    color: var(--charcoal);
    font-weight: 400;
    padding: 9px 0;
    border-bottom: 1px solid var(--ivory3)
}

.feature-item:last-child {
    border-bottom: none
}

.feature-check {
    width: 18px;
    height: 18px;
    background: rgba(22, 101, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

.feature-check svg {
    width: 10px;
    height: 10px;
    fill: var(--emerald)
}

.feature-item strong {
    color: var(--ink);
    font-weight: 700
}

.course-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-top: 4px
}

.course-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--forest);
    line-height: 1
}

.course-price-note {
    font-size: 0.7rem;
    color: var(--muted);
    margin-top: 2px
}

.seats-left {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(234, 88, 12, 0.08);
    border: 1px solid rgba(234, 88, 12, 0.2);
    border-radius: 99px;
    padding: 5px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #C2410C
}

.seats-dot {
    width: 6px;
    height: 6px;
    background: #EA580C;
    border-radius: 50%;
    animation: pulse2 1.5s ease infinite
}

.course-cta {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: var(--r-sm);
    font-weight: 800;
    font-size: 0.86rem;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    overflow: hidden
}

.cta-forest {
    background: var(--forest);
    color: white
}

.cta-forest::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    background-size: 200%;
    animation: shimmer 3s ease infinite
}

.cta-forest:hover {
    background: var(--forest2);
    transform: translateY(-1px);
    box-shadow: var(--sh-md)
}

.cta-outline {
    background: transparent;
    color: var(--forest);
    border: 1.5px solid var(--forest)
}

.cta-outline:hover {
    background: rgba(26, 43, 94, 0.05);
    transform: translateY(-1px)
}

.philosophy-section {
    background: var(--ivory)
}

.philosophy-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-lg);
    border: 1px solid var(--ivory4)
}

.phil-left {
    background: var(--forest);
    padding: 64px 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.phil-left::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none
}

.phil-left::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none
}

.phil-quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.06);
    line-height: 0.5;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.phil-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: 18px;
    position: relative;
    z-index: 1
}

.phil-headline em {
    font-style: italic;
    color: var(--gold3)
}

.phil-body {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    z-index: 1
}

.phil-sig {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    color: var(--gold3);
    margin-top: 32px;
    position: relative;
    z-index: 1
}

.phil-sig span {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px
}

.phil-right {
    background: white;
    padding: 64px 52px
}

.phil-items {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 32px
}

.phil-item {
    display: flex;
    gap: 22px;
    align-items: flex-start
}

.phil-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    color: var(--ivory4);
    line-height: 0.8;
    flex-shrink: 0;
    min-width: 36px;
    transition: color 0.3s
}

.phil-item:hover .phil-num {
    color: var(--gold)
}

.phil-item h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 6px
}

.phil-item p {
    font-size: 0.85rem;
    color: var(--charcoal);
    line-height: 1.7;
    font-weight: 400
}

.testi-section {
    background: var(--ivory2)
}

.google-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: var(--r-md);
    border: 1px solid var(--ivory4);
    padding: 18px 24px;
    margin-bottom: 32px;
    box-shadow: var(--sh-sm);
    text-decoration: none;
    transition: box-shadow 0.25s, transform 0.2s;
    flex-wrap: wrap;
    gap: 14px
}

.google-strip:hover {
    box-shadow: var(--sh-md);
    transform: translateY(-1px)
}

.g-left {
    display: flex;
    align-items: center;
    gap: 16px
}

.g-wordmark {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1
}

.gb {
    color: #4285F4
}

.gr {
    color: #EA4335
}

.gy {
    color: #FBBC05
}

.gg {
    color: #34A853
}

.g-div {
    width: 1px;
    height: 34px;
    background: var(--ivory4)
}

.g-score {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1
}

.g-stars {
    color: #FBBC05;
    font-size: 0.9rem;
    letter-spacing: 2px;
    display: block
}

.g-count {
    font-size: 0.68rem;
    color: var(--muted);
    font-weight: 500
}

.g-right {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #4285F4;
    text-decoration: none
}

.g-right svg {
    width: 13px;
    height: 13px;
    fill: #4285F4
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.testi-card {
    background: white;
    border-radius: var(--r-md);
    border: 1px solid var(--ivory4);
    padding: 28px;
    box-shadow: var(--sh-xs);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden
}

.testi-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--forest), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease
}

.testi-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: var(--gold-line)
}

.testi-card:hover::before {
    transform: scaleX(1)
}

.g-icon-small {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 50%;
    box-shadow: var(--sh-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ivory4)
}

.g-icon-small svg {
    width: 14px;
    height: 14px
}

.testi-qmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
    opacity: 0.3;
    line-height: 0.5;
    margin-bottom: 12px
}

.testi-stars {
    color: #FBBC05;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 12px
}

.testi-text {
    font-size: 0.86rem;
    color: var(--charcoal);
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 22px;
    font-weight: 400
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.testi-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    color: white;
    flex-shrink: 0
}

.av-a {
    background: linear-gradient(135deg, #667eea, #764ba2)
}

.av-b {
    background: linear-gradient(135deg, #f093fb, #f5576c)
}

.av-c {
    background: linear-gradient(135deg, #4facfe, #00f2fe)
}

.testi-name {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--ink)
}

.testi-role {
    font-size: 0.7rem;
    color: var(--muted);
    font-weight: 400
}

.testi-cta-row {
    text-align: center;
    margin-top: 36px
}

.btn-google {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    border: 1.5px solid rgba(66, 133, 244, 0.3);
    color: #4285F4;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    padding: 12px 26px;
    border-radius: var(--r-sm);
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: var(--sh-xs)
}

.btn-google:hover {
    background: rgba(66, 133, 244, 0.05);
    border-color: #4285F4;
    transform: translateY(-1px);
    box-shadow: var(--sh-sm)
}

.btn-google svg {
    width: 16px;
    height: 16px
}

.instructor-section {
    background: var(--ivory)
}

.instructor-grid {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 80px;
    align-items: center
}

.instructor-img-side {
    position: relative
}

.img-frame {
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-lg);
    border: 1px solid var(--ivory4);
    position: relative
}

.img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 43, 94, 0.15) 0%, transparent 50%);
    pointer-events: none
}

.img-frame img {
    width: 100%;
    display: block;
    filter: contrast(1.02)
}

.exp-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: white;
    border-radius: var(--r-md);
    padding: 18px 22px;
    box-shadow: var(--sh-md);
    border: 1px solid var(--ivory4);
    text-align: center;
    z-index: 2;
    animation: float 4.5s ease infinite
}

.eb-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--forest);
    line-height: 1;
    display: block
}

.eb-label {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted)
}

.instructor-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.9;
    color: var(--ink);
    margin-bottom: 6px
}

.instructor-name em {
    font-style: italic;
    color: var(--gold)
}

.instructor-role {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 24px
}

.instructor-bio {
    font-size: 0.92rem;
    font-weight: 400;
    color: var(--charcoal);
    line-height: 1.85;
    margin-bottom: 28px
}

.instructor-bio strong {
    color: var(--ink);
    font-weight: 700
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px
}

.skill-tag {
    background: var(--ivory2);
    border: 1px solid var(--ivory4);
    border-radius: 99px;
    padding: 6px 14px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--charcoal);
    transition: all 0.2s
}

.skill-tag:hover {
    background: var(--gold-soft);
    border-color: var(--gold-line);
    color: var(--gold)
}

.social-row {
    display: flex;
    gap: 10px;
    align-items: center
}

.social-btn {
    width: 40px;
    height: 40px;
    background: var(--ivory2);
    border: 1px solid var(--ivory4);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--charcoal);
    text-decoration: none;
    transition: all 0.2s
}

.social-btn:hover {
    background: var(--forest);
    border-color: var(--forest);
    color: white
}

.social-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor
}

.batches-section {
    background: var(--ivory2)
}

.batch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px
}

.batch-card {
    background: white;
    border-radius: var(--r-lg);
    border: 1px solid var(--ivory4);
    padding: 32px 28px;
    box-shadow: var(--sh-xs);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden
}

.batch-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md)
}

.batch-card.hot {
    border-color: rgba(234, 88, 12, 0.25);
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.08)
}

.batch-hot-label {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(234, 88, 12, 0.1);
    border: 1px solid rgba(234, 88, 12, 0.2);
    color: #C2410C;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 99px
}

.batch-date-big {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--forest);
    line-height: 1;
    letter-spacing: -0.02em
}

.batch-month {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 20px
}

.batch-tags {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px
}

.btag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    color: var(--charcoal);
    font-weight: 400
}

.btag::before {
    content: '';
    width: 6px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0
}

.batch-status-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 16px;
    border-top: 1px solid var(--ivory3);
    margin-bottom: 18px
}

.b-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.b-hot {
    background: #EA580C;
    animation: pulse2 1.5s ease infinite
}

.b-open {
    background: var(--emerald)
}

.b-soon {
    background: var(--light)
}

.batch-enroll {
    display: block;
    width: 100%;
    background: var(--forest);
    color: white;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 12px;
    border-radius: var(--r-sm);
    text-decoration: none;
    transition: all 0.2s
}

.batch-enroll:hover {
    background: var(--forest2)
}

.batch-enroll.outline {
    background: transparent;
    border: 1.5px solid var(--ivory4);
    color: var(--charcoal)
}

.batch-enroll.outline:hover {
    border-color: var(--forest);
    color: var(--forest)
}

.batch-bottom-cta {
    text-align: center;
    margin-top: 40px
}

.faq-section {
    background: var(--ivory)
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 80px;
    align-items: start
}

.faq-aside p {
    font-size: 0.92rem;
    color: var(--charcoal);
    line-height: 1.8;
    margin-top: 16px;
    font-weight: 400
}

.faq-contact-card {
    background: var(--forest);
    border-radius: var(--r-md);
    padding: 28px 24px;
    margin-top: 32px
}

.fcc-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    margin-bottom: 6px
}

.fcc-sub {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px
}

.fcc-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: var(--forest);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 11px 18px;
    border-radius: var(--r-sm);
    text-decoration: none;
    transition: all 0.2s;
    width: fit-content
}

.fcc-btn:hover {
    background: var(--ivory2);
    transform: translateY(-1px)
}

.fcc-btn svg {
    width: 15px;
    height: 15px;
    fill: var(--forest)
}

.faq-list {
    margin-top: 8px
}

.faq-item {
    border-bottom: 1px solid var(--ivory4);
    overflow: hidden
}

.faq-item:first-child {
    border-top: 1px solid var(--ivory4)
}

.faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    color: var(--ink);
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    gap: 20px;
    transition: color 0.2s
}

.faq-btn:hover {
    color: var(--gold)
}

.faq-icon {
    width: 28px;
    height: 28px;
    background: var(--ivory2);
    border: 1px solid var(--ivory4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s
}

.faq-icon svg {
    width: 11px;
    height: 11px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 2.5;
    transition: transform 0.3s
}

.faq-item.open .faq-icon {
    background: var(--forest);
    border-color: var(--forest)
}

.faq-item.open .faq-icon svg {
    stroke: white;
    transform: rotate(45deg)
}

.faq-answer {
    font-size: 0.86rem;
    color: var(--charcoal);
    line-height: 1.8;
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s
}

.faq-item.open .faq-answer {
    max-height: 400px;
    padding-bottom: 20px
}

.final-cta-section {
    background: var(--forest);
    position: relative;
    overflow: hidden
}

.final-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 30% 50%, rgba(184, 135, 42, 0.12) 0%, transparent 55%), radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 45%);
    pointer-events: none
}

.final-cta-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none
}

.final-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 56px;
    text-align: center;
    position: relative;
    z-index: 1
}

.fci-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold3);
    margin-bottom: 20px
}

.fci-eyebrow::before,
.fci-eyebrow::after {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--gold3);
    opacity: 0.5
}

.final-cta-h {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 5.5vw, 4.8rem);
    font-weight: 700;
    color: white;
    line-height: 0.95;
    letter-spacing: -0.01em;
    margin-bottom: 14px
}

.final-cta-h em {
    font-style: italic;
    color: var(--gold3)
}

.final-cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    max-width: 560px;
    margin: 0 auto 44px;
    font-weight: 400
}

.final-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.btn-gold-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: white;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    padding: 16px 36px;
    border-radius: var(--r-sm);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
    animation: glowBtn 3s ease infinite
}

.btn-gold-solid::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 70%);
    background-size: 200%;
    animation: shimmer 2.5s ease infinite
}

.btn-gold-solid:hover {
    background: var(--gold2);
    transform: translateY(-2px);
    box-shadow: var(--sh-gold)
}

.btn-gold-solid svg {
    width: 16px;
    height: 16px;
    fill: white
}

.btn-white-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    padding: 15px 32px;
    border-radius: var(--r-sm);
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.25s
}

.btn-white-outline:hover {
    border-color: white;
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px)
}

.btn-white-outline svg {
    width: 16px;
    height: 16px;
    stroke: white;
    fill: none;
    stroke-width: 2
}

.final-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap
}

.ftr-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5)
}

.ftr-item svg {
    width: 14px;
    height: 14px;
    fill: var(--gold3)
}

.ftr-div {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.12)
}

footer {
    background: var(--ink);
    padding: 64px 56px 32px
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 64px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.footer-logo-icon {
    width: 40px;
    height: 40px;
    background: var(--forest);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-logo-icon svg {
    width: 22px;
    height: 22px
}

.footer-brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.04em
}

.footer-brand-name span {
    color: var(--gold3)
}

.footer-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 16px
}

.footer-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    max-width: 280px;
    font-weight: 300
}

.footer-col h5 {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold3);
    margin-bottom: 20px
}

.footer-col ul,
.footer-col ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    font-size: 0.84rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-links a::before {
    content: '\203A';
    color: var(--gold);
    font-size: 1.2rem;
    line-height: 1;
    opacity: 0.8
}


.footer-links a:hover {
    color: var(--gold3)
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s
}

.footer-contact-item:hover {
    color: var(--gold3)
}

.footer-contact-item svg {
    width: 14px;
    height: 14px;
    fill: var(--gold3);
    flex-shrink: 0
}

.footer-batch-list {
    margin-top: 20px
}

.fbatch {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
    font-weight: 300
}

.fb-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0
}

.fb-dot.live {
    background: var(--gold3);
    animation: pulse2 1.5s ease infinite
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.brand-socials {
    margin-top: 24px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.footer-copy {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.25);
    font-weight: 300
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-legal-links a {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 400
}

.footer-legal-links a:hover {
    color: var(--gold3)
}

.footer-legal-links .sep {
    color: rgba(255, 255, 255, 0.1);
    font-size: 0.7rem
}

.footer-socials {
    display: flex;
    gap: 10px
}

.fsoc {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: all 0.2s
}

.fsoc:hover {
    background: var(--forest);
    border-color: var(--forest3);
    color: white
}

.fsoc svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

.wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px
}

.wa-tip {
    background: white;
    border-radius: var(--r-md);
    padding: 10px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: var(--sh-md);
    border: 1px solid var(--ivory4);
    white-space: nowrap;
    animation: fadeUp 0.4s ease
}

.wa-tip strong {
    color: var(--forest)
}

.wa-btn {
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    animation: glowBtn 3s ease infinite
}

.wa-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.5)
}

.wa-btn svg {
    width: 28px;
    height: 28px;
    fill: white
}

.sticky-cta-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    background: white;
    border-top: 1px solid var(--ivory4);
    padding: 12px 20px;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(24, 22, 15, 0.1)
}

.scm-btn {
    flex: 1;
    padding: 13px;
    border-radius: var(--r-sm);
    font-weight: 800;
    font-size: 0.85rem;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer
}

.scm-primary {
    background: var(--forest);
    color: white
}

.scm-secondary {
    background: var(--ivory2);
    color: var(--forest);
    border: 1.5px solid var(--ivory4)
}

@media(max-width:1024px) {
    nav {
        padding: 0 28px
    }

    .nav-menu {
        display: none
    }

    .nav-cta-group {
        display: none
    }

    .hamburger {
        display: flex
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 60px 28px 48px;
        min-height: auto
    }

    .hero-right {
        display: none
    }

    .hero-slash {
        display: none
    }

    .section-wrap {
        padding: 72px 28px
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .why-badge {
        display: none
    }

    .stats-strip-inner {
        grid-template-columns: 1fr 1fr
    }

    .stat-block {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 36px 28px
    }

    .stat-block:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.08)
    }

    .stat-block:nth-last-child(-n+2) {
        border-bottom: none
    }

    .courses-grid {
        grid-template-columns: 1fr
    }

    .philosophy-card {
        grid-template-columns: 1fr
    }

    .testi-grid {
        grid-template-columns: 1fr
    }

    .instructor-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .exp-badge {
        right: 0
    }

    .batch-grid {
        grid-template-columns: 1fr
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px
    }

    footer {
        padding: 52px 28px 100px
    }

    .final-cta-inner {
        padding: 80px 28px
    }

    .sticky-cta-mobile {
        display: flex
    }

    .wa-float {
        bottom: 90px
    }
}

/* ==========================================================================
   COURSE PAGE TEMPLATE
   ========================================================================== */

/* ─── Course Hero ─── */
.course-hero {
    position: relative;
    padding: 160px 20px 100px;
    background: var(--ivory);
    overflow: hidden;
    color: var(--ink);
    border-bottom: 1px solid var(--ivory4);
}

.course-hero .hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 70% 50%, rgba(184, 135, 42, 0.08) 0%, transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(26, 43, 94, 0.05) 0%, transparent 45%);
    z-index: 1;
}

/* Decorative Dots like Homepage */
.course-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(184, 135, 42, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    opacity: 0.7;
    z-index: 1;
}

.ch-wrap {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ch-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: var(--ivory2);
    border: 1.5px solid var(--gold-line);
    color: var(--gold);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 32px;
    box-shadow: var(--sh-xs);
}

.ch-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 24px;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.ch-desc {
    font-size: 1.15rem;
    color: var(--charcoal);
    max-width: 740px;
    margin: 0 auto 56px;
    line-height: 1.7;
    font-weight: 400;
}

/* ─── Meta Grid ─── */
.ch-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.ch-meta-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: white;
    border: 1px solid var(--ivory4);
    padding: 20px 28px;
    border-radius: 16px;
    text-align: left;
    flex: 1;
    min-width: 260px;
    box-shadow: var(--sh-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ch-meta-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: var(--gold-line);
}

.ch-meta-item svg {
    width: 32px;
    height: 32px;
    stroke: var(--gold);
    fill: rgba(184, 135, 42, 0.05);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.ch-meta-label {
    font-size: 0.7rem;
    color: var(--muted);
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.ch-meta-val {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--forest);
    font-family: 'Outfit', sans-serif;
}


/* â”€â”€ Course Body â”€â”€ */
.course-body-section {
    padding: 80px 20px;
    background: var(--ivory);
}

.cb-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 64px;
    align-items: start;
}

.cb-sticky {
    position: sticky;
    top: 100px;
    background: white;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cb-eyebrow {
    color: var(--gold3);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.cb-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--forest);
    line-height: 1.2;
    margin-bottom: 16px;
}

.cb-intro {
    font-size: 1rem;
    color: var(--charcoal);
    line-height: 1.6;
}

/* â”€â”€ Syllabus Content Rendering â”€â”€ */
.syllabus-content h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--forest);
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(27, 61, 42, 0.1);
}

.syllabus-content h3:first-child {
    margin-top: 0;
}

.syllabus-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.syllabus-content li {
    background: white;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--charcoal);
    line-height: 1.5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.syllabus-content li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-color: rgba(184, 135, 42, 0.3);
}

.syllabus-content li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23B8872A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
}

/* â”€â”€ Important Note â”€â”€ */
.course-note {
    margin-top: 64px;
    background: rgba(184, 135, 42, 0.08);
    border-left: 4px solid var(--gold);
    padding: 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 0.95rem;
    color: var(--forest);
    line-height: 1.6;
}

.course-note svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 2px;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 992px) {
    .cb-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cb-sticky {
        position: static;
    }

    .ch-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .course-hero {
        padding: 120px 20px 60px;
    }

    .ch-title {
        font-size: 2.4rem;
    }

    .syllabus-content ul {
        grid-template-columns: 1fr;
    }
}

/* â•â•â• FAQ ACCORDION â•â•â• */
.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-btn {
    width: 100%;
    text-align: left;
    padding: 24px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--forest);
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    transition: background 0.3s ease;
}

.faq-btn:hover {
    background: rgba(0, 0, 0, 0.02);
}

.faq-icon {
    flex-shrink: 0;
    margin-left: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(184, 135, 42, 0.1);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--charcoal);
    line-height: 1.6;
    font-size: 0.95rem;
}

.faq-answer-inner {
    padding-bottom: 24px;
}

/* FAQ OPEN STATE */
.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

.faq-item.open .faq-icon line:last-child {
    opacity: 0;
}

.faq-item.open .faq-answer {
    max-height: 1000px;
    opacity: 1;
}

/* â•â•â• PHILOSOPHY PAGE â•â•â• */
.arch-img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.arch-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.adv-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.adv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    border-color: rgba(184, 135, 42, 0.3);
}

.arch-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .arch-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* â•â•â• BLOG ARCHIVE & SINGLE POST â•â•â• */
.post-thumb:hover img {
    transform: scale(1.05);
}

.et-pagination {
    display: inline-block;
}

.et-pagination .nav-links {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.et-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: white;
    color: var(--forest);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.et-pagination .page-numbers.current {
    background: var(--forest);
    color: white;
    border-color: var(--forest);
}

.et-pagination .page-numbers:hover:not(.current) {
    background: rgba(184, 135, 42, 0.1);
    color: var(--gold);
    border-color: rgba(184, 135, 42, 0.2);
}

.et-pagination .page-numbers.prev,
.et-pagination .page-numbers.next {
    width: auto;
    padding: 0 16px;
}

/* Single Content Typography */
.single-article-body h2,
.single-article-body h3,
.single-article-body h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--forest);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.single-article-body h2 {
    font-size: 2.2rem;
}

.single-article-body h3 {
    font-size: 1.8rem;
}

.single-article-body p {
    margin-bottom: 24px;
}

.single-article-body a {
    color: var(--gold3);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s;
}

.single-article-body a:hover {
    color: var(--gold);
}

.single-article-body blockquote {
    margin: 40px 0;
    padding: 24px 32px;
    background: rgba(184, 135, 42, 0.05);
    border-left: 4px solid var(--gold);
    border-radius: 0 12px 12px 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-style: italic;
    color: var(--forest);
}

.single-article-body blockquote p:last-child {
    margin-bottom: 0;
}

.single-article-body ul,
.single-article-body ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.single-article-body li {
    margin-bottom: 12px;
}

.single-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 32px 0;
}

/* Post Navigation */
.post-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation a {
    display: block;
    text-decoration: none;
    padding: 24px;
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: rgba(184, 135, 42, 0.3);
}

@media (max-width: 768px) {
    .single-article-body {
        padding: 0 20px !important;
    }

    .entry-footer {
        padding: 0 20px !important;
    }

    .post-navigation .nav-links {
        flex-direction: column;
    }

    .post-navigation .nav-next {
        text-align: left;
    }

    .post-feat-img {
        transform: translateY(-20px);
        border-radius: 12px;
    }
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ═══ BUTTONS ═══ */
.btn-primary,
.btn-gold-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--forest);
    color: white !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-gold-solid {
    background: var(--gold);
}

.btn-primary:hover {
    background: var(--forest2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: white !important;
}

.btn-gold-solid:hover {
    background: var(--gold2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 135, 42, 0.3);
    color: white !important;
}

.btn-outline,
.btn-forest-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--forest) !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--forest);
}

.btn-outline {
    border-color: var(--gold);
    color: var(--gold) !important;
}

.btn-outline:hover {
    background: rgba(184, 135, 42, 0.05);
    color: var(--gold) !important;
}

.btn-forest-outline:hover {
    background: rgba(26, 43, 94, 0.05);
    color: var(--forest) !important;
}

.btn-white-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: white !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-white-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white !important;
}

/* ═══ CONTACT PAGE ═══ */
.contact-page {
    background: var(--ivory);
    padding-top: 0;
    /* Removed top padding */
}

.contact-hero {
    background: radial-gradient(circle at top right, var(--ivory2), transparent 40%);
}

.contact-hero .hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-hero .page-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    /* Slightly smaller max size */
    margin: 15px 0;
    line-height: 1.1;
    color: var(--slate);
}

.contact-hero .hero-desc {
    font-size: 1.05rem;
    color: var(--charcoal);
    line-height: 1.5;
    opacity: 0.8;
    margin-left: auto;
    margin-right: auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

/* Info Column */
.contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--ivory4);
    display: flex;
    gap: 24px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
}

.info-icon {
    width: 54px;
    height: 54px;
    background: var(--ivory2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.info-body h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: var(--slate);
}

.info-body p {
    font-size: 0.9rem;
    color: var(--muted);
    margin-bottom: 12px;
    line-height: 1.5;
}

.info-link {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--forest);
    text-decoration: none;
    display: inline-block;
}

.info-label {
    display: block;
    font-size: 0.85rem;
    color: var(--gold3);
    font-weight: 600;
    margin-top: 8px;
}

/* Form Column */
.form-wrapper {
    background: white;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--ivory4);
}

.form-title {
    font-size: 2rem;
    margin-bottom: 12px;
    color: var(--slate);
}

.form-subtitle {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 40px;
}

.custom-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.custom-contact-form .form-group {
    margin-bottom: 24px;
}

.custom-contact-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--slate);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--ivory4);
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    background: var(--ivory3);
    transition: all 0.3s ease;
}

.custom-contact-form input:focus,
.custom-contact-form select:focus,
.custom-contact-form textarea:focus {
    outline: none;
    background: white;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

/* Map Section */
.map-section {
    padding-bottom: 0;
}

.map-container {
    height: 450px;
    filter: grayscale(0.2) contrast(1.1);
    border-top: 1px solid var(--ivory4);
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .custom-contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-hero {
        padding: 60px 0 40px;
    }
}

/* ═══ MOBILE STATS FIX ═══ */
@media (max-width: 768px) {
    .hero-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100% !important;
        max-width: 100%;
    }

    .trust-item {
        min-width: unset !important;
        padding: 12px 8px !important;
        border-right: 1px solid var(--ivory4);
        border-bottom: 1px solid var(--ivory4);
    }

    .trust-item:nth-child(2n) {
        border-right: none;
    }

    .trust-item:nth-child(3),
    .trust-item:nth-child(4) {
        border-bottom: none;
    }

    .trust-num {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 480px) {
    .c-stat-val {
        font-size: 1.3rem !important;
    }

    .c-stat {
        padding: 12px 8px !important;
    }

    .c-stat-lbl {
        font-size: 0.58rem !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════
   BLOG & SINGLE POSTS
══════════════════════════════════════════════════════════════════════ */

.blog-grid-section {
    padding: 80px 20px;
    background: var(--ivory);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 992px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

.post-thumb {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.post-thumb:hover img {
    transform: scale(1.05);
}

.post-thumb-fallback {
    display: block;
    aspect-ratio: 16/9;
    background: var(--forest);
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-thumb-fallback svg {
    width: 48px;
    height: 48px;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1;
    fill: none;
}

.post-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-meta {
    font-size: 0.85rem;
    font-family: 'Outfit', sans-serif;
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.post-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.post-title a {
    color: var(--forest);
    text-decoration: none;
    transition: color 0.2s;
}

.post-title a:hover {
    color: var(--gold);
}

.post-excerpt {
    color: var(--charcoal);
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 24px;
    flex-grow: 1;
}

.pagination-wrapper {
    margin-top: 60px;
    text-align: center;
}

/* Pagination Styling */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid var(--ivory4);
    border-radius: var(--r-sm);
    color: var(--forest);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.page-numbers.current,
.page-numbers:hover {
    background: var(--forest);
    color: white;
    border-color: var(--forest);
}

.page-numbers.prev,
.page-numbers.next {
    width: auto;
    padding: 0 16px;
}

/* Single Post Specifics */
.single-hero {
    background: var(--forest);
    color: white;
    padding: 120px 20px 80px;
    position: relative;
    text-align: center;
}

.single-hero .hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(184, 135, 42, 0.15), transparent 50%);
    pointer-events: none;
}

.post-categories {
    margin-bottom: 24px;
}

.cat-badge {
    display: inline-block;
    background: rgba(184, 135, 42, 0.1);
    color: var(--gold);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 4px;
    border: 1px solid rgba(184, 135, 42, 0.2);
    transition: all 0.2s;
}

.cat-badge:hover {
    background: var(--gold);
    color: white;
}

.post-feat-img {
    max-width: 1000px;
    margin: 0 auto;
    transform: translateY(-40px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--sh-md);
    aspect-ratio: 21/9;
    background: var(--forest);
}

.post-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-article-body {
    font-family: 'Outfit', sans-serif;
    color: var(--charcoal);
    line-height: 1.8;
    font-size: 1.1rem;
    padding: 0 40px;
}

.single-article-body h2,
.single-article-body h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--forest);
    margin: 1.5em 0 0.8em;
}

.post-tags a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    color: var(--forest);
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 0.85rem;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: background 0.2s;
}

.post-tags a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.post-navigation-area .nav-subtitle {
    display: block;
    font-size: 0.85rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.post-navigation-area .nav-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--forest);
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════════════════
   404 ERROR PAGE
══════════════════════════════════════════════════════════════════════ */

.error-section {
    padding: 120px 20px;
    background: var(--ivory);
    color: var(--charcoal);
    text-align: center;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.error-wrap {
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 2;
    background: white;
    padding: 80px 40px;
    border: 2px solid #000;
    border-radius: 24px;
    box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.error-code-bg {
    font-size: clamp(10rem, 25vw, 18rem);
    font-weight: 900;
    font-family: 'Outfit', sans-serif;
    color: var(--gold);
    line-height: 1;
    margin: 0;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

.error-icon {
    margin-bottom: 32px;
}

.error-icon svg {
    width: 80px;
    height: 80px;
    stroke: var(--gold);
    stroke-width: 1.5;
    fill: none;
}

.error-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    color: var(--forest);
    margin-bottom: 16px;
    line-height: 1.1;
}

.error-title em {
    color: var(--gold);
    font-style: normal;
}

.error-text {
    color: var(--charcoal);
    font-size: 1.15rem;
    margin-bottom: 48px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.error-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════════════════
   LAYOUT UTILITIES
══════════════════════════════════════════════════════════════════════ */

.section-padding {
    padding: 100px 0;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════════════
   MOBILE OPTIMIZATIONS (375px & General Mobile)
══════════════════════════════════════════════════════════════════════ */

/* 1. Scarcity & Urgency Strips */
#urgency-strip .us-text {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px 10px;
    font-size: 0.85rem;
    padding: 0 30px;
}

#timer-box {
    flex-basis: 100%; /* Force to new line */
    display: block;
    margin: 5px auto 0;
    width: fit-content;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
}

.urgency-inline {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 30px 20px;
}

.ui-left {
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.ui-timer {
    margin: 0 auto;
}

/* 2. Stats 2x2 Grid (Strictly for 375px and less as shown in screenshot) */
@media (max-width: 480px) {
    .stats-strip-inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    .stat-block {
        border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        padding: 40px 20px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .stat-block:nth-child(2n) {
        border-right: none !important;
    }

    .stat-block:nth-child(3),
    .stat-block:nth-child(4) {
        border-bottom: none !important;
    }
}

/* 3. Feature List Cleanups */
.feature-list,
.feature-list ul,
.feature-list ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.feature-item {
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

/* 4. Course Pricing Layout */
@media (max-width: 600px) {
    .course-price-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .seats-left {
        width: 75% !important;
        padding: 10px 15px !important;
        justify-content: center !important;
        border-radius: 8px !important;
    }
}

/* 5. Mobile Menu Overhaul (Custom Styled Blocks) */

.mob-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--ivory);
    z-index: 10001;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    transform: translateX(100%) !important;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) !important;
    visibility: hidden !important;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.mob-nav * {
    box-sizing: border-box;
}

.mob-nav.active {
    transform: translateX(0) !important;
    visibility: visible !important;
}

/* Close Button */
.mob-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: var(--forest);
    font-size: 2.2rem;
    font-weight: 300;
    cursor: pointer;
    z-index: 10002;
    padding: 10px;
    line-height: 1;
}

/* Menu Items as Styled Blocks */
.mob-nav li {
    list-style: none !important;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--gold);
}

.mob-nav li:first-of-type {
    margin-top: 80px;
    border-top: 1px solid var(--gold);
}

.mob-nav.active li {
    opacity: 1;
    transform: translateY(0);
}

.mob-nav li a {
    display: block !important;
    width: 100%;
    padding: 20px 24px !important;
    /* Increased horizontal padding for left alignment */
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--gold) !important;
    transition: all 0.2s ease;
    text-align: left;
}

.mob-nav li a:hover,
.mob-nav li a:active {
    background-color: var(--gold3);
    color: var(--forest) !important;
}

/* CTAs at Bottom */
.mob-nav-cta {
    margin-top: auto !important;
    padding: 30px 20px 40px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transition: all 0.5s ease 0.4s;
}

.mob-nav.active .mob-nav-cta {
    opacity: 1;
}

.mob-nav-cta .btn-forest,
.mob-nav-cta .btn-gold-outline {
    width: 100% !important;
    padding: 18px !important;
    font-size: 1.05rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px !important;
    justify-content: center !important;
    border: none !important;
    box-shadow: var(--sh-md) !important;
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Hamburger state transition */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10000;
    position: relative;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: var(--forest);
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
}

@media (max-width: 991px) {
    .hamburger {
        display: flex;
    }
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 480px) {
    .hero-h1 {
        font-size: 2.8rem;
        line-height: 1.1;
    }

    .hero-h1-italic {
        font-size: 2.6rem;
    }

    .section-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 375px) {
    .stat-num {
        font-size: 1.8rem !important;
    }

    .stat-label {
        font-size: 0.75rem !important;
    }

    .display-1 {
        font-size: 2.8rem !important;
    }
}
/* ═══ NEW LANDING PAGE STYLES (nd- prefix) ═══ */
.landing-main {
    padding-top: 80px;
}
.nd-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.nd-section-head {
    text-align: center;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.nd-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.1;
    color: var(--ink);
}
.nd-section-desc {
    font-size: 1.125rem;
    color: var(--muted);
    line-height: 1.7;
}

/* Base Buttons */
.nd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 99px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}
.nd-btn-primary {
    background: var(--gold);
    color: white !important;
}
.nd-btn-primary:hover {
    background: var(--gold2);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(184,135,42,0.3);
}
.nd-btn-primary .nd-icon-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}
.nd-btn-primary:hover .nd-icon-arrow {
    transform: translateX(4px);
}
.nd-btn-outline {
    background: white;
    color: var(--forest) !important;
    border-color: var(--ivory4);
}
.nd-btn-outline:hover {
    background: var(--ivory2);
    border-color: var(--ivory3);
}
.nd-btn-white {
    background: white;
    color: var(--forest) !important;
}
.nd-btn-white:hover {
    background: var(--ivory);
    transform: translateY(-2px);
}
.nd-btn-large {
    padding: 20px 40px;
    font-size: 1.25rem;
}

/* HERO SECTION */
.nd-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 20px 80px;
    background: white;
}
.nd-hero-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nd-hero-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 99px;
    background: rgba(184,135,42,0.1);
    color: var(--gold);
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 32px;
}
.nd-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 32px;
    color: var(--ink);
}
.nd-hero-desc {
    font-size: 1.25rem;
    color: var(--muted);
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.nd-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}
@media(min-width: 640px) {
    .nd-hero-actions { flex-direction: row; }
}
.nd-hero-trust-text {
    font-size: 0.875rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: underline;
    text-decoration-color: rgba(184,135,42,0.2);
}
.nd-hero-trust-text svg {
    width: 16px;
    height: 16px;
}
.nd-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: rgba(184,135,42,0.05);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
}

/* SOCIAL PROOF */
.nd-social-proof {
    padding: 60px 20px;
    background: var(--ivory);
    border-top: 1px solid var(--ivory4);
    border-bottom: 1px solid var(--ivory4);
}
.nd-social-label {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
    margin-bottom: 32px;
}
.nd-social-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.nd-social-proof:hover .nd-social-logos {
    opacity: 1;
    filter: grayscale(0%);
}
@media(min-width: 768px) {
    .nd-social-logos { gap: 64px; }
}
.nd-logo {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}

/* PROBLEM */
.nd-problem {
    padding: 80px 20px;
    background: white;
}
.nd-problem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media(min-width: 768px) {
    .nd-problem-grid { grid-template-columns: 1fr 1fr; }
}
.nd-problem-card {
    padding: 40px;
    border-radius: 24px;
    background: var(--ivory);
    border: 1px solid var(--ivory4);
    transition: all 0.3s;
}
.nd-problem-card:hover {
    border-color: rgba(239,68,68,0.2);
}
.nd-problem-icon {
    width: 48px;
    height: 48px;
    background: rgba(239,68,68,0.1);
    color: #ef4444;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.nd-problem-icon svg { width: 24px; height: 24px; }
.nd-problem-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--ink);
}
.nd-problem-card p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

/* SOLUTION */
.nd-solution {
    padding: 80px 20px;
    background: var(--forest);
    color: white;
    position: relative;
    overflow: hidden;
}
.nd-solution .text-white-70 { color: rgba(255,255,255,0.7); }
.nd-solution-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media(min-width: 768px) {
    .nd-solution-grid { grid-template-columns: repeat(3, 1fr); }
}
.nd-solution-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 32px;
    backdrop-filter: blur(12px);
}
.nd-sol-icon {
    width: 48px;
    height: 48px;
    color: var(--gold);
    margin-bottom: 32px;
}
.nd-solution-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
}
.nd-solution-card p {
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin: 0;
}
.nd-solution-glow {
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: rgba(184,135,42,0.15);
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
}

/* HOW IT WORKS TIMELINE */
.nd-timeline-section {
    padding: 80px 20px;
    background: white;
}
.nd-timeline-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.nd-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--ivory4);
    transform: translateX(-50%);
    display: none;
}
@media(min-width: 768px) {
    .nd-timeline-line { display: block; }
}
.nd-timeline-row {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 80px;
}
.nd-timeline-row:last-child { margin-bottom: 0; }
@media(min-width: 768px) {
    .nd-timeline-row { flex-direction: row; align-items: center; }
    .nd-timeline-row.row-even { flex-direction: row; }
    .nd-timeline-row.row-odd { flex-direction: row-reverse; }
}
.nd-tl-content, .nd-tl-visual {
    flex: 1;
}
.nd-tl-content { text-align: center; }
@media(min-width: 768px) {
    .nd-timeline-row.row-even .nd-tl-content { text-align: left; padding-right: 48px; }
    .nd-timeline-row.row-odd .nd-tl-content { text-align: right; padding-left: 48px; }
}
.nd-tl-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--gold);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.nd-timeline-row.row-odd .nd-tl-num { margin-left: auto; }
.nd-tl-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 16px;
}
.nd-tl-content p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 1.125rem;
}
.nd-tl-visual {
    display: flex;
    justify-content: center;
}
.nd-tl-box {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--ivory);
    border: 1px solid var(--ivory4);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.nd-tl-box-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(184,135,42,0.05), transparent);
    transition: transform 0.5s;
}
.nd-tl-box:hover .nd-tl-box-bg {
    transform: scale(1.1);
}
.nd-tl-box span {
    font-family: monospace;
    font-size: 0.875rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: -0.05em;
    opacity: 0.5;
}

/* OFFER SECTION */
.nd-offer {
    padding: 80px 20px;
    background: var(--ivory);
}
.nd-offer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
    align-items: center;
}
@media(min-width: 1024px) {
    .nd-offer-grid { grid-template-columns: 1fr 1fr; }
}
.nd-offer-text .nd-section-title {
    text-align: left;
    margin-bottom: 40px;
}
.nd-offer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.nd-offer-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--forest);
}
.nd-check-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(34,197,94,0.1);
    color: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.nd-offer-list li:hover .nd-check-icon {
    transform: scale(1.1);
}
.nd-check-icon svg { width: 20px; height: 20px; }
.nd-offer-graphic {
    padding: 4px;
    background: white;
    border-radius: 48px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1);
}
.nd-og-wrap {
    background: var(--forest);
    border-radius: 45px;
    overflow: hidden;
    padding: 32px;
    color: white;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nd-og-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}
.nd-og-dots div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.nd-og-inner h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
}
.nd-og-inner p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 24px;
}
.nd-og-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.nd-og-bars div {
    height: 16px;
    border-radius: 99px;
}
.nd-og-progress {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 24px;
    border-radius: 24px;
}
.nd-ogp-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 600;
}
.nd-ogp-top strong { font-size: 1rem; }
.nd-ogp-bar {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.1);
    border-radius: 99px;
    overflow: hidden;
}
.nd-ogp-bar div {
    height: 100%;
    background: var(--gold);
}

/* DIFFERENTIATION */
.nd-diff-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media(min-width: 768px) {
    .nd-diff-grid { grid-template-columns: 1fr 1fr; }
}
.nd-diff-card {
    padding: 40px;
    border-radius: 48px;
}
.nd-diff-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 32px;
    padding-bottom: 16px;
}
.nd-diff-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.nd-diff-card li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-weight: 600;
}
.nd-diff-card li svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.nd-diff-card.bad {
    background: rgba(254,242,242,0.5);
    border: 1px solid #fee2e2;
}
.nd-diff-card.bad h3 { color: #7f1d1d; border-bottom: 1px solid #fee2e2; }
.nd-diff-card.bad li { color: rgba(153,27,27,0.8); }
.nd-diff-card.bad li svg { color: #f87171; }
.nd-diff-card.good {
    background: rgba(184,135,42,0.05);
    border: 1px solid rgba(184,135,42,0.2);
}
.nd-diff-card.good h3 { color: var(--gold); border-bottom: 1px solid rgba(184,135,42,0.2); }
.nd-diff-card.good li { color: var(--forest); }
.nd-diff-card.good li svg { color: var(--gold); }

/* TESTIMONIALS */
.nd-testimonials {
    padding: 80px 20px;
    background: white;
}
.nd-testi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media(min-width: 768px) {
    .nd-testi-grid { grid-template-columns: repeat(3, 1fr); }
}
.nd-testi-card {
    padding: 32px;
    border-radius: 24px;
    background: var(--ivory);
    border: 1px solid var(--ivory4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nd-testi-text {
    font-size: 1.125rem;
    font-style: italic;
    color: var(--forest);
    line-height: 1.7;
    margin-bottom: 32px;
}
.nd-testi-author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.nd-testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(184,135,42,0.2);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.nd-testi-author h4 {
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px;
}
.nd-testi-author span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
}

/* CTA BLOCK */
.nd-cta-box {
    background: var(--gold);
    border-radius: 48px;
    padding: 48px 24px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
@media(min-width: 768px) {
    .nd-cta-box { padding: 96px; }
}
.nd-cta-content { position: relative; z-index: 2; }
.nd-cta-content h2 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    margin-bottom: 24px;
    color: white;
}
.nd-cta-desc {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.nd-cta-note {
    margin-top: 32px;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}
.nd-cta-glow-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    filter: blur(50px);
    transform: translate(50%, -50%);
    z-index: 1;
}
.nd-cta-glow-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 256px;
    height: 256px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    filter: blur(50px);
    transform: translate(-50%, 50%);
    z-index: 1;
}
