/* ===================================
   GEORGE BY REVIO AI — REDESIGNED
   =================================== */

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    background-color: #0E1625;
    color: #F4F1EC;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

/* --- Typography --- */
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

p {
    font-size: 1.0625rem;
    color: #F4F1EC;
    opacity: 0.85;
}

a {
    color: #F4F1EC;
    text-decoration: none;
}

/* --- Layout --- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

section {
    padding: 6rem 0;
}

@media (min-width: 768px) {
    section {
        padding: 8rem 0;
    }
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #C6A15B;
    color: #0E1625;
    margin-top: 2rem;
}

.btn-primary:hover {
    background-color: #D4B06A;
    transform: translateY(-2px);
}

/* ===================================
   SECTION 1 — HERO
   =================================== */
.hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .hero {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }
}

.hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 900px) {
    .hero-grid {
        grid-template-columns: 1.2fr 1fr;
        gap: 4rem;
    }
}

.hero-content {
    animation: fadeInUp 0.8s ease forwards;
}
.hero-logo {
    width: 180px;
    height: auto;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .hero-logo {
        width: 140px;
        margin-bottom: 1.5rem;
    }
}
.hero-tagline {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #C6A15B;
    opacity: 1;
    margin-bottom: 1.5rem;
}

.hero h1 {
    margin-bottom: 1.5rem;
}

.hero-subtext {
    font-size: 1.125rem;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 0.5rem;
}

.hero-visual {
    display: flex;
    justify-content: center;
    animation: fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.hero-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(198, 161, 91, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    min-width: 280px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.hero-card:hover {
    transform: translateY(-5px);
    border-color: rgba(198, 161, 91, 0.4);
}

.hero-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-card-icon img {
    width: 60px;
    height: 60px;
}

.hero-card-label {
    font-size: 1rem;
    color: #C6A15B;
    opacity: 1;
    font-weight: 500;
}

/* ===================================
   SECTION 2 — PROBLEM
   =================================== */
.problem {
    text-align: center;
    border-top: 1px solid rgba(198, 161, 91, 0.15);
}

.problem h2 {
    max-width: 800px;
    margin: 0 auto 2rem;
}

.problem-subtext {
    font-size: 1.1875rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ===================================
   SECTION 3 — MEET GEORGE
   =================================== */
.meet-george {
    border-top: 1px solid rgba(198, 161, 91, 0.15);
}

.meet-george h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.meet-george .intro {
    text-align: center;
    font-size: 1.1875rem;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    line-height: 1.8;
}

.platform-line {
    text-align: center;
    font-size: 1rem;
    color: #C6A15B;
    opacity: 1;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.features-grid {
    display: grid;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

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

.feature-item {
    text-align: center;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 40px;
    height: 40px;
    opacity: 0.9;
}

.feature-item p {
    font-size: 1rem;
    line-height: 1.6;
}

/* ===================================
   SECTION 4 — HOW IT WORKS
   =================================== */
.how-it-works {
    border-top: 1px solid rgba(198, 161, 91, 0.15);
}

.how-it-works h2 {
    text-align: center;
    margin-bottom: 4rem;
}

.steps-grid {
    display: grid;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

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

.step-card {
    text-align: center;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(198, 161, 91, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.step-card:hover {
    border-color: rgba(198, 161, 91, 0.5);
    transform: translateY(-5px);
}

.step-number {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #C6A15B;
    margin-bottom: 1.25rem;
}

.step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #F4F1EC;
}

.step-card p {
    font-size: 1rem;
    line-height: 1.6;
}

/* ===================================
   SECTION 5 — PRICING
   =================================== */
.pricing {
    border-top: 1px solid rgba(198, 161, 91, 0.15);
    text-align: center;
}

.pricing h2 {
    margin-bottom: 4rem;
}

.pricing-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto 2.5rem;
}

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

.pricing-card {
    padding: 2.5rem 2rem;
    border: 1px solid rgba(198, 161, 91, 0.2);
    border-radius: 16px;
    text-align: left;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: rgba(198, 161, 91, 0.5);
    transform: translateY(-5px);
}

.pricing-card.featured {
    border-color: #C6A15B;
    position: relative;
}

.pricing-card.featured::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(198, 161, 91, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.pricing-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pricing-card .price {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 500;
    color: #C6A15B;
    opacity: 1;
    margin-bottom: 1.25rem;
}

.pricing-card .price span {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.7;
    color: #F4F1EC;
}

.pricing-card .description {
    font-size: 0.9375rem;
    line-height: 1.65;
}

.pricing-note {
    font-size: 1rem;
    opacity: 0.6;
    margin-bottom: 0.5rem;
}

/* ===================================
   SECTION 6 — FAQ
   =================================== */
.faq {
    border-top: 1px solid rgba(198, 161, 91, 0.15);
    text-align: center;
}

.faq h2 {
    margin-bottom: 4rem;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    border: 1px solid rgba(198, 161, 91, 0.2);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(198, 161, 91, 0.4);
}

.faq-item[open] {
    border-color: #C6A15B;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #F4F1EC;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 400;
    color: #C6A15B;
    transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item summary:hover {
    color: #C6A15B;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 1.5rem 1.5rem;
}

/* ===================================
   SECTION 7 — FINAL CTA
   =================================== */
.final-cta {
    border-top: 1px solid rgba(198, 161, 91, 0.15);
    text-align: center;
    padding-bottom: 8rem;
}

.final-cta h2 {
    margin-bottom: 1.25rem;
}

.final-cta p {
    font-size: 1.125rem;
    max-width: 500px;
    margin: 0 auto;
}

/* ===================================
   FOOTER
   =================================== */
.site-footer {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(198, 161, 91, 0.15);
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-brand {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    opacity: 0.6;
}

.footer-links a {
    font-size: 0.9375rem;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: #C6A15B;
}

/* ===================================
   ANIMATIONS
   =================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
