.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-bottom:1px solid #0000000f;align-items:center;height:80px;display:flex;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;display:flex}.header__logo{flex-direction:column;line-height:1;display:flex}.header__logo-text{font-family:var(--font-heading);color:var(--primary);font-size:1.5rem;font-weight:700}.header__logo-sub{letter-spacing:3px;color:var(--accent);text-transform:uppercase;font-size:.7rem;font-weight:600}.header__nav{align-items:center;gap:4px;display:flex}.header__nav a{color:var(--dark-light);border-radius:var(--radius);align-items:center;gap:4px;padding:8px 14px;font-size:.9rem;font-weight:500;display:flex}.header__nav a:hover,.header__nav a.active{color:var(--accent);background:#0199ff0f}.header__cta-link{background:var(--accent)!important;color:var(--white)!important;border-radius:var(--radius)!important;padding:10px 24px!important;font-weight:600!important}.header__cta-link:hover{box-shadow:var(--shadow);transform:translateY(-1px);background:var(--accent-hover)!important}.header__chevron{width:10px;height:10px;transition:transform .2s}.header__dropdown{position:relative}.header__dropdown-menu{background:var(--white);border-radius:var(--radius);min-width:200px;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;flex-direction:column;padding:8px;transition:all .2s;display:flex;position:absolute;top:100%;left:0;transform:translateY(8px)}.header__dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-menu a{border-radius:6px!important;padding:10px 16px!important;font-size:.85rem!important}.header__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.header__hamburger span{background:var(--dark);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.header__hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1024px){.header__hamburger{display:flex}.header__nav{background:var(--white);flex-direction:column;align-items:stretch;gap:4px;width:300px;height:100vh;padding:100px 24px 24px;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.header__nav.open{transform:translate(0)}.header__nav a{padding:12px 16px;font-size:1rem}.header__dropdown-menu{box-shadow:none;opacity:1;visibility:visible;padding:0 0 0 16px;position:static;transform:none}.header__dropdown-menu a{padding:8px 16px!important;font-size:.9rem!important}}.footer{background:var(--primary);color:#fffc}.footer__top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding:64px 24px 48px;display:grid}.footer__brand{max-width:300px}.footer__logo{flex-direction:column;margin-bottom:16px;line-height:1;display:flex}.footer__logo-text{font-family:var(--font-heading);color:var(--white);font-size:1.5rem;font-weight:700}.footer__logo-sub{letter-spacing:3px;color:var(--accent);font-size:.7rem;font-weight:600}.footer__tagline{margin-bottom:24px;font-size:.9rem;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social a{width:40px;height:40px;color:var(--white);transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social a:hover{background:var(--accent);transform:translateY(-2px)}.footer__links h4{color:var(--white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer__links a{color:#ffffffb3;padding:6px 0;font-size:.9rem;display:block}.footer__links a:hover{color:var(--accent);padding-left:4px}.footer__bottom{border-top:1px solid #ffffff1a;padding:20px 0}.footer__bottom .container{justify-content:space-between;align-items:center;display:flex}.footer__bottom p{color:#ffffff80;font-size:.8rem}@media (width<=768px){.footer__top{grid-template-columns:1fr 1fr;gap:32px}.footer__brand{grid-column:1/-1;max-width:100%}.footer__bottom .container{text-align:center;flex-direction:column;gap:4px}}@media (width<=480px){.footer__top{grid-template-columns:1fr}}.hero{background:url(https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1920&h=1080&fit=crop) 50%/cover no-repeat;align-items:center;min-height:90vh;display:flex;position:relative}.hero__overlay{background:linear-gradient(135deg,#1a3861d9 0%,#0009 100%);position:absolute;inset:0}.hero__content{z-index:1;color:var(--white);max-width:800px;position:relative}.hero__eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:.9rem;font-weight:600}.hero__title{color:var(--white);margin-bottom:24px;font-size:4rem;font-weight:700;line-height:1.1}.hero__subtitle{color:#ffffffd9;max-width:600px;margin-bottom:40px;font-size:1.25rem;line-height:1.7}.hero__actions{gap:16px;margin-bottom:60px;display:flex}.hero__badges{gap:48px;display:flex}.hero__badge{flex-direction:column;display:flex}.hero__badge-number{font-family:var(--font-heading);color:var(--white);font-size:2.5rem;font-weight:700;line-height:1}.hero__badge-label{color:#ffffffb3;margin-top:4px;font-size:.85rem}.quick-links{z-index:10;margin-top:-48px;padding:0 24px 48px;position:relative}.quick-links__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.quick-links__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;transition:var(--transition);padding:40px 32px}.quick-links__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.quick-links__icon{width:64px;height:64px;color:var(--accent);background:#0199ff1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.quick-links__card h3{color:var(--primary);margin-bottom:12px;font-size:1.25rem}.quick-links__card p{color:var(--gray);font-size:.95rem;line-height:1.6}.about-preview__grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-preview__image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);object-fit:cover;width:100%;height:500px}.about-preview__content h2{margin-bottom:8px;font-size:2.5rem}.about-preview__content .divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin-bottom:24px}.about-preview__content p{color:var(--gray);margin-bottom:16px;line-height:1.8}.about-preview__content .btn{margin-top:16px}.communities-preview__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.community-card{border-radius:var(--radius-lg);height:300px;display:block;position:relative;overflow:hidden}.community-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.community-card:hover img{transform:scale(1.1)}.community-card__overlay{color:var(--white);background:linear-gradient(#0000 40%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.community-card__overlay h3{color:var(--white);margin-bottom:4px;font-size:1.3rem}.community-card__overlay span{color:var(--accent);font-size:.85rem;font-weight:500}.services-preview__grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.services-preview__image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);object-fit:cover;width:100%;height:500px}.services-preview__content h2{margin-bottom:8px;font-size:2.5rem}.services-preview__content .divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin-bottom:24px}.services-preview__list{margin-bottom:32px}.services-preview__list li{color:var(--dark);border-bottom:1px solid var(--gray-lighter);align-items:center;gap:12px;padding:12px 0;font-size:1.05rem;display:flex}.testimonials-preview__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;padding:32px}.testimonial-card__stars{gap:4px;margin-bottom:16px;display:flex}.testimonial-card__text{color:#ffffffd9;margin-bottom:24px;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-card__author{flex-direction:column;display:flex}.testimonial-card__author strong{color:var(--white);font-size:1rem}.testimonial-card__author span{color:var(--accent);font-size:.85rem}.cta{background:var(--gray-lighter)}.cta h2{margin-bottom:16px;font-size:2.5rem}.cta p{color:var(--gray);margin-bottom:32px;font-size:1.15rem}.cta__actions{justify-content:center;gap:16px;display:flex}@media (width<=1024px){.hero__title{font-size:3rem}.communities-preview__grid{grid-template-columns:repeat(2,1fr)}.testimonials-preview__grid{grid-template-columns:1fr}}@media (width<=768px){.hero{min-height:80vh}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.05rem}.hero__actions{flex-direction:column;margin-bottom:40px}.hero__badges{gap:24px}.hero__badge-number{font-size:2rem}.quick-links__grid{grid-template-columns:1fr;gap:16px}.quick-links{margin-top:-24px}.about-preview__grid,.services-preview__grid{grid-template-columns:1fr;gap:32px}.about-preview__image img,.services-preview__image img{height:350px}.communities-preview__grid{grid-template-columns:1fr}.community-card{height:220px}.cta h2{font-size:2rem}.cta__actions{flex-direction:column;align-items:center}}.page-hero{background:url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1920&h=600&fit=crop) 50%/cover no-repeat;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.page-hero__overlay{background:linear-gradient(135deg,#1a3861e0 0%,#000000a6 100%);position:absolute;inset:0}.page-hero__content{z-index:1;text-align:center;color:var(--white);position:relative}.page-hero__content h1{color:var(--white);margin-bottom:12px;font-size:3.5rem}.page-hero__content p{color:#fffc;font-size:1.2rem}.about__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:64px;display:grid}.about__image img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:600px;box-shadow:var(--shadow-xl)}.about__content h2{margin-bottom:8px;font-size:2.5rem}.about__content .divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin-bottom:24px}.about__content p{color:var(--gray);margin-bottom:16px;line-height:1.8}.about__values-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.value-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);transition:var(--transition);padding:32px}.value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.value-card__icon{background:#0199ff14;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.value-card h3{margin-bottom:12px;font-size:1.15rem}.value-card p{color:var(--gray);font-size:.9rem;line-height:1.6}.about__cta h2{margin-bottom:16px;font-size:2.5rem}.about__cta p{color:var(--gray);margin-bottom:32px;font-size:1.15rem}@media (width<=768px){.page-hero{height:300px}.page-hero__content h1{font-size:2.5rem}.about__grid{grid-template-columns:1fr;gap:32px}.about__image img{height:400px}.about__values-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.about__values-grid{grid-template-columns:1fr}.page-hero__content h1{font-size:2rem}}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);border:1px solid #0000000f;padding:40px 32px}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-4px)}.service-card__icon{width:64px;height:64px;color:var(--accent);background:#0199ff14;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.service-card h3{margin-bottom:12px;font-size:1.25rem}.service-card p{color:var(--gray);font-size:.95rem;line-height:1.7}.process-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.process-step{text-align:center;position:relative}.process-step__number{font-family:var(--font-heading);color:var(--accent);opacity:.3;margin-bottom:12px;font-size:3rem;font-weight:700}.process-step h3{margin-bottom:12px;font-size:1.2rem}.process-step p{color:var(--gray);font-size:.9rem;line-height:1.6}@media (width<=768px){.services-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr;gap:24px}}@media (width<=480px){.process-grid{grid-template-columns:1fr}}.communities-page__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.communities-page__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);display:block;overflow:hidden}.communities-page__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.communities-page__card-img{height:220px;overflow:hidden}.communities-page__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.communities-page__card:hover .communities-page__card-img img{transform:scale(1.08)}.communities-page__card-content{padding:24px}.communities-page__card-content h3{margin-bottom:8px;font-size:1.3rem}.communities-page__card-content p{color:var(--gray);margin-bottom:16px;font-size:.9rem;line-height:1.6}.communities-page__card-link{color:var(--accent);align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:inline-flex}@media (width<=768px){.communities-page__grid{grid-template-columns:1fr}}.community-detail__grid{grid-template-columns:2fr 1fr;align-items:start;gap:48px;display:grid}.community-detail__main h2{margin-bottom:8px;font-size:2.5rem}.community-detail__main>p{color:var(--gray);margin-bottom:32px;font-size:1.1rem;line-height:1.8}.community-detail__highlights{background:var(--gray-lighter);border-radius:var(--radius-lg);margin-bottom:40px;padding:32px}.community-detail__highlights h3{margin-bottom:20px;font-size:1.3rem}.community-detail__highlights ul{grid-template-columns:1fr 1fr;gap:12px;display:grid}.community-detail__highlights li{color:var(--dark);align-items:center;gap:10px;font-size:.95rem;display:flex}.community-detail__cta{background:var(--primary);color:var(--white);border-radius:var(--radius-lg);padding:40px}.community-detail__cta h3{color:var(--white);margin-bottom:12px;font-size:1.5rem}.community-detail__cta p{color:#fffc;margin-bottom:24px}.community-detail__sidebar{flex-direction:column;gap:24px;display:flex}.community-detail__sidebar-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.community-detail__sidebar-card img{object-fit:cover;width:100%;height:200px}.community-detail__sidebar-card h4{margin-bottom:8px;font-size:1.1rem}.community-detail__sidebar-card p{color:var(--gray);margin-bottom:16px;font-size:.9rem}.community-detail__sidebar-card:not(:first-child){padding:24px}@media (width<=768px){.community-detail__grid{grid-template-columns:1fr;gap:32px}.community-detail__highlights ul{grid-template-columns:1fr}}.buyers-steps{max-width:800px;margin:0 auto}.buyers-step{border-bottom:1px solid var(--gray-lighter);gap:24px;padding:32px 0;display:flex}.buyers-step:last-child{border-bottom:none}.buyers-step__number{font-family:var(--font-heading);color:var(--accent);opacity:.4;min-width:60px;font-size:2.5rem;font-weight:700;line-height:1}.buyers-step__content h3{margin-bottom:8px;font-size:1.3rem}.buyers-step__content p{color:var(--gray);line-height:1.7}.buyers-tips__grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}.buyers-tips__list li{color:var(--dark);align-items:flex-start;gap:12px;padding:12px 0;line-height:1.6;display:flex}.buyers-tips__list li svg{flex-shrink:0;margin-top:3px}.buyers-tips__image img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:500px;box-shadow:var(--shadow-xl)}@media (width<=768px){.buyers-step{flex-direction:column;gap:8px}.buyers-tips__grid{grid-template-columns:1fr;gap:32px}.buyers-tips__image img{height:350px}}.sellers-steps{max-width:800px;margin:0 auto}.sellers-step{border-bottom:1px solid var(--gray-lighter);gap:24px;padding:32px 0;display:flex}.sellers-step:last-child{border-bottom:none}.sellers-step__number{font-family:var(--font-heading);color:var(--accent);opacity:.4;min-width:60px;font-size:2.5rem;font-weight:700;line-height:1}.sellers-step__content h3{margin-bottom:8px;font-size:1.3rem}.sellers-step__content p{color:var(--gray);line-height:1.7}.sellers-cta__grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}.sellers-cta__grid h2{margin-bottom:16px;font-size:2.5rem}.sellers-cta__grid>div:first-child p{color:#fffc;margin-bottom:24px;font-size:1.05rem;line-height:1.7}.sellers-cta__benefits{margin-bottom:32px}.sellers-cta__benefits li{color:#ffffffd9;padding:8px 0 8px 24px;position:relative}.sellers-cta__benefits li:before{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:14px;left:0}.sellers-cta__image img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-xl)}@media (width<=768px){.sellers-step{flex-direction:column;gap:8px}.sellers-cta__grid{grid-template-columns:1fr;gap:32px}}.testimonials-page__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.testimonials-page__card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);border:1px solid #0000000f;padding:32px}.testimonials-page__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.testimonials-page__stars{gap:4px;margin-bottom:16px;display:flex}.testimonials-page__text{color:var(--dark);margin-bottom:24px;font-size:.95rem;font-style:italic;line-height:1.8}.testimonials-page__author{align-items:center;gap:12px;display:flex}.testimonials-page__avatar{background:var(--accent);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.testimonials-page__author strong{color:var(--primary);font-size:1rem;display:block}.testimonials-page__author span{color:var(--gray);font-size:.85rem}@media (width<=768px){.testimonials-page__grid{grid-template-columns:1fr}}.contact-page__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:64px;display:grid}.contact-page__info h2{margin-bottom:8px;font-size:2rem}.contact-page__info>p{color:var(--gray);margin-bottom:32px;line-height:1.7}.contact-page__details{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.contact-detail{align-items:flex-start;gap:16px;display:flex}.contact-detail__icon{background:#0199ff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-detail h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;color:var(--gray);margin-bottom:4px;font-size:.85rem;font-weight:600}.contact-detail a,.contact-detail span{color:var(--dark);font-size:1rem}.contact-detail a:hover{color:var(--accent)}.contact-page__social{border-top:1px solid var(--gray-lighter);padding-top:24px}.contact-page__social h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;color:var(--gray);margin-bottom:12px;font-size:.85rem;font-weight:600}.contact-page__social-links{gap:12px;display:flex}.contact-page__social-links a{width:44px;height:44px;color:var(--accent);transition:var(--transition);background:#0199ff14;border-radius:12px;justify-content:center;align-items:center;display:flex}.contact-page__social-links a:hover{background:var(--accent);color:var(--white)}.contact-page__form-wrapper{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #00000014;padding:40px}.contact-form h3{margin-bottom:24px;font-size:1.5rem}.contact-form__row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.contact-form__field{margin-bottom:16px}.contact-form__field label{color:var(--dark);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--dark);background:var(--white);border:1px solid #ddd;padding:12px 16px;font-size:1rem;transition:border-color .2s}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0199ff1a}.contact-form__field textarea{resize:vertical}.contact-page__success{text-align:center;padding:60px 40px}.contact-page__success h3{margin:20px 0 12px;font-size:1.5rem}.contact-page__success p{color:var(--gray)}@media (width<=768px){.contact-page__grid{grid-template-columns:1fr;gap:40px}.contact-form__row{grid-template-columns:1fr;gap:0}.contact-page__form-wrapper{padding:24px}}.blog-page__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.blog-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.blog-card__image{height:220px;position:relative;overflow:hidden}.blog-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card__image img{transform:scale(1.06)}.blog-card__category{background:var(--accent);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px}.blog-card__content{padding:24px}.blog-card__date{color:var(--gray-light);margin-bottom:8px;font-size:.8rem;font-weight:500;display:block}.blog-card__content h3{color:var(--primary);margin-bottom:12px;font-size:1.2rem;line-height:1.4}.blog-card__content p{color:var(--gray);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card__link{color:var(--accent);align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:inline-flex}@media (width<=768px){.blog-page__grid{grid-template-columns:1fr}}main{min-height:calc(100vh - 80px)}:root{--primary:#1a3861;--primary-light:#2a5a9e;--accent:#0199ff;--accent-hover:#0180d6;--rose:#ef7a80;--rose-light:#f5a0a5;--dark:#333;--dark-light:#555;--gray:#6b7280;--gray-light:#9ca3af;--gray-lighter:#f1f4f8;--white:#fff;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 25px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 40px -5px #00000026;--radius:8px;--radius-lg:16px;--transition:all .3s ease;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, sans-serif}*,: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(--dark);background:var(--white);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);line-height:1.2}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section--gray{background:var(--gray-lighter)}.section--dark{background:var(--dark);color:var(--white)}.section--dark h2,.section--dark h3{color:var(--white)}.text-center{text-align:center}.text-accent{color:var(--accent)}.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;border:none;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--accent);color:var(--white)}.btn--primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn--outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn--outline:hover{background:#ffffff26;transform:translateY(-2px)}.btn--dark{background:var(--primary);color:var(--white)}.btn--dark:hover{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.section-header{margin-bottom:48px}.section-header h2{margin-bottom:8px;font-size:2.5rem}.section-header .divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin:16px auto}.section-header p{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.1rem}@media (width<=768px){.section{padding:60px 0}.section-header h2{font-size:2rem}.btn{padding:12px 24px;font-size:.9rem}}@media (width<=480px){.section{padding:48px 0}.section-header h2{font-size:1.75rem}.container{padding:0 16px}}
