:root{--navy:#1a2744;--navy-light:#243352;--navy-dark:#0f1a2e;--gold:#c8a45e;--gold-light:#dbb978;--gold-dark:#a8863e;--cream:#faf8f5;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,: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-body);color:var(--gray-700);background-color:var(--white);font-size:16px;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.skip-link{z-index:10000;background:var(--navy);color:var(--white);border-radius:var(--radius-md);padding:12px 24px;font-weight:600;transition:top .2s;position:absolute;top:-100%;left:16px}.skip-link:focus{top:16px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.section-title{font-family:var(--font-heading);color:var(--navy);text-align:center;margin-bottom:1rem;font-size:2.25rem;font-weight:600;line-height:1.2}.section-subtitle{text-align:center;color:var(--gray-500);max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.section-divider{justify-content:center;align-items:center;gap:12px;margin-bottom:2rem;display:flex}.section-divider:before,.section-divider:after{content:"";background:var(--gold);width:60px;height:1px}.section-divider-icon{color:var(--gold);font-size:.75rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}main{flex:1}.header{z-index:1000;background:var(--white);transition:box-shadow var(--transition);position:sticky;top:0}.header--scrolled{box-shadow:var(--shadow-md)}.header__topbar{background:var(--navy);color:var(--white);padding:6px 0;font-size:.8125rem}.header__topbar-inner{justify-content:flex-end;gap:24px;display:flex}.header__topbar a{color:var(--gray-300);transition:color var(--transition);align-items:center;gap:6px;display:inline-flex}.header__topbar a:hover{color:var(--gold-light)}.header__nav{border-bottom:1px solid var(--gray-200)}.header__nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.header__logo{align-items:center;gap:12px;display:flex}.header__logo-icon{background:var(--navy);width:44px;height:44px;color:var(--gold);font-family:var(--font-heading);border-radius:var(--radius-md);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.header__logo-text{flex-direction:column;line-height:1.2;display:flex}.header__logo-title{font-family:var(--font-heading);color:var(--navy);font-size:1.125rem;font-weight:600}.header__logo-subtitle{color:var(--gold-dark);letter-spacing:.5px;font-size:.8125rem;font-weight:500}.header__menu{align-items:center;gap:4px;display:flex}.header__link{color:var(--gray-600);border-radius:var(--radius-md);transition:all var(--transition);padding:8px 16px;font-size:.9375rem;font-weight:500;position:relative}.header__link:hover{color:var(--navy);background:var(--gray-50)}.header__link--active{color:var(--navy);font-weight:600}.header__link--active:after{content:"";background:var(--gold);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:16px;right:16px}.header__cta{background:var(--gold);color:var(--white);border-radius:var(--radius-md);transition:all var(--transition);letter-spacing:.3px;align-items:center;padding:10px 24px;font-size:.875rem;font-weight:600;display:inline-flex}.header__cta:hover{background:var(--gold-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.header__hamburger{color:var(--navy);padding:8px;font-size:1.5rem;display:none}@media (width<=900px){.header__hamburger{display:flex}.header__menu{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg);flex-direction:column;gap:4px;padding:16px;display:none;position:absolute;top:100%;left:0;right:0}.header__menu--open{display:flex}.header__nav-inner{position:relative}.header__link{width:100%;padding:12px 16px}.header__link--active:after{display:none}.header__link--active{background:var(--gray-50)}.header__cta{justify-content:center;width:100%;margin-top:8px}}@media (width<=480px){.header__topbar-inner{justify-content:center;gap:12px;font-size:.75rem}}.footer{background:var(--navy);color:var(--gray-300);margin-top:auto;padding:64px 0 0}.footer__grid{grid-template-columns:1.5fr 1.2fr .8fr 1fr;gap:48px;display:grid}.footer__brand{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer__brand-icon{background:var(--gold);width:48px;height:48px;color:var(--navy);font-family:var(--font-heading);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.footer__brand-title{font-family:var(--font-heading);color:var(--white);font-size:1.125rem;font-weight:600}.footer__brand-sub{color:var(--gold-light);font-size:.8125rem}.footer__desc{font-size:.9375rem;line-height:1.7}.footer__heading{font-family:var(--font-heading);color:var(--white);margin-bottom:20px;font-size:1.125rem;font-weight:600}.footer__list{flex-direction:column;gap:12px;font-size:.875rem;display:flex}.footer__list li{align-items:flex-start;gap:10px;display:flex}.footer__list li svg{color:var(--gold);flex-shrink:0;margin-top:3px}.footer__list a{transition:color var(--transition)}.footer__list a:hover{color:var(--gold-light)}.footer__nav-list{flex-direction:column;gap:10px;font-size:.875rem;display:flex}.footer__nav-list a{transition:color var(--transition);align-items:center;gap:6px;display:inline-flex}.footer__nav-list a:hover{color:var(--gold-light)}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:48px;padding:24px 0}.footer__disclaimer{color:var(--gray-400);max-width:700px;margin:0 auto 8px;font-size:.75rem;line-height:1.5}.footer__copy{color:var(--gray-400);font-size:.8125rem}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=600px){.footer{padding:48px 0 0}.footer__grid{grid-template-columns:1fr;gap:32px}}.whatsapp-btn{z-index:9999;width:76px;height:76px;color:var(--white);transition:all var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;animation:2s infinite whatsappPulse;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 12px #25d36666}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}@keyframes whatsappPulse{0%,to{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 24px #25d36699}}@media (width<=480px){.whatsapp-btn{width:52px;height:52px;font-size:1.75rem;bottom:20px;right:20px}}.info-banner{background:var(--gold);color:var(--navy-dark);padding:14px 0}.info-banner__inner{align-items:flex-start;gap:12px;display:flex}.info-banner__icon{color:var(--navy);flex-shrink:0;margin-top:2px;font-size:1.5rem}.info-banner p{font-size:.9375rem;line-height:1.6}.info-banner a{color:var(--navy);text-underline-offset:2px;text-decoration:underline}.info-banner a:hover{color:var(--navy-dark)}@media (width<=600px){.info-banner p{font-size:.8125rem}.info-banner__icon{font-size:1.25rem}}.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 50%, #0c1524 100%);color:var(--white);padding:120px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 70%,#c8a45e14 0%,#0000 70%);width:50%;height:100%;position:absolute;top:0;right:0}.hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.hero__content{z-index:1;max-width:800px;position:relative}.hero__badge{color:var(--gold-light);letter-spacing:1px;text-transform:uppercase;background:#c8a45e26;border:1px solid #c8a45e4d;border-radius:50px;margin-bottom:24px;padding:6px 16px;font-size:.8125rem;font-weight:500;display:inline-block}.hero__title{font-family:var(--font-heading);color:var(--white);margin-bottom:24px;font-size:3.75rem;font-weight:700;line-height:1.1}.hero__subtitle{color:var(--gray-300);max-width:600px;margin-bottom:40px;font-size:1.25rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}.hero__emergency{color:var(--gray-400);border-top:1px solid #ffffff1a;align-items:center;gap:8px;padding-top:24px;font-size:.875rem;display:flex}.hero__emergency svg{color:#25d366;font-size:1.125rem}.hero__emergency a{color:var(--gold-light);font-weight:600}.btn{border-radius:var(--radius-md);transition:all var(--transition);letter-spacing:.3px;white-space:nowrap;align-items:center;gap:8px;padding:12px 28px;font-size:.9375rem;font-weight:600;display:inline-flex}.btn--lg{padding:14px 32px;font-size:1rem}.btn--primary{background:var(--gold);color:var(--white)}.btn--primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 4px 12px #c8a45e66}.btn--outline{color:var(--white);background:0 0;border:2px solid #ffffff4d}.btn--outline:hover{border-color:var(--white);background:#ffffff1a}.btn--whatsapp{color:var(--white);background:#25d366}.btn--whatsapp:hover{background:#1fa855;transform:translateY(-2px)}.home-services{background:var(--gray-50);padding:100px 0}.home-services__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.service-card{background:var(--white);border-radius:var(--radius-xl);transition:all var(--transition);border:1px solid var(--gray-200);opacity:0;flex-direction:column;padding:32px;animation:.5s ease-out forwards fadeInUp;display:flex}.service-card:hover{box-shadow:var(--shadow-xl);border-color:var(--gold);transform:translateY(-4px)}.service-card__icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--gold);justify-content:center;align-items:center;margin-bottom:20px;font-size:1.5rem;display:flex}.service-card__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:12px;font-size:1.25rem;font-weight:600}.service-card__desc{color:var(--gray-500);flex:1;margin-bottom:16px;font-size:.9375rem;line-height:1.6}.service-card__link{color:var(--gold-dark);transition:gap var(--transition);align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:inline-flex}.service-card:hover .service-card__link{color:var(--gold);gap:10px}.home-about{padding:100px 0}.home-about__inner{grid-template-columns:1.5fr 1fr;align-items:center;gap:64px;display:grid}.home-about__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:20px;font-size:2.25rem;font-weight:600;line-height:1.2}.home-about__text{color:var(--gray-600);margin-bottom:24px;font-size:1.0625rem;line-height:1.8}.home-about__highlights{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.home-about__highlights li{color:var(--gray-600);padding-left:24px;font-size:.9375rem;line-height:1.6;position:relative}.home-about__highlights li:before{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.home-about__visual{justify-content:center;display:flex}.home-about__photo-wrap{max-width:380px;position:relative}.home-about__photo{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl);object-fit:cover;aspect-ratio:3/4;border:4px solid var(--white);outline:1px solid var(--gray-200)}.home-about__photo-badge{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);border-radius:var(--radius-xl);text-align:center;color:var(--white);box-shadow:var(--shadow-lg);border:3px solid var(--white);padding:20px 24px;position:absolute;bottom:-20px;right:-20px}.home-about__card-years{font-family:var(--font-heading);color:var(--gold);font-size:4.5rem;font-weight:700;line-height:1}.home-about__card-label{color:var(--gray-300);margin-top:8px;font-size:1rem}.home-trust{background:var(--cream);padding:80px 0}.home-trust__inner{text-align:center;max-width:800px;margin:0 auto;position:relative}.home-trust__quote-icon{color:var(--gold);opacity:.3;margin-bottom:16px;font-size:2.5rem}.home-trust__quote p{font-family:var(--font-heading);color:var(--navy);margin-bottom:20px;font-size:1.375rem;font-style:italic;line-height:1.7}.home-trust__quote cite{color:var(--gold-dark);font-size:.9375rem;font-style:normal;font-weight:500}.home-reviews{background:var(--gray-50);padding:100px 0}.home-reviews__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.review-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all var(--transition);opacity:0;flex-direction:column;gap:14px;padding:28px;animation:.5s ease-out forwards fadeInUp;display:flex}.review-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-3px)}.review-card__header{align-items:center;gap:12px;display:flex}.review-card__avatar{background:linear-gradient(135deg, var(--navy), var(--navy-light));width:44px;height:44px;color:var(--gold);font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.review-card__name{color:var(--navy);font-size:.9375rem;font-weight:600;display:block}.review-card__badge{color:var(--gray-500);background:var(--gray-100);border-radius:50px;margin-top:2px;padding:2px 8px;font-size:.6875rem;display:inline-block}.review-card__stars{color:#fbbc04;gap:2px;font-size:.9375rem;display:flex}.review-card__text{color:var(--gray-600);flex:1;font-size:.9375rem;line-height:1.7}.review-card__source{color:var(--gray-400);border-top:1px solid var(--gray-100);align-items:center;gap:6px;padding-top:12px;font-size:.75rem;display:flex}.review-card__source svg{color:#4285f4}@media (width<=600px){.home-reviews{padding:64px 0}.home-reviews__grid{grid-template-columns:1fr}}.home-links{padding:80px 0}.home-links__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:48px;display:grid}.home-links__item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);color:var(--navy);transition:all var(--transition);justify-content:space-between;align-items:center;padding:16px 24px;font-size:.9375rem;font-weight:500;display:flex}.home-links__item:hover{border-color:var(--gold);box-shadow:var(--shadow-md);color:var(--gold-dark)}.home-links__item svg{color:var(--gold);font-size:.75rem}.home-cta{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);color:var(--white);padding:80px 0}.home-cta__inner{text-align:center;max-width:600px;margin:0 auto}.home-cta__title{font-family:var(--font-heading);color:var(--white);margin-bottom:16px;font-size:2rem;font-weight:600}.home-cta__text{color:var(--gray-300);margin-bottom:32px;font-size:1.125rem}.home-cta__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=900px){.hero{padding:80px 0 64px}.hero__title{font-size:2.75rem}.hero__subtitle{font-size:1.0625rem}.home-about__inner{grid-template-columns:1fr;gap:40px}.home-about__visual{order:-1}.home-services,.home-about{padding:64px 0}}@media (width<=600px){.hero{padding:64px 0 48px}.hero__title{font-size:2.25rem}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center;width:100%}.hero__emergency{flex-wrap:wrap}.home-services__grid{grid-template-columns:1fr}.home-cta__title{font-size:1.5rem}.home-cta__actions{flex-direction:column}.home-cta__actions .btn{justify-content:center;width:100%}}.about-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);color:var(--white);text-align:center;padding:80px 0 60px;position:relative}.about-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.about-hero__title{font-family:var(--font-heading);margin-bottom:12px;font-size:3rem;font-weight:700}.about-hero__subtitle{color:var(--gray-300);font-size:1.125rem}.about-office{padding:80px 0}.about-office__inner{align-items:flex-start;gap:48px;max-width:900px;margin:0 auto;display:flex}.about-office__icon-wrap{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-xl);width:80px;height:80px;color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;display:flex}.about-office__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:16px;font-size:1.75rem;font-weight:600}.about-office__content p{color:var(--gray-600);margin-bottom:16px;font-size:1.0625rem;line-height:1.8}.about-escribano{background:var(--gray-50);padding:64px 0}.about-escribano__bio{text-align:center;max-width:800px;color:var(--gray-600);margin:0 auto;font-size:1.125rem;line-height:1.8}.about-trajectory{padding:80px 0}.about-trajectory__timeline{flex-direction:column;gap:0;max-width:800px;margin:48px auto 0;display:flex;position:relative}.about-trajectory__timeline:before{content:"";background:var(--gray-200);width:2px;position:absolute;top:0;bottom:0;left:39px}.timeline-item{opacity:0;gap:24px;padding:24px 0;animation:.5s ease-out forwards fadeInUp;display:flex;position:relative}.timeline-item__icon{background:var(--white);border:2px solid var(--gold);width:80px;min-width:80px;height:80px;color:var(--gold-dark);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:relative}.timeline-item__content h3{font-family:var(--font-heading);color:var(--navy);margin-bottom:8px;font-size:1.25rem;font-weight:600}.timeline-item__content p{color:var(--gray-600);line-height:1.7}@media (width<=600px){.about-hero__title{font-size:2.25rem}.about-office__inner{text-align:center;flex-direction:column;align-items:center;gap:24px}.about-trajectory__timeline:before{display:none}.timeline-item{text-align:center;flex-direction:column;align-items:center}.timeline-item__icon{width:64px;min-width:64px;height:64px}}.services-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);color:var(--white);text-align:center;padding:80px 0 60px;position:relative}.services-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.services-hero__title{font-family:var(--font-heading);margin-bottom:12px;font-size:3rem;font-weight:700}.services-hero__subtitle{color:var(--gray-300);font-size:1.125rem}.services-list{background:var(--gray-50);padding:80px 0}.services-list__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.service-full-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all var(--transition);opacity:0;flex-direction:column;padding:32px;animation:.5s ease-out forwards fadeInUp;display:flex}.service-full-card:hover{box-shadow:var(--shadow-xl);border-color:var(--gold);transform:translateY(-4px)}.service-full-card__header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.service-full-card__icon{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-lg);width:52px;min-width:52px;height:52px;color:var(--gold);justify-content:center;align-items:center;font-size:1.375rem;display:flex}.service-full-card__title{font-family:var(--font-heading);color:var(--navy);font-size:1.25rem;font-weight:600}.service-full-card__desc{color:var(--gray-500);flex:1;margin-bottom:20px;font-size:.9375rem;line-height:1.7}.service-full-card__link{color:var(--gold-dark);transition:gap var(--transition);align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:inline-flex}.service-full-card:hover .service-full-card__link{color:var(--gold);gap:10px}@media (width<=600px){.services-hero__title{font-size:2.25rem}.services-list__grid{grid-template-columns:1fr}}.detail-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);color:var(--white);padding:60px 0 48px;position:relative}.detail-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.detail-hero__back{color:var(--gray-400);transition:color var(--transition);align-items:center;gap:8px;margin-bottom:24px;font-size:.875rem;display:inline-flex}.detail-hero__back:hover{color:var(--gold-light)}.detail-hero__header{align-items:center;gap:20px;display:flex}.detail-hero__icon{border-radius:var(--radius-xl);width:64px;height:64px;color:var(--gold);background:#c8a45e26;border:1px solid #c8a45e4d;justify-content:center;align-items:center;font-size:1.75rem;display:flex}.detail-hero__title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700}.detail-content{padding:64px 0}.detail-content__body{max-width:800px;margin:0 auto 48px}.detail-content__body p{color:var(--gray-600);margin-bottom:20px;font-size:1.0625rem;line-height:1.9}.detail-faq__intro{margin-bottom:8px}.detail-faq__intro p{color:var(--gray-600);margin-bottom:12px;font-size:1.0625rem;line-height:1.9}.detail-faq__intro p:first-child{font-family:var(--font-heading);color:var(--navy);font-size:1.25rem;font-weight:600}.detail-faq{flex-direction:column;gap:32px;display:flex}.detail-faq__item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:32px}.detail-faq__question{font-family:var(--font-heading);color:var(--navy);margin-bottom:16px;font-size:1.25rem;font-weight:600;line-height:1.4}.detail-faq__answer p{color:var(--gray-600);margin-bottom:12px;font-size:1.0625rem;line-height:1.9}.detail-faq__answer p:last-child{margin-bottom:0}.detail-faq__source{color:var(--gray-500);border-top:1px solid var(--gray-200);margin-top:8px;padding-top:24px;font-size:.875rem}.detail-faq__source strong{color:var(--navy)}@media (width<=600px){.detail-faq__item{padding:20px}}.detail-content__cta{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-xl);text-align:center;max-width:800px;margin:0 auto 48px;padding:40px}.detail-content__cta h3{font-family:var(--font-heading);color:var(--navy);margin-bottom:8px;font-size:1.5rem;font-weight:600}.detail-content__cta>p{color:var(--gray-500);margin-bottom:24px}.detail-content__cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.detail-nav{border-top:1px solid var(--gray-200);justify-content:space-between;gap:16px;max-width:800px;margin:0 auto;padding-top:32px;display:flex}.detail-nav__link{border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition);flex:1;align-items:center;gap:12px;max-width:48%;padding:16px 20px;display:flex}.detail-nav__link:hover{border-color:var(--gold);box-shadow:var(--shadow-md)}.detail-nav__link--next{text-align:right;justify-content:flex-end;margin-left:auto}.detail-nav__link svg{color:var(--gold);flex-shrink:0}.detail-nav__label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;display:block}.detail-nav__name{color:var(--navy);font-size:.9375rem;font-weight:600;display:block}@media (width<=600px){.detail-hero__title{font-size:1.75rem}.detail-hero__header{flex-direction:column;align-items:flex-start;gap:12px}.detail-hero__icon{width:52px;height:52px;font-size:1.5rem}.detail-content__cta{padding:24px}.detail-nav{flex-direction:column}.detail-nav__link{max-width:100%}}.contact-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);color:var(--white);text-align:center;padding:80px 0 60px;position:relative}.contact-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.contact-hero__title{font-family:var(--font-heading);margin-bottom:12px;font-size:3rem;font-weight:700}.contact-hero__subtitle{color:var(--gray-300);font-size:1.125rem}.contact-main{padding:80px 0}.contact-main__grid{grid-template-columns:1fr 1.3fr;gap:64px;display:grid}.contact-info__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:32px;font-size:1.5rem;font-weight:600}.contact-info__items{flex-direction:column;gap:24px;display:flex}.contact-info__item{gap:16px;display:flex}.contact-info__icon{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-lg);width:48px;min-width:48px;height:48px;color:var(--gold);justify-content:center;align-items:center;font-size:1.125rem;display:flex}.contact-info__item h3{color:var(--navy);margin-bottom:4px;font-size:.9375rem;font-weight:600}.contact-info__item p{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.contact-info__item a{transition:color var(--transition)}.contact-info__item a:hover{color:var(--gold-dark)}.contact-form-wrap{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:40px}.contact-form__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:32px;font-size:1.5rem;font-weight:600}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-form__group{flex-direction:column;gap:6px;display:flex}.contact-form__group label{color:var(--gray-700);font-size:.875rem;font-weight:600}.contact-form__group input,.contact-form__group textarea{border:1px solid var(--gray-300);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);color:var(--gray-800);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);padding:12px 16px;font-size:.9375rem}.contact-form__group input:focus,.contact-form__group textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c8a45e26}.contact-form__group textarea{resize:vertical;min-height:120px}.contact-form__submit{align-self:flex-start}.contact-form__success{text-align:center;padding:40px 20px}.contact-form__success svg{color:#25d366;margin-bottom:16px;font-size:3rem}.contact-form__success h3{font-family:var(--font-heading);color:var(--navy);margin-bottom:12px;font-size:1.5rem}.contact-form__success p{color:var(--gray-500);max-width:400px;margin-bottom:24px;margin-left:auto;margin-right:auto}.contact-map{line-height:0}.contact-map iframe{width:100%}@media (width<=900px){.contact-main__grid{grid-template-columns:1fr;gap:40px}}@media (width<=600px){.contact-hero__title{font-size:2.25rem}.contact-form-wrap{padding:24px}.contact-form__row{grid-template-columns:1fr}.contact-form__submit{justify-content:center;width:100%}}
