/* Founder's Note page (React JSX utility classes → CSS utilities) */
html { font-size: 15px; }
*, *::before, *::after { box-sizing: border-box; }
body {
  /* margin: 0;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  background: #fff;
  color: #0B0B0B; */

    margin: 0;
    /* font-family: 'Inter', sans-serif; */
    font-family: ui-sans-serif, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;

}
h1, h2, h3, h4, h5, h6 { font-family: 'Plus Jakarta Sans', sans-serif; }
a { color: inherit; text-decoration: none; }

.min-h-screen { min-height: 100vh; }
.bg-background { background: #fff; }
.bg-white { background: #fff; }
.relative { position: relative; }
.absolute { position: absolute; }
.overflow-hidden { overflow: hidden; }
.z-10 { z-index: 10; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-5xl { max-width: 64rem; }
.max-w-2xl { max-width: 42rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.pt-32 { padding-top: 8rem; }
.pb-16 { 
    /* padding-bottom: 4rem; */
    padding-bottom: 0rem;
}
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.md\:pt-40 { }
.md\:pb-0 { }

.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-semibold { font-weight: 600; }
.font-bold { 
    /* font-weight: 700; */
    font-weight: 600;
 }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tight { letter-spacing: -0.02em; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-relaxed { line-height: 1.625; }
.text-balance { text-wrap: balance; }
.italic { font-style: italic; }

.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.pt-8 { padding-top: 2rem; }
.pt-2 { padding-top: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { 
    padding-top: 2rem; 
    /* padding-bottom: 2rem;  */
    padding-bottom: 0rem;
}
.p-5 { padding: 1.25rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

.border { border-width: 1px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-y { 
    border-top-width: 1px; 
    /* border-bottom-width: 1px;  */
    border-top-style: solid;
    /* border-bottom-style: solid; */
}
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-300 { border-color: #d1d5db; }
.border-\[\#FF7A1A\]\/10 { border-color: rgba(255,122,26,0.10); }
.border-\[\#FF7A1A\]\/20 { border-color: rgba(255,122,26,0.20); }
.ring-4 { box-shadow: 0 0 0 4px rgba(0,0,0,0); }
.ring-\[\#FF7A1A\]\/20 { box-shadow: 0 0 0 4px rgba(255,122,26,0.20); }

.bg-\[\#FF7A1A\] { background: #FF7A1A; }
.bg-\[\#0B0B0B\] { background: #0B0B0B; }
.bg-\[\#FFF6EC\] { background: #FFF6EC; }
.bg-gray-50 { background: #f9fafb; }
.text-\[\#FF7A1A\] { color: #FF7A1A; }
.text-\[\#0B0B0B\] { color: #0B0B0B; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-500 { color: #6b7280; }
.text-gray-300 { color: #d1d5db; }
.text-white { color: #fff; }
.text-\[\#FF7A1A\]\/30 { color: rgba(255,122,26,0.30); }
.text-\[\#FF7A1A\]\/50 { color: rgba(255,122,26,0.50); }

.bg-\[\#FF7A1A\]\/5 { background-color: rgba(255,122,26,0.05); }
.bg-\[\#FF7A1A\]\/10 { background-color: rgba(255,122,26,0.10); }
.from-\[\#FF7A1A\]\/5 { --tw-from: rgba(255,122,26,0.05); }
.via-\[\#FF7A1A\]\/10 { --tw-via: rgba(255,122,26,0.10); }
.to-\[\#FF7A1A\]\/5 { --tw-to: rgba(255,122,26,0.05); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-from, transparent), var(--tw-via, transparent), var(--tw-to, transparent)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-from, transparent), var(--tw-via, transparent), var(--tw-to, transparent)); }
.from-white { --tw-from: #fff; }
.to-white { --tw-to: #fff; }
.via-gray-50\/30 { --tw-via: rgba(249, 250, 251, 0.3); }

.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-shrink-0 { flex-shrink: 0; }

.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.h-8 { height: 2rem; }
.w-8 { width: 2rem; }
.h-16 { height: 4rem; }
.w-16 { width: 4rem; }
.h-40 { height: 10rem; }
.w-40 { width: 10rem; }
.h-full { height: 100%; }
.w-full { width: 100%; }
.object-cover { object-fit: cover; }

.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.10), 0 4px 6px -2px rgba(0,0,0,0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15), 0 10px 10px -5px rgba(0,0,0,0.08); }
.shadow-\[\#FF7A1A\]\/25 { box-shadow: 0 10px 15px -3px rgba(255,122,26,0.25), 0 4px 6px -2px rgba(255,122,26,0.12); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15), 0 10px 10px -5px rgba(0,0,0,0.08); }
.hover\:shadow-\[\#FF7A1A\]\/30:hover { box-shadow: 0 20px 25px -5px rgba(255,122,26,0.30), 0 10px 10px -5px rgba(255,122,26,0.12); }

.transition-all { transition: all 0.3s ease; }
.transition-transform { transition: transform 0.3s ease; }
.duration-300 { transition-duration: 300ms; }
.duration-700 { transition-duration: 700ms; }
.ease-out { transition-timing-function: cubic-bezier(0,0,0.2,1); }
.group:hover .group-hover\:translate-x-1 { transform: translateX(0.25rem); }
.group-hover\:translate-x-1 { transform: translateX(0); }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.translate-y-8 { transform: translateY(2rem); }
.translate-y-0 { transform: translateY(0); }

/* Vertical rhythm (used throughout the page) */
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-12 > * + * { 
    /* margin-top: 1rem;  */
     margin-top: 1.6rem;
}
.md\:space-y-14 > * + * { margin-top: 3.5rem; }

@media (min-width: 768px) {
  .md\:space-y-14 > * + * { margin-top: 3.5rem; }
}

/* Reading width + consistent paragraph tone */
.prose-lg {
  /* max-width: 56rem; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.rounded-md { border-radius: 0.375rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }

/* .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } */

.py-6 { padding-top: 0.8rem; padding-bottom: 0.8rem; }


.text-base { font-size: 1rem; }
.font-semibold { font-weight: 600; }
.group { }

/* Buttons/links (override globals) */
.hover\:bg-\[\#e86c10\]:hover { background: #e86c10; }

/* Responsive utilities */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
}
@media (min-width: 768px) {
  .md\:text-xl { font-size: 1.25rem; }
  .md\:text-2xl { font-size: 1.5rem; }
  .md\:text-3xl { font-size: 1.875rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:pb-0 { padding-bottom: 0; }
  .md\:pt-40 { 
    /* padding-top: 10rem; */
    padding-top: 5rem;
 }
  .md\:py-20 {
     padding-top: 5rem; 
     /* padding-bottom: 5rem;  */
     padding-bottom: 3rem; 
    }
  .md\:p-10 { padding: 2.5rem; }
}
@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* Header */
/* header {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: var(--primary-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

nav ul li a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

nav ul li a:hover {
    color: var(--primary-orange);
}

.btn-orange {
    background: var(--primary-orange);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-orange:hover {
    opacity: 0.9;
} */

.btn-orange {
    background: var(--primary-orange);
    color: white;
    /* padding: 12px 24px; */
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-orange:hover {
    opacity: 0.9;
} 

/* Hero Section */
.hero {
    padding: 80px 0 80px;
    text-align: center;
}

.label {
    color: var(--primary-orange);
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

h1 span {
    color: var(--primary-orange);
}

.subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Quote Box */
.quote-box {
    padding: 48px;
    border-radius: 16px;
    margin: 60px 0;
    max-width: unset !important;
    border: unset !important;
    transition: border-color 0.3s ease, background-color 0.2s ease;
    /* background: #ffffffb8; */
    background: #f1f1f1;

    box-shadow: none;
}

.quote-box p {
    font-style: italic;
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-weight: 500;
}

.quote-box p:last-child {
    margin-bottom: 0;
}

/* Content Sections */
.content-section {
    margin-bottom: 40px;
}

.content-section h2{
    margin-bottom: 20px;
}

.content-section p {
    margin-bottom: 20px;
    font-size: 1.16rem;
    color: var(--text-muted);
}

/* List Box */
.list-box {
    background: var(--bg-light-gray);
    padding: 38px;
    border-radius: 16px;
    margin: 40px 0;
}

.list-box ul {
    list-style: none;
}

.list-box li {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 18px;
}

.list-box p.muted {
    /* margin-top: 20px; */
    font-weight: normal;
    color: var(--text-muted);
}

/* Section Header with Bar */
.section-header-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 60px 0 30px;
}

.orange-bar {
    width: 4px;
    height: 40px;
    background: var(--primary-orange);
}

.section-header-bar h2 {
    font-size: 2rem;
    font-weight: 800;
}

/* Large Quote */
.large-quote {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    margin: 40px 0;
    padding: 0 20px;
    border-left: 4px solid #8080806b;
}

/* Why Now Boxes */
.why-now-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
}

.why-now-item {
    background: var(--bg-light-orange);
    padding: 25px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.number-circle {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--primary-orange);
    flex-shrink: 0;
}

.why-now-item p {
    margin: 0;
    font-size: 1rem;
}

.why-now-item strong {
    color: var(--text-dark);
}

/* Grid Section */
.grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 40px 0;
}

.grid-item {
    background: #F8FAFC;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-dark);
}

/* Testimonial Box */
.testimonial-box {
    background: #000000;
    color: white;
    padding: 60px 80px;
    border-radius: 12px;
    margin: 80px 0;
    position: relative;
}

.quote-icon {
    color: var(--primary-orange);
    font-size: 60px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: serif;
}

.testimonial-text {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 40px;
    font-weight: 500;
}

.testimonial-author {
    color: #888;
    font-size: 0.9rem;
}

/* Closing Section */
.closing-section {
    text-align: left;
    margin: 80px 0;
}

.closing-header {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    border-left: 4px solid #FF6B00;
    padding-left: 16px;
}

.closing-header h2 {
    /* font-size: 2.5rem;
    line-height: 1.2; */
    font-size: 2rem;
    line-height: 1.5;
}

.closing-header h2 span {
    color: var(--primary-orange);
    display: block;
}

.closing-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.author-info h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.author-info p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Footer */
footer {
    background: var(--bg-dark);
    color: white;
    padding: 80px 40px 40px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    list-style: none;
}

.footer-nav a {
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #222;
    padding-top: 40px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

.legal-links {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.legal-links a {
    color: #555;
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-right {
    text-align: right;
    color: #555;
    font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {
    /* header {
        padding: 0 20px;
    }
    
    nav {
        display: none;
    } */
    
    .hero{
        padding: 20px 0;
    }

    .subtitle {
        font-size: 16px;
    }

    .label{
        margin-bottom: 10px;
    }


    h1 {
        font-size: 2.5rem;
    }
    
    .grid-section {
        grid-template-columns: 1fr;
    }
    
    .closing-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    
    .footer-right {
        text-align: left;
    }


    .section-header-bar{
        margin: 38px 0 14px;
        /* justify-content: center; */
    }

    .section-header-bar h2 {
        /* font-size: 1.5rem; */
        font-size: 20px;
    }

    .quote-box{
        padding: 26px;
        margin: 16px 0;
        text-align: center;
    }

    .content-section{
        text-align: center;
        margin-bottom: 20px;
    }

    .quote-box p {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .content-section p{
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .content-section h2 {
        margin-bottom: 8px;
    }

    .list-box {
        padding: 20px;
        text-align: center;
    }

    .list-box li{
        margin-bottom: 6px;
        font-size: 16px;
    }

    .large-quote{
        /* text-align: center; */
        font-size: 20px;
    }

    .testimonial-box{
        padding: 28px;
        margin: 34px 0;
    }

    .testimonial-text{
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .closing-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .closing-section{
        margin: 40px 0;
    }

    .closing-header h2{
        /* font-size: 1.5rem; */
        font-size: 20px;
    }

    .why-now-item{
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .btn-orange {
        padding: 10px 20px;
        font-size: 12px;
    }

    /* .closing-header {
        justify-content: center;
    } */

    .pt-32 {
        padding-top: 3rem;
    }

    .mb-16 {
        margin-bottom: 1rem;
    }

    .py-16 {
        padding-bottom: 0rem;
        padding-top: 2.5rem;
    }

    .margin-b-2 {
        margin-bottom: 2.9rem;
    }

    .pt-8 {
        padding-top: 0rem !important;
    }

}

@media (max-width: 992px) {
    .my-16 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mb-10 {
        margin-bottom: 0rem;
    }
}


@media (min-width: 769px) and (max-width: 1200px) {
    .hero {
        padding: 40px 0;
    }

    .quote-box{
        padding: 34px;
        border-radius: 16px;
        margin: 40px 0;
    }

    .quote-box p{
        margin-bottom: 12px;
        font-size: 1rem;
    }

    .content-section p{
        font-size: 1rem;
    }

    .section-header-bar{
        margin: 16px 0 16px;
    }

    .section-header-bar h2{
        font-size: 1.5rem;
    }

    .large-quote{
        margin: 24px 0;
    }

    .testimonial-box {
        padding: 40px 40px;
        margin: 40px 0;
    }

    .content-section p{
        margin-bottom: 12px;
    }

    .closing-section {
        margin: 40px 0;
    }

    .closing-header h2 {
        font-size: 1.5rem;
    }

    .testimonial-text{
        font-size: 1rem;
    }

    .pt-32 {
        padding-top: 5rem;
    }

}

.privacy-style-footer-sec-link {
    margin-top: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.xon-privacy-terms-sec-style {
    padding-top: 0px !important;
}

.quote-box::before {
    background: linear-gradient(180deg, rgb(255 140 90 / 22%), rgb(255 90 40 / 0%), rgb(255 140 90 / 18%)) !important;
}

@media (max-width: 528px){
    .founder-note-deatils{
        flex-direction: column;
    }
}


@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

.m-t-b-10{
    margin: 20px 0px;
}
       