/* pages/testimonials.css — styles unique to this page (shared rules live in core.css + components.css) */

h1, h2, h3, h4 { font-family: 'DM Serif Display', serif; font-weight: 400; line-height: 1.1; letter-spacing: -.02em; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

.nav-cta:hover { background: linear-gradient(135deg, var(--sas-orange-dk), #BB3010) !important; transform: translateY(-1px) !important; }

.mobile-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: rgba(255,251,247,.98); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(52,0,95,.1); padding: 12px 24px 20px; box-shadow: 0 20px 40px rgba(52,0,95,.08); }

.mobile-nav a.mob-cta { background: linear-gradient(135deg, var(--sas-orange), var(--sas-orange-dk)); color: #fff; border-radius: 9px; text-align: center; border: none; margin-top: 12px; padding: 13px; display: block; }

/* ══ HERO ══ */
        .hero { background: var(--bg-cream); position: relative; overflow: visible; display: flex; align-items: center; padding-top: calc(var(--nav-h) + 56px); padding-bottom: 96px; }

.hero-dots { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(52,0,95,.1) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(ellipse 75% 80% at 75% 50%, black 0%, transparent 75%); }

.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 12px; background: rgba(255,255,255,.85); border: 1px solid rgba(52,0,95,.12); border-radius: 40px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--sas-purple); margin-bottom: 24px; box-shadow: var(--sh-pur); font-family: 'Trebuchet MS', sans-serif; animation: fadeUp .8s ease-out both; }

.hero-h1 { font-size: clamp(2.4rem, 4vw, 3.8rem); color: var(--text); margin-bottom: 28px; letter-spacing: -.035em; line-height: 1.2; animation: fadeUp .8s ease-out .1s both; }

.hero-desc { font-size: 1rem; color: var(--text-2); line-height: 1.85; animation: fadeUp .8s ease-out .2s both; }

.hero-visual { animation: fadeUp .8s ease-out .3s both; }

.hero-vis-card { background: rgba(255,255,255,.85); border: 1px solid rgba(52,0,95,.1); border-radius: 22px; padding: 28px; backdrop-filter: blur(16px); box-shadow: var(--sh-md); position: relative; overflow: hidden; }

.hero-img-wrap { border-radius: 14px; overflow: hidden; }

.hero-img-wrap img { width: 100%; display: block; }

/* ══ INTRO SECTION ══ */
        .intro-section { background: var(--surface); position: relative; overflow: hidden; border-bottom: 1px solid rgba(52,0,95,.08); }

.intro-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; padding: 80px 0; }

.intro-text { color: var(--text-2); line-height: 1.8; font-size: 1.05rem; border-right:1px solid rgba(52,0,95,.08); padding-right:40px; }

.intro-quote { display: flex; gap: 14px; align-items: stretch; padding: 32px; border: 1px solid rgba(52,0,95,.1); border-radius: 16px; background: var(--bg-cream); box-shadow: var(--sh-sm); position:relative; overflow:hidden; }

.intro-quote::before { content:'\f4ad'; font-family:'Font Awesome 6 Free'; font-weight:900; position:absolute; top:20px; right:20px; font-size:4rem; color:var(--sas-orange); opacity:0.05; }

.intro-icon { font-size:2rem; color:var(--sas-orange); margin-bottom:16px; display:block; }

.iq-text { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: var(--text); line-height: 1.6; }

/* ══ COMMON SECTIONS ══ */
        .svc-section { padding: 80px 0; position: relative; }

.svc-section.bg-warm { background: var(--bg-warm); }

.sec-header { margin-bottom: 48px; text-align: center; }

.sec-kicker { font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--sas-purple); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; justify-content:center; font-family: 'Trebuchet MS', sans-serif; }

.sec-title { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); color: var(--text); letter-spacing: -.03em; }

/* ══ TESTIMONIALS GRID ══ */
        .testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.testi-card { 
            background: var(--surface); 
            border: 1px solid rgba(52,0,95,.08); 
            border-radius: 16px; 
            padding: 36px 32px; 
            transition: all .35s ease; 
            position: relative; 
            display: flex; 
            flex-direction: column; 
            box-shadow: var(--sh-sm); 
            opacity: 0; 
            transform: translateY(24px); 
        }

.testi-card.animate-in { animation: fadeUp .6s forwards ease-out; }

.testi-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: rgba(249,76,48,.25); }

.testi-logo-wrap { height: 40px; margin-bottom: 24px; display: flex; align-items: center; }

.testi-logo { max-height: 100%; max-width: 140px; object-fit: contain; }

.testi-quote { flex-grow: 1; margin-bottom: 24px; position: relative; }

.testi-quote i { position: absolute; top: -10px; left: -20px; font-size: 1.5rem; color: var(--sas-orange); opacity: 0.15; }

.testi-text { font-size: 1.02rem; line-height: 1.7; color: var(--text-2); position: relative; z-index: 1; font-family: 'Trebuchet MS', sans-serif; }

.testi-text strong { color: var(--text); font-weight: 700; color:var(--sas-purple); }

.testi-footer { padding-top: 20px; border-top: 1px solid rgba(52,0,95,.08); display: flex; align-items: center; gap: 15px; }

.testi-author-info h4 { font-family: 'DM Serif Display', serif; font-size: 1rem; color: var(--text); margin-bottom: 4px; }

.testi-author-info span { font-size: 0.78rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.5px; font-weight:700; }

/* ══ CONTACT & FOOTER ══ */
        .contact-section { background: linear-gradient(135deg, var(--bg-cream), rgba(52,0,95,.03)); padding: 32px 0; border-top: 1px solid rgba(52,0,95,.1); }

.contact-inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; text-align: center; }

.contact-inner i { color: var(--sas-orange); font-size: 1.2rem; }

.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 18px; position: relative; z-index: 2; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; color: rgba(255,255,255,.35); position: relative; z-index: 2; }

/* ══ RESPONSIVE ══ */
        @media(max-width:1100px) {
            .hero-content { grid-template-columns: 1fr; gap: 40px; text-align: center; }
            .hero-kicker { margin: 0 auto 24px; }
            .intro-wrap { grid-template-columns: 1fr; gap: 40px; padding: 60px 0; }
            .intro-text { border-right:none; padding-right:0; border-bottom:1px solid rgba(52,0,95,.08); padding-bottom:32px; }
        }

@media(max-width:768px) {
            :root{ --nav-h: 64px; }
            .container { padding: 0 20px; }
            .nav-links { display: none; }
            .nav-toggle { display: flex; }
            .navbar-inner { padding: 0 20px; height: 64px; }
            .mobile-nav { top: 64px; }
            .testimonials-grid { grid-template-columns: 1fr; }
            .footer-top, .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
        }
