@charset "UTF-8";:root{--navy:#0f2b4a;--navy-light:#1a3d5c;--navy-dark:#091a2e;--gold:#d4a853;--gold-light:#e8c97a;--gold-dark:#b8922e;--gold-glow:rgba(212,168,83,0.2);--emerald:#0d6b5e;--emerald-light:#1a8a7a;--terra:#c1693c;--terra-light:#d4855a;--cream:#f5f0e8;--cream-dark:#e8e0d4;--white:#fafafa;--off-white:#f3eee6;--black:#0a0a0a;--gray-50:#f8f7f5;--gray-100:#f0eeea;--gray-200:#e0dcd6;--gray-300:#c4c0b8;--gray-400:#9a9690;--gray-500:#706c66;--gray-600:#5c5850;--gray-700:#423e38;--gray-800:#2a2824;--font:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-heading:'DM Serif Display', Georgia, 'Times New Roman', serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-2xl:40px;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 24px rgba(0,0,0,0.08);--shadow-lg:0 12px 48px rgba(0,0,0,0.1);--shadow-xl:0 24px 80px rgba(0,0,0,0.14);--shadow-gold:0 4px 28px rgba(212,168,83,0.18);--shadow-gold-lg:0 8px 48px rgba(212,168,83,0.25);--content-max:1200px;--content-narrow:720px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);font-size:16px;line-height:1.7;color:var(--gray-700);background:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:400;line-height:1.15;letter-spacing:-.01em;color:var(--navy)}h1{font-size:clamp(2rem,7vw,5rem);letter-spacing:-.02em}h2{font-size:clamp(1.6rem,5vw,3.2rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem);font-weight:400}h4{font-size:1.1rem;font-weight:400}p{margin-bottom:1rem;color:var(--gray-600)}.section-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--gold-dark);margin-bottom:1rem;position:relative}.section-label::after{content:'';display:inline-block;width:24px;height:1px;background:var(--gold);margin-left:.75rem;vertical-align:middle;opacity:.5}.accent-line{width:48px;height:3px;background:var(--gold);margin:1.25rem 0 2rem;border-radius:2px}.accent-line.center{margin:1.25rem auto 2rem}.glass,.testimonial-card,.pillar-card{background:rgba(255,255,255,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7)}.glass-dark{background:rgba(15,43,74,.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,8%)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:14px 32px;font-family:var(--font);font-size:.95rem;font-weight:600;text-decoration:none;border-radius:var(--radius-md);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;border:none;letter-spacing:-.01em;line-height:1;position:relative;overflow:hidden;white-space:nowrap}.btn-primary{background:var(--gold);color:var(--navy-dark);box-shadow:var(--shadow-gold);transition:all .35s cubic-bezier(.16,1,.3,1),box-shadow .5s}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)scale(1.03);box-shadow:var(--shadow-gold-lg),0 0 30px rgba(212,168,83,.35)}.btn-primary:active{transform:translateY(0)scale(.98)}.btn-outline{background:rgba(255,255,255,.5);color:var(--navy);border:2px solid var(--navy-light);transition:all .35s cubic-bezier(.16,1,.3,1)}.btn-outline:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)scale(1.03);box-shadow:var(--shadow-md)}.btn-outline:active{transform:translateY(0)scale(.98)}.btn-outline-light{background:0 0;color:var(--white);border:2px solid rgba(255,255,255,.3)}.btn-outline-light:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);transform:translateY(-2px)}.btn-large{padding:18px 40px;font-size:1.05rem;border-radius:var(--radius-lg)}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;padding:12px 16px;background:rgba(250,250,250,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--gray-200)}.mobile-cta-bar .btn{width:100%;justify-content:center}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:.75rem 0;background:rgba(250,250,250,.82);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:all .35s cubic-bezier(.16,1,.3,1)}.site-header.scrolled{background:rgba(255,255,255,.95);border-bottom:1px solid rgba(15,43,74,6%);padding:.5rem 0;box-shadow:0 1px 8px rgba(0,0,0,4%)}.header-inner{max-width:var(--content-max);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;z-index:101}.logo .logo-img{width:36px;height:36px;border-radius:var(--radius-sm);flex-shrink:0}.logo .logo-text{font-size:1.15rem;font-weight:700;font-family:var(--font);color:var(--navy);letter-spacing:-.03em}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--gray-500);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{padding:8px 20px!important;background:var(--gold)!important;color:var(--navy-dark)!important;font-weight:600!important;border-radius:var(--radius-md)!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important}.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}.mobile-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:12px 8px;z-index:102;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0;transition:all .35s cubic-bezier(.16,1,.3,1);border-radius:1px;transform-origin:center}.menu-open .mobile-toggle span:nth-child(1){transform:translateY(7px)rotate(45deg)}.menu-open .mobile-toggle span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-open .mobile-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.section{padding:clamp(3rem,8vw,7rem)1.25rem;max-width:var(--content-max);margin:0 auto}.section-narrow{padding:clamp(3rem,8vw,7rem)1.25rem;max-width:var(--content-narrow);margin:0 auto}.section-dark{background:var(--navy);color:var(--cream)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark p{color:rgba(245,240,232,.75)}.section-dark .accent-line{background:var(--gold)}.section-cream{background:var(--cream)}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:6rem 1.25rem 3rem;position:relative;overflow:hidden;background:var(--white)}.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-bg-image{position:absolute;inset:0;background:url(/images/hero.webp)50%/cover no-repeat;opacity:.4;transform:scale(1.05);filter:saturate(.7)brightness(1.15)}.hero-bg-noise{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.04}.hero-bg-grid{position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(15,43,74,4%) 0,rgba(15,43,74,4%) 1px,transparent 1px,transparent 50px),repeating-linear-gradient(0,rgba(15,43,74,4%) 0,rgba(15,43,74,4%) 1px,transparent 1px,transparent 50px);mask-image:radial-gradient(ellipse at 40% 50%,black 20%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse at 40% 50%,black 20%,transparent 65%)}.hero-bg-accent{position:absolute;width:350px;height:350px;border:2px solid var(--gold);opacity:.08;border-radius:var(--radius-lg);top:-100px;right:-80px}.hero-bg-accent-2{width:200px;height:200px;top:auto;right:auto;bottom:-60px;left:-50px;border-radius:40% 60% 30% 70%;opacity:.05}.hero-grid{max-width:var(--content-max);margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem;position:relative;z-index:1}.hero-content{max-width:680px;position:relative;z-index:2;padding:2.5rem 1.5rem}@media(min-width:768px){.hero-content{padding:2rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:6px 14px;background:rgba(212,168,83,.1);border:1px solid rgba(212,168,83,.25);border-radius:100px;font-size:.78rem;font-weight:600;color:var(--gold-dark);margin-bottom:1.5rem}.hero-badge .badge-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}@keyframes btn-glow{0%,100%{box-shadow:var(--shadow-gold-lg),0 0 20px rgba(212,168,83,.2)}50%{box-shadow:var(--shadow-gold-lg),0 0 40px rgba(212,168,83,.5)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.8);opacity:0}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.cta-urgency{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:8px 18px;background:rgba(212,168,83,8%);border:1px solid rgba(212,168,83,.2);border-radius:100px;font-size:.82rem;color:var(--gold-dark);font-weight:600}.cta-urgency .urgency-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;animation:pulse 1.5s ease-in-out infinite;position:relative}.cta-urgency .urgency-dot::after{content:'';position:absolute;inset:-3px;border-radius:50%;border:2px solid rgba(212,168,83,.4);animation:pulse-ring 2s ease-out infinite}.hero-title{font-size:clamp(2.4rem,8vw,5.5rem);font-weight:400;font-family:var(--font-heading);line-height:1.08;letter-spacing:-.01em;color:var(--navy);margin-bottom:1.25rem}.hero-title em{font-style:italic;color:var(--gold-dark);position:relative;display:inline-block}.hero-title em::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:3px;background:var(--gold);opacity:.3;border-radius:2px}.hero-title .word{display:inline-block;opacity:0;transform:translateY(24px);animation:wordReveal .7s cubic-bezier(.16,1,.3,1)forwards}.hero-title .word:nth-child(1){animation-delay:.08s}.hero-title .word:nth-child(2){animation-delay:.16s}.hero-title .word:nth-child(3){animation-delay:.24s}.hero-title .word:nth-child(4){animation-delay:.32s}.hero-title .word:nth-child(5){animation-delay:.4s}.hero-title .word:nth-child(6){animation-delay:.48s}.hero-title .word:nth-child(7){animation-delay:.56s}.hero-title .word:nth-child(8){animation-delay:.64s}.hero-title .word:nth-child(9){animation-delay:.72s}.hero-title .word:nth-child(10){animation-delay:.8s}.hero-title .word:nth-child(11){animation-delay:.88s}.hero-title .word:nth-child(12){animation-delay:.96s}.hero-title .word:nth-child(13){animation-delay:1.04s}.hero-title .word:nth-child(14){animation-delay:1.12s}.hero-title .word:nth-child(15){animation-delay:1.2s}@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}.hero-desc{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--gray-700);line-height:1.65;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto;text-shadow:0 1px 3px rgba(255,255,255,.5);font-weight:500}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.trust-bar{padding:1.5rem 1.25rem;background:var(--cream);border-top:1px solid var(--cream-dark);border-bottom:1px solid var(--cream-dark)}.trust-inner{max-width:var(--content-max);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.trust-stat{text-align:center;padding:.75rem .5rem}.trust-stat .stat-number{font-family:var(--font);font-size:1.5rem;font-weight:700;color:var(--navy);letter-spacing:-.03em;line-height:1}.trust-stat .stat-label{font-size:.75rem;color:var(--gray-500);margin-top:.35rem}.trust-stat .stat-source{font-size:.65rem;color:var(--gray-400);margin-top:.1rem}.problem-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}.problem-card{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid rgba(193,105,60,.15);background:rgba(193,105,60,3%);transition:all .3s ease;position:relative;overflow:hidden}.problem-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--terra);border-radius:0 2px 2px 0}.problem-card .problem-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:var(--terra)}.problem-card .problem-icon svg{width:100%;height:100%}.problem-card h4{font-size:1rem;margin-bottom:.35rem}.problem-card p{font-size:.85rem;color:var(--gray-500);margin:0}.pillars-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.pillar-card{padding:2rem 1.5rem;border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.pillar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold));transform:scaleX(0);transition:transform .4s cubic-bezier(.16,1,.3,1)}.pillar-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(15,43,74,.12)}.pillar-card:hover::before{transform:scaleX(1)}.pillar-card .pillar-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;padding:10px;background:rgba(15,43,74,4%);border-radius:var(--radius-md);border:1px solid rgba(15,43,74,6%);color:var(--navy);transition:all .3s ease}.pillar-card .pillar-icon svg{width:100%;height:100%}.pillar-card:hover .pillar-icon{color:var(--gold-dark);background:rgba(212,168,83,8%);border-color:rgba(212,168,83,.2)}.pillar-card .pillar-title{font-size:1.15rem;font-weight:400;font-family:var(--font-heading);color:var(--navy);margin-bottom:.5rem}.pillar-card .pillar-desc{font-size:.9rem;color:var(--gray-500);line-height:1.6;margin:0}.pillar-card .pillar-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;font-size:.85rem;font-weight:600;color:var(--gold-dark);text-decoration:none;transition:gap .3s}.pillar-card .pillar-link:hover{gap:.6rem}.bento-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}.bento-card{border-radius:var(--radius-lg);padding:1.75rem 1.5rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.bento-card.white{background:var(--white);border:1px solid var(--gray-200)}.bento-card.navy{background:var(--navy);color:var(--cream)}.bento-card.navy h4{color:var(--white)}.bento-card.navy p{color:rgba(245,240,232,.7)}.bento-card.gold{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy-dark)}.bento-card.gold h4{color:var(--navy-dark)}.bento-card.gold p{color:rgba(15,43,74,.7)}.bento-card:hover{transform:translateY(-4px)}.bento-card .step-number{font-family:var(--font-heading);font-size:3rem;font-weight:400;line-height:1;margin-bottom:.5rem;opacity:.15;font-feature-settings:'tnum';letter-spacing:-.04em}.bento-card .bento-title{font-size:1.1rem;font-weight:700;margin-bottom:.35rem}.bento-card .bento-desc{font-size:.9rem;line-height:1.6;margin:0}.table-wrap{overflow-x:auto;margin-top:2rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);-webkit-overflow-scrolling:touch}.comparison-table{width:100%;table-layout:auto;border-collapse:collapse;font-size:.8rem}.comparison-table th{padding:1rem .75rem;text-align:left;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);border-bottom:2px solid var(--gray-200);background:var(--white);white-space:nowrap}.comparison-table th:first-child{padding-left:1rem}.comparison-table th:not(:first-child){text-align:center}.comparison-table td{padding:.9rem .75rem;border-bottom:1px solid var(--gray-100);white-space:nowrap}.comparison-table td:first-child{padding-left:1rem;font-weight:500;color:var(--gray-700)}.comparison-table td:not(:first-child){text-align:center}.comparison-table .col-us{background:rgba(212,168,83,4%);font-weight:500}.comparison-table td svg{width:22px;height:22px;vertical-align:middle}.comparison-table .warn{color:var(--terra)}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.testimonial-card{padding:1.75rem 1.5rem;border-radius:var(--radius-lg);position:relative}.testimonial-card .quote-mark{font-family:var(--font-heading);font-size:4rem;font-weight:400;line-height:1;color:var(--gold);opacity:.15;position:absolute;top:-.25rem;left:1rem;font-family:Georgia,serif}.testimonial-card .testimonial-text{font-size:.95rem;line-height:1.65;color:var(--gray-600);margin-bottom:1.25rem;position:relative;z-index:1;font-style:italic}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-card .testimonial-author .author-avatar{width:40px;height:40px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);font-weight:700;font-size:.85rem}.testimonial-card .testimonial-author .author-name{font-weight:600;font-size:.9rem;color:var(--navy)}.testimonial-card .testimonial-author .author-role{font-size:.75rem;color:var(--gray-400)}.faq-list{margin-top:2rem}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item .faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-weight:600;font-size:.95rem;color:var(--navy);cursor:pointer;background:0 0;border:none;width:100%;text-align:left;font-family:var(--font)}.faq-item .faq-q::after{content:'+';font-size:1.3rem;color:var(--gold);flex-shrink:0;margin-left:.75rem;transition:transform .3s}.faq-item .faq-q.open::after{content:'−';transform:rotate(180deg)}.faq-item .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;font-size:.9rem;color:var(--gray-500);line-height:1.65}.faq-item .faq-a.open{max-height:400px;padding-bottom:1.25rem}.cta-section{text-align:center;padding:clamp(3rem,10vw,6rem)1.25rem;background:var(--navy);color:var(--cream);position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgba(212,168,83,6%) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(212,168,83,4%) 0%,transparent 60%);pointer-events:none}.cta-section::after{content:'';position:absolute;inset:0;border:1px solid rgba(212,168,83,8%);margin:1.5rem;border-radius:var(--radius-xl);pointer-events:none}.cta-section .cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.cta-section .cta-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--gold-light);margin-bottom:1rem}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{color:rgba(245,240,232,.7);margin-bottom:2rem;font-size:1.05rem}.site-footer{background:var(--navy-dark);color:var(--gray-300);padding:3rem 1.25rem 2rem}.footer-grid{max-width:var(--content-max);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.footer-col-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.footer-brand p{color:var(--gray-400);font-size:.9rem;line-height:1.6;margin:.75rem 0 0}.footer-bottom{max-width:var(--content-max);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,6%);font-size:.8rem;color:var(--gray-400);display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-bottom a{color:inherit}.fade-up{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2.5rem 0}.pricing-card{position:relative;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:all .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--gold);box-shadow:var(--shadow-gold);background:linear-gradient(180deg,rgba(212,168,83,4%) 0%,var(--white) 60%)}.pricing-card.featured::before{content:'Рекомендуем';position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--navy-dark);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 18px;border-radius:100px;white-space:nowrap}.pricing-card-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--gray-200)}.pricing-card-icon{width:48px;height:48px;margin-bottom:.5rem;color:var(--navy)}.pricing-card-icon svg{width:100%;height:100%}.pricing-card-name{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.pricing-card-subtitle{font-size:.8rem;color:var(--gray-400)}.pricing-card-price{font-family:var(--font);font-size:2.4rem;font-weight:700;color:var(--navy);letter-spacing:-.03em;margin:.75rem 0 0}.pricing-card-price .price-currency{font-size:1.2rem;font-weight:600;vertical-align:super;margin-right:2px}.pricing-card-price .price-period{font-size:.85rem;font-weight:400;color:var(--gray-400)}.pricing-card-features{list-style:none;margin:0 0 1.5rem;flex:1}.pricing-card-features li{padding:.45rem 0;font-size:.9rem;color:var(--gray-600);line-height:1.5;display:flex;align-items:flex-start;gap:.5rem}.pricing-card-features li::before{content:'✓';color:var(--emerald);font-weight:700;flex-shrink:0;margin-top:1px}.pricing-card-features li.muted{color:var(--gray-400)}.pricing-card-features li.muted::before{content:'—';color:var(--gray-300)}.pricing-card-cta{margin-top:auto;text-align:center}.pricing-card-cta .btn{width:100%;justify-content:center}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin:2rem 0}.benefit-card{background:var(--cream);border-radius:var(--radius-md);padding:1.5rem}.benefit-card .benefit-icon{width:36px;height:36px;margin-bottom:.75rem}.benefit-card .benefit-icon svg{width:100%;height:100%}.benefit-card h4{font-size:.95rem;color:var(--navy);margin-bottom:.35rem}.benefit-card p{font-size:.85rem;color:var(--gray-500);margin:0}.process-steps{margin:2rem 0;counter-reset:process}.process-step{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.process-step:last-child{border-bottom:none}.process-step-num{counter-increment:process;flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.process-step-num::before{content:counter(process)}.process-step-body h4{font-size:.95rem;color:var(--navy);margin-bottom:.25rem}.process-step-body p{font-size:.85rem;color:var(--gray-500);margin:0}.service-hero{position:relative;border-radius:var(--radius-xl);overflow:hidden;margin-bottom:2.5rem;aspect-ratio:16/7;min-height:240px}.service-hero img{width:100%;height:100%;object-fit:cover}.tg-cta-block{background:var(--navy);color:var(--cream);border-radius:var(--radius-lg);padding:2rem;text-align:center;margin:2.5rem 0}.tg-cta-block h3{color:var(--white);margin-bottom:.5rem}.tg-cta-block p{color:rgba(245,240,232,.7);margin-bottom:1.25rem;font-size:.95rem}.tg-cta-block .btn{padding:12px 32px}.package-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.75rem;margin-bottom:1.5rem;transition:all .3s ease}.package-card:hover{border-color:var(--navy-light);box-shadow:var(--shadow-md)}.package-card .package-icon{width:40px;height:40px;margin-bottom:.75rem}.package-card .package-icon svg{width:100%;height:100%}.package-card .package-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.package-card h3{font-size:1.15rem;color:var(--navy);margin:0}.package-card .package-price{font-family:var(--font);font-size:1.4rem;font-weight:700;color:var(--navy);white-space:nowrap}.package-card p{font-size:.9rem;color:var(--gray-500);margin-bottom:1rem}.package-card ul{list-style:none;margin:0 0 1.25rem}.package-card ul li{padding:.35rem 0;font-size:.88rem;color:var(--gray-600);display:flex;align-items:center;gap:.5rem}.package-card ul li::before{content:'•';color:var(--gold);font-weight:700}.pricing-compare{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.88rem}.pricing-compare th{text-align:left;padding:.85rem 1rem;background:var(--navy);color:var(--white);font-weight:600;font-size:.82rem}.pricing-compare th:first-child{border-radius:var(--radius-sm)0 0 0}.pricing-compare th:last-child{border-radius:0 var(--radius-sm)0 0}.pricing-compare td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);color:var(--gray-700)}.pricing-compare tr:last-child td{border-bottom:none}.pricing-compare td svg{width:22px;height:22px;vertical-align:middle}.pricing-compare .warn{color:var(--terra)}@media(min-width:480px){.pillars-grid{grid-template-columns:1fr 1fr}.trust-inner{grid-template-columns:repeat(4,1fr)}.problem-grid{grid-template-columns:1fr 1fr}}@media(min-width:640px){.section{padding-left:2rem;padding-right:2rem}.section-narrow{padding-left:2rem;padding-right:2rem}.hero{padding-left:2rem;padding-right:2rem}.hero-title{font-size:3rem}.testimonial-grid{grid-template-columns:1fr 1fr}.bento-grid{grid-template-columns:1fr 1fr}.benefits-grid{grid-template-columns:1fr 1fr}}@media(min-width:768px){.nav-links{display:flex!important}.mobile-cta-bar{display:none!important}.mobile-toggle{display:none!important}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between}}@media(min-width:1024px){body{font-size:17px}.section{padding-left:3rem;padding-right:3rem}.hero{padding-left:3rem;padding-right:3rem}.hero-title{font-size:4.5rem}.pillars-grid{grid-template-columns:repeat(3,1fr)}.bento-grid{grid-template-columns:repeat(3,1fr)}.blog-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.pricing-grid{grid-template-columns:repeat(3,1fr)}.benefits-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{gap:3rem}.bento-card.featured{grid-column:span 2}}@media(min-width:1280px){.hero-title{font-size:5.5rem}}@media(max-width:767px){.nav-links{display:none!important;visibility:hidden}.nav-links.show{display:flex!important;visibility:visible;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;height:100dvh;background:#fff;justify-content:center;align-items:center;gap:2rem;z-index:200;margin:0;padding:1.5rem;list-style:none;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.nav-links.show a:not(.nav-cta){font-size:1.35rem;font-weight:600;color:var(--navy);text-decoration:none;display:block;text-align:center}.nav-links.show .nav-cta{margin-top:.5rem;font-size:1rem;padding:12px 32px;display:inline-flex!important}.mobile-toggle{display:block!important}.mobile-cta-bar{display:block}}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.blog-card{border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:hidden;transition:all .3s ease;background:var(--white)}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--navy-light)}.blog-card .blog-card-img{width:100%;height:200px;object-fit:cover;background:var(--cream);display:block}.blog-card .blog-card-img-placeholder{width:100%;height:200px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,var(--navy-dark) 100%);position:relative}.blog-card .blog-card-img-placeholder::after{content:'';position:absolute;top:12px;right:12px;width:32px;height:2px;background:var(--gold)}.blog-card .blog-card-body{padding:1.5rem}.blog-card .blog-card-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-dark);margin-bottom:.5rem}.blog-card .blog-card-title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.blog-card .blog-card-title a{color:var(--navy);text-decoration:none}.blog-card .blog-card-title a:hover{color:var(--gold-dark)}.blog-card .blog-card-desc{font-size:.85rem;color:var(--gray-500);line-height:1.55;margin:0}@media(min-width:640px){.blog-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.breadcrumb{margin-top:5rem;padding-top:.5rem;padding-bottom:.25rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.breadcrumb a:hover{color:var(--gold-dark)!important;text-decoration:underline!important}@media(min-width:768px){.breadcrumb{margin-top:4.5rem;padding-top:1rem}}.content-page{padding-top:6rem}.content-page .content{max-width:720px;font-size:1.05rem;line-height:1.75}.content-page .content h2{margin-top:2.5rem;font-size:1.6rem}.content-page .content h3{margin-top:2rem;font-size:1.25rem}.content-page .content ul,.content-page .content ol{margin:1rem 0 1.5rem;padding-left:1.5rem}.content-page .content li{margin-bottom:.5rem}.content-page .content a{color:var(--gold-dark);font-weight:500}.content-page .content a:hover{color:var(--navy)}.content-page .content strong{color:var(--navy)}.content-page .content hr{border:none;border-top:1px solid var(--gray-200);margin:2rem 0}.article-hero{width:100%;max-height:400px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:1.5rem;background:var(--cream);display:block}.article-meta{display:flex;gap:1rem;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}.article-date{font-size:.85rem;color:var(--gray-400);font-weight:500}.article-section{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dark);background:rgba(212,168,83,8%);padding:.2rem .6rem;border-radius:4px}.contacts-page .section-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--gold-dark);margin-bottom:.75rem;display:inline-block}.contacts-hero{text-align:center;padding:0 1.25rem 2rem}.contacts-hero .hero-subtitle{color:var(--gray-500);font-size:1.05rem;max-width:480px;margin:.75rem auto 0}.contacts-grid-section{padding:1rem 1.25rem 3rem}.contacts-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:900px;margin:0 auto}.contact-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--white);text-decoration:none;color:inherit;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.contact-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);transform:scaleY(0);transition:transform .35s cubic-bezier(.16,1,.3,1);transform-origin:bottom}.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--navy-light)}.contact-card:hover::before{transform:scaleY(1)}.contact-card:hover .contact-cta{color:var(--gold-dark);transform:translateX(2px)}.contact-card-icon{flex-shrink:0;width:56px;height:56px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.contact-card-icon.bot-icon{background:rgba(15,43,74,8%);color:var(--navy)}.contact-card-icon.channel-icon{background:rgba(13,107,94,8%);color:var(--emerald)}.contact-card-icon.email-icon{background:rgba(193,105,60,8%);color:var(--terra)}.contact-card-icon.insta-icon{background:rgba(212,168,83,.1);color:var(--gold-dark)}.contact-card-body{flex:1}.contact-card-body h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.contact-card-body .contact-handle{font-size:.9rem;color:var(--gold-dark);font-weight:600;margin-bottom:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.contact-card-body .contact-desc{font-size:.9rem;color:var(--gray-500);line-height:1.55;margin-bottom:.75rem}.contact-card-body .contact-cta{font-size:.85rem;font-weight:600;color:var(--navy);display:inline-block;transition:all .25s ease}.contacts-hours{padding:1rem 1.25rem 3rem}.hours-card{max-width:640px;margin:0 auto;display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:linear-gradient(135deg,rgba(245,240,232,.6) 0%,rgba(245,240,232,.1) 100%)}.hours-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.hours-card .hours-text{font-size:.95rem;color:var(--navy);font-weight:600;margin-bottom:.35rem}.hours-card .hours-tz{font-weight:400;color:var(--gray-400);font-size:.8rem}.hours-card .hours-note{font-size:.85rem;color:var(--gray-500);line-height:1.55}.hours-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-top:2px}.contacts-cta{padding:1rem 1.25rem 4rem}.cta-card{max-width:560px;margin:0 auto;text-align:center;padding:2.5rem 2rem;border-radius:var(--radius-lg);background:var(--navy);color:var(--white);position:relative;overflow:hidden}.cta-card::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(212,168,83,.1) 0%,transparent 60%);pointer-events:none}.cta-card h2{color:var(--white);margin-bottom:.75rem;position:relative}.cta-card p{color:rgba(245,240,232,.7);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.cta-card .btn{position:relative;background:var(--white);color:var(--navy);font-weight:700}.cta-card .btn:hover{background:var(--gold);transform:translateY(-2px);box-shadow:0 4px 16px rgba(212,168,83,.3)}@media(min-width:640px){.contacts-grid{grid-template-columns:1fr 1fr}.contacts-hero{padding:0 2rem 2.5rem}.contacts-grid-section,.contacts-hours,.contacts-cta{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.contacts-hero{padding:0 3rem 3rem}.contacts-grid{gap:1.5rem}.contact-card{padding:2rem}}.calculator-page{max-width:var(--content-max);margin:0 auto;padding:0 1.5rem 4rem}.calc-hero{text-align:center;padding:3rem 0 2rem}.calc-hero h1{font-size:clamp(2rem,6vw,3.5rem);margin-bottom:.75rem}.calc-hero p{font-size:1.1rem;color:var(--gray-500);max-width:520px;margin:0 auto 2rem}.calc-progress{display:flex;align-items:center;justify-content:center;gap:0;max-width:540px;margin:0 auto}.calc-progress-step{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--gray-400)}.calc-progress-step span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--gray-200);color:var(--gray-500);font-size:.8rem;font-weight:700;transition:all .3s}.calc-progress-step.active{color:var(--navy)}.calc-progress-step.active span{background:var(--navy);color:#fff}.calc-progress-step.done{color:var(--emerald)}.calc-progress-step.done span{background:var(--emerald);color:#fff}.calc-progress-sep{width:40px;height:2px;background:var(--gray-200);margin:0 .5rem}.calc-body{max-width:700px;margin:0 auto}.calc-step{display:none}.calc-step.active{display:block;animation:calcFadeIn .4s ease}.calc-step h3{text-align:center;margin-bottom:1.5rem;font-size:clamp(1.1rem,3vw,1.4rem)}@keyframes calcFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.calc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;margin-bottom:1.5rem}.calc-card{position:relative;display:block;padding:1.25rem;background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:all .2s}.calc-card input{position:absolute;opacity:0;pointer-events:none}.calc-card:hover{border-color:var(--gold);box-shadow:var(--shadow-sm)}.calc-card:has(input:checked){border-color:var(--navy);background:rgba(15,43,74,3%);box-shadow:0 0 0 3px rgba(15,43,74,8%)}.calc-card .calc-card-icon{width:36px;height:36px;margin-bottom:.5rem}.calc-card .calc-card-icon svg{width:100%;height:100%}.calc-card .calc-card-title{font-weight:700;font-size:1rem;color:var(--navy);margin-bottom:.25rem}.calc-card .calc-card-desc{font-size:.85rem;color:var(--gray-500);line-height:1.5}.calc-card-badge{display:inline-block;margin-top:.5rem;padding:3px 10px;background:rgba(13,107,94,.1);color:var(--emerald);font-size:.72rem;font-weight:700;border-radius:4px}.calc-card-increment{display:inline-block;margin-top:.5rem;padding:3px 10px;background:rgba(193,105,60,.1);color:var(--terra);font-size:.78rem;font-weight:700;border-radius:4px}.calc-card-increment.decrement{background:rgba(13,107,94,.1);color:var(--emerald)}.calc-nav{display:flex;gap:.75rem;justify-content:center}.calc-next,.calc-calculate{display:block;margin:0 auto;padding:14px 36px;background:var(--navy);color:#fff;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:var(--font)}.calc-next:hover,.calc-calculate:hover{background:var(--navy-light);transform:translateY(-1px);box-shadow:var(--shadow-gold)}.calc-calculate{background:var(--gold-dark);color:var(--navy)}.calc-calculate:hover{background:var(--gold)}.calc-back{padding:14px 28px;background:0 0;color:var(--gray-500);border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font)}.calc-back:hover{border-color:var(--navy);color:var(--navy)}.calc-extras{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.calc-extra{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:all .2s}.calc-extra input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.calc-extra:hover{border-color:var(--gold)}.calc-extra:has(input:checked){border-color:var(--navy);background:rgba(15,43,74,3%)}.calc-extra .calc-extra-body{display:flex;align-items:flex-start;gap:.75rem}.calc-extra .calc-extra-body .calc-extra-icon{width:28px;height:28px;flex-shrink:0;margin-top:2px}.calc-extra .calc-extra-body .calc-extra-icon svg{width:100%;height:100%}.calc-extra .calc-extra-body .calc-warning-icon{display:inline-flex;vertical-align:middle;width:18px;height:18px;margin-right:.3rem}.calc-extra .calc-extra-body .calc-warning-icon svg{width:100%;height:100%}.calc-extra .calc-extra-body .calc-extra-info strong{display:block;font-size:.95rem;color:var(--navy);margin-bottom:.15rem}.calc-extra .calc-extra-body .calc-extra-info p{font-size:.8rem;color:var(--gray-500);margin:0;line-height:1.4}.calc-extra .calc-extra-price{font-size:.9rem;font-weight:700;color:var(--gold-dark);white-space:nowrap;flex-shrink:0}.calc-result-box{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem}.calc-result-header{padding:1.25rem 1.5rem;background:var(--navy);color:#fff}.calc-result-header .calc-result-type{font-weight:700;font-size:1.05rem}.calc-result-header .calc-result-city{font-size:.85rem;opacity:.75;margin-top:.25rem}.calc-result-items{padding:1rem 1.5rem}.calc-result-item{display:flex;justify-content:space-between;padding:.65rem 0;border-bottom:1px solid var(--gray-100);font-size:.9rem}.calc-result-item:last-child{border-bottom:none}.calc-result-item span:first-child{color:var(--gray-600)}.calc-result-item span:last-child{font-weight:600;color:var(--gray-700);white-space:nowrap}.calc-result-item.modifier span:first-child{color:var(--terra)}.calc-result-item.extra span:first-child{color:var(--emerald);font-size:.85rem}.calc-result-audit{margin:0 1.5rem 1rem;padding:.75rem 1rem;background:rgba(212,168,83,.1);border-radius:var(--radius-sm);font-size:.8rem;color:var(--gray-600);line-height:1.5}.calc-result-total{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:var(--cream);font-size:1rem;font-weight:600;color:var(--navy)}.calc-result-total strong{font-size:1.5rem;color:var(--navy)}.calc-lead{text-align:center;padding:2rem 1.5rem;background:var(--cream);border-radius:var(--radius-lg);margin-bottom:1.5rem}.calc-lead h4{font-size:1.15rem;margin-bottom:.5rem}.calc-lead p{font-size:.9rem;color:var(--gray-500);max-width:440px;margin:0 auto .75rem}.calc-form{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:.5rem}.calc-form input[type=text]{padding:12px 16px;border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);font-family:var(--font);font-size:.95rem;min-width:200px;flex:1;max-width:260px}.calc-form input[type=text]:focus{outline:none;border-color:var(--navy)}.calc-form .btn{padding:12px 24px;background:var(--navy);color:#fff;border:none;border-radius:var(--radius-sm);font-family:var(--font);font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s}.calc-form .btn:hover{background:var(--navy-light)}.calc-form-note{font-size:.75rem!important;color:var(--gray-400)!important}.calc-form-note a{color:var(--gray-500)}.calc-success{padding:1.5rem;font-size:1rem;font-weight:600;color:var(--emerald)}.calc-cta{text-align:center}.calc-cta p{font-size:.9rem;color:var(--gray-500);margin-bottom:.75rem}.calc-cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}@media(max-width:640px){.calc-cards{grid-template-columns:1fr}.calc-progress{font-size:.72rem}.calc-progress-sep{width:20px}.calc-extra{flex-direction:column;align-items:flex-start}.calc-extra .calc-extra-price{padding-left:2rem}.calc-form{flex-direction:column}.calc-form input[type=text]{max-width:none}.calc-result-total{flex-direction:column;gap:.25rem;text-align:center}}.about-page{max-width:var(--content-max);margin:0 auto;padding:0 1.5rem 4rem}.about-hero{text-align:center;padding:3rem 0 2rem}.about-hero h1{font-size:clamp(2rem,6vw,3.5rem);margin-bottom:1rem}.about-hero-desc{font-size:1.05rem;color:var(--gray-500);max-width:600px;margin:0 auto 2rem;line-height:1.7}.about-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.about-stat{text-align:center;padding:.75rem 1.5rem;background:var(--cream);border-radius:var(--radius-md)}.about-stat-num{display:block;font-family:var(--font);font-size:1.4rem;font-weight:700;color:var(--navy);letter-spacing:-.03em}.about-stat-label{font-size:.75rem;color:var(--gray-500);margin-top:.15rem}.about-body{max-width:720px;margin:0 auto}.about-accordion{display:flex;flex-direction:column;gap:.5rem}.about-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;background:#fff;transition:all .2s}.about-item:hover{border-color:var(--gold)}.about-q{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;background:0 0;border:none;cursor:pointer;font-family:var(--font);font-size:1rem;font-weight:700;color:var(--navy);text-align:left;transition:background .2s}.about-q:hover{background:rgba(15,43,74,2%)}.about-q-icon{width:28px;height:28px;flex-shrink:0}.about-q-icon svg{width:100%;height:100%}.about-q-chevron{margin-left:auto;width:20px;height:20px;position:relative;flex-shrink:0}.about-q-chevron::before,.about-q-chevron::after{content:'';position:absolute;background:var(--gold);border-radius:1px;transition:transform .3s}.about-q-chevron::before{width:10px;height:2px;top:9px;right:0}.about-q-chevron::after{width:2px;height:10px;top:5px;right:4px}.about-q.open .about-q-chevron::after{transform:rotate(90deg);opacity:0}.about-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 1.25rem;font-size:.9rem;color:var(--gray-600);line-height:1.7}.about-a.open{max-height:2000px;padding:0 1.25rem 1.25rem}.about-a p{margin-bottom:.75rem;font-size:.9rem}.about-a p:last-child{margin-bottom:0}.about-list{list-style:none;padding:0;margin:.75rem 0}.about-list li{padding:.4rem 0;font-size:.9rem;color:var(--gray-600)}.about-list li strong{color:var(--navy)}.about-list li::before{content:'•';color:var(--gold);margin-right:.5rem}.about-principles{display:flex;flex-direction:column;gap:.75rem}.about-principle{padding:.75rem;background:var(--cream);border-radius:var(--radius-sm)}.about-principle h4{font-size:.95rem;margin-bottom:.3rem}.about-principle p{font-size:.85rem;color:var(--gray-600);margin:0}.about-principle a{color:var(--gold-dark);font-weight:600}.about-services{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.about-service{padding:.75rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm)}.about-service strong{display:block;font-size:.9rem;color:var(--navy);margin-bottom:.2rem}.about-service p{font-size:.85rem;color:var(--gray-500);margin:0 0 .35rem}.about-link{font-size:.8rem;font-weight:600;color:var(--gold-dark);text-decoration:none}.about-link:hover{text-decoration:underline}.about-numbers{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.about-number{padding:.75rem;background:var(--cream);border-radius:var(--radius-sm);text-align:center}.about-number strong{display:block;font-family:var(--font);font-size:1.2rem;font-weight:700;color:var(--navy);letter-spacing:-.03em;margin-bottom:.15rem}.about-number span{font-size:.75rem;color:var(--gray-500);line-height:1.4}.about-cta{text-align:center;padding:3rem 0 1rem}.about-cta h3{font-size:1.3rem;margin-bottom:.4rem}.about-cta p{font-size:.95rem;color:var(--gray-500);margin-bottom:1.25rem}.about-cta-grid{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.about-cta-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem 1.5rem;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);text-decoration:none;transition:all .2s;min-width:200px;flex:1;max-width:260px}.about-cta-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.about-cta-card .about-cta-icon{width:36px;height:36px}.about-cta-card .about-cta-icon svg{width:100%;height:100%}.about-cta-card strong{font-size:.9rem;color:var(--navy)}.about-cta-card span:last-child{font-size:.78rem;color:var(--gray-500);line-height:1.4;text-align:center}@media(max-width:640px){.about-stats{flex-direction:column;gap:.5rem;align-items:center}.about-stat{width:100%;max-width:280px}.about-q{font-size:.9rem}.about-numbers{grid-template-columns:1fr}.about-cta-grid{flex-direction:column;align-items:center}.about-cta-card{max-width:none;width:100%}}