html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-padding-top:96px;
}
:root{
  color-scheme:light;
}
body.theme-modernized{
  --surface:#ffffff;
  --surface-2:rgba(255,255,255,.72);
  --surface-3:#f6f8fc;
  --ink:#0f172a;
  --muted:#475569;
  --line:rgba(148,163,184,.22);
  --brand:#1d4ed8;
  --brand-2:#0f3dbe;
  --brand-3:#0f172a;
  --accent:#fbbf24;
  --radius-lg:24px;
  --radius-md:18px;
  --shadow-lg:0 24px 60px rgba(15,23,42,.14);
  --shadow-md:0 16px 36px rgba(15,23,42,.10);
  --shadow-sm:0 8px 22px rgba(15,23,42,.07);
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.20), transparent 28%),
    radial-gradient(circle at top right, rgba(251,191,36,.18), transparent 24%),
    linear-gradient(180deg,#eef4ff 0%,#f8fbff 24%,#f3f6fb 100%);
  color:var(--ink);
  padding-bottom:calc(88px + env(safe-area-inset-bottom));
}
body.theme-modernized a{
  -webkit-tap-highlight-color:rgba(29,78,216,.12);
}
body.theme-modernized img{
  border-radius:18px;
}
body.theme-modernized header{
  background:linear-gradient(135deg, rgba(12,30,78,.94), rgba(28,82,167,.92));
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 40px rgba(8,15,34,.18);
}
body.theme-modernized .top-header,
body.theme-modernized .container,
body.theme-modernized main,
body.theme-modernized .footer-content,
body.theme-modernized .footer-bottom{
  max-width:1200px;
}
body.theme-modernized .top-header{
  min-height:76px;
  padding:14px 18px;
  gap:18px;
}
body.theme-modernized .logo img{
  height:56px;
  width:auto;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
body.theme-modernized .mobile-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(12px);
}
body.theme-modernized .primary-navigation > ul{
  gap:8px;
}
body.theme-modernized .primary-navigation > ul > li > a,
body.theme-modernized .nav-toggle{
  min-height:46px;
  padding:11px 15px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-weight:600;
}
body.theme-modernized .primary-navigation > ul > li > a:hover,
body.theme-modernized .nav-toggle:hover,
body.theme-modernized .primary-navigation li.open > .nav-toggle{
  background:rgba(255,255,255,.18);
}
body.theme-modernized .primary-navigation .dropdown{
  margin-top:10px;
  min-width:270px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:22px;
  padding:10px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(15,23,42,.18);
}
body.theme-modernized .primary-navigation .dropdown li a{
  border-radius:14px;
  padding:11px 14px;
}
body.theme-modernized .language-switcher{
  gap:8px;
}
body.theme-modernized .lang-btn{
  min-width:38px;
  min-height:38px;
  border-radius:999px;
  backdrop-filter:blur(10px);
}
body.theme-modernized .hero,
body.theme-modernized .page-hero,
body.theme-modernized .hero-grid{
  max-width:1200px;
}
body.theme-modernized .hero{
  padding:22px 18px 20px;
  gap:22px;
}
body.theme-modernized .hero-badge,
body.theme-modernized .badge,
body.theme-modernized .category-badge,
body.theme-modernized .verified-badge,
body.theme-modernized .tag,
body.theme-modernized .label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.12);
  font-weight:600;
}
body.theme-modernized .hero h1,
body.theme-modernized .page-hero h1,
body.theme-modernized h1{
  font-size:clamp(2rem,3vw,3.35rem);
  line-height:1.05;
  letter-spacing:-.03em;
}
body.theme-modernized .hero p,
body.theme-modernized .lead,
body.theme-modernized .sub,
body.theme-modernized .muted{
  color:rgba(15,23,42,.72);
}
body.theme-modernized header .hero p,
body.theme-modernized header .hero-location,
body.theme-modernized header .pill,
body.theme-modernized header .hero-badge,
body.theme-modernized header .btn-outline,
body.theme-modernized header .pill-row .pill{
  color:#f8fbff;
}
body.theme-modernized .hero-card,
body.theme-modernized .callout,
body.theme-modernized .info-card,
body.theme-modernized .mini-card,
body.theme-modernized .box,
body.theme-modernized .review-card,
body.theme-modernized .app-item,
body.theme-modernized .quick-item,
body.theme-modernized .highlight,
body.theme-modernized .note,
body.theme-modernized .toc,
body.theme-modernized .cta-section{
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);
}
body.theme-modernized main{
  padding:20px 18px 110px;
}
body.theme-modernized .section,
body.theme-modernized .content-block,
body.theme-modernized .card,
body.theme-modernized .review-card,
body.theme-modernized .gallery figure,
body.theme-modernized .faq-item,
body.theme-modernized .map-wrap,
body.theme-modernized .footer-inner{
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84));
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow-sm);
}
body.theme-modernized .section,
body.theme-modernized .content-block,
body.theme-modernized .callout,
body.theme-modernized .toc,
body.theme-modernized .note,
body.theme-modernized .cta-section{
  padding:22px;
}
body.theme-modernized .section h2,
body.theme-modernized .section-title,
body.theme-modernized h2{
  font-size:clamp(1.35rem,2vw,2rem);
  line-height:1.15;
  color:var(--brand-3);
  letter-spacing:-.02em;
  margin-bottom:8px;
}
body.theme-modernized h3{
  font-size:1.08rem;
  line-height:1.2;
  color:var(--brand-3);
}
body.theme-modernized .grid,
body.theme-modernized .grid2,
body.theme-modernized .feature-grid,
body.theme-modernized .gallery,
body.theme-modernized .gallery-grid,
body.theme-modernized .contact-grid,
body.theme-modernized .footer-grid{
  gap:16px;
}
body.theme-modernized .card,
body.theme-modernized .info-card,
body.theme-modernized .mini-card,
body.theme-modernized .review-card,
body.theme-modernized .app-item,
body.theme-modernized .quick-item,
body.theme-modernized .stat-item,
body.theme-modernized .gallery-item{
  padding:18px;
}
body.theme-modernized .card:hover,
body.theme-modernized .review-card:hover,
body.theme-modernized .app-item:hover,
body.theme-modernized .quick-item:hover,
body.theme-modernized .gallery figure:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(59,130,246,.22);
}
body.theme-modernized .card .icon,
body.theme-modernized .card-icon,
body.theme-modernized .icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(37,99,235,.10), rgba(59,130,246,.18));
  border:1px solid rgba(59,130,246,.14);
  display:grid;
  place-items:center;
  color:var(--brand);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
body.theme-modernized .btn-primary,
body.theme-modernized .btn,
body.theme-modernized .btn-white,
body.theme-modernized .page-btn{
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
  border:none;
  box-shadow:0 14px 28px rgba(37,99,235,.18);
}
body.theme-modernized .btn-primary,
body.theme-modernized .btn,
body.theme-modernized .page-btn{
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  color:#fff;
}
body.theme-modernized .btn-outline,
body.theme-modernized .btn-white{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;
}
body.theme-modernized main .btn-outline,
body.theme-modernized main .btn-white,
body.theme-modernized .cta-row .btn-white{
  background:#fff;
  color:var(--brand-3);
  border:1px solid rgba(148,163,184,.22);
  box-shadow:var(--shadow-sm);
}
body.theme-modernized .pill-row,
body.theme-modernized .pills,
body.theme-modernized .badges,
body.theme-modernized .tagrow{
  gap:8px;
}
body.theme-modernized .pill,
body.theme-modernized .pills .pill,
body.theme-modernized .badges .badge,
body.theme-modernized .tag{
  border-radius:999px;
  background:rgba(15,23,42,.05);
  color:var(--muted);
  border:1px solid rgba(148,163,184,.20);
  padding:8px 12px;
}
body.theme-modernized .gallery figure,
body.theme-modernized .gallery-item{
  overflow:hidden;
}
body.theme-modernized .gallery img,
body.theme-modernized .gallery-item img,
body.theme-modernized figure img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:20px 20px 0 0;
}
body.theme-modernized .gallery figcaption{
  padding:14px 16px 16px;
}
body.theme-modernized .faq-item{
  overflow:hidden;
}
body.theme-modernized .faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px 20px;
  cursor:pointer;
  font-weight:700;
}
body.theme-modernized .faq-answer{
  padding:0 20px 18px;
  color:var(--muted);
}
body.theme-modernized .faq-item .fa-chevron-down{
  transition:transform .22s ease;
}
body.theme-modernized .faq-item.active .fa-chevron-down{
  transform:rotate(180deg);
}
body.theme-modernized .toc a,
body.theme-modernized .footer-links a,
body.theme-modernized .contact-list a,
body.theme-modernized .card .link,
body.theme-modernized .card-link{
  text-underline-offset:3px;
}
body.theme-modernized .contact-grid,
body.theme-modernized .footer-content,
body.theme-modernized .footer-grid{
  align-items:start;
}
body.theme-modernized .map-wrap,
body.theme-modernized .map{
  overflow:hidden;
}
body.theme-modernized .map-wrap iframe,
body.theme-modernized .map iframe{
  min-height:320px;
  height:min(46vw,420px);
  border-radius:22px;
}
body.theme-modernized footer{
  background:linear-gradient(180deg,#0b1227 0%,#111b38 100%);
  padding:28px 18px calc(96px + env(safe-area-inset-bottom));
}
body.theme-modernized .footer-title{font-size:1rem}
body.theme-modernized .footer-content,
body.theme-modernized .footer-bottom{
  color:#dbe4ff;
}
body.theme-modernized .fixed-contact,
body.theme-modernized .fixed,
body.theme-modernized .mobile-app-bar{
  z-index:1200;
}
body.theme-modernized .fixed-contact{
  right:max(14px, env(safe-area-inset-right));
  bottom:calc(14px + env(safe-area-inset-bottom));
  gap:10px;
}
body.theme-modernized .fixed-contact a,
body.theme-modernized .app-fab,
body.theme-modernized .fixed,
body.theme-modernized .fixed-wa,
body.theme-modernized .phone,
body.theme-modernized .wa{
  min-height:52px;
  border-radius:18px;
  padding:12px 16px;
  font-weight:700;
  backdrop-filter:blur(14px);
  box-shadow:0 20px 40px rgba(8,15,34,.25);
}
body.theme-modernized .fixed-call,
body.theme-modernized .wa,
body.theme-modernized .fixed-wa{
  background:linear-gradient(135deg,#22c55e,#16a34a);
}
body.theme-modernized .fixed-phone,
body.theme-modernized .phone,
body.theme-modernized .app-fab{
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
}
body.theme-modernized .desktop-nav.hidden-mobile{display:block}
body.theme-modernized .skip-link{
  position:absolute;
  left:-9999px;
}
body.theme-modernized .skip-link:focus{
  left:16px;
  top:16px;
  z-index:2000;
  background:#fff;
  color:var(--brand-3);
  padding:10px 14px;
  border-radius:14px;
}
@media (max-width: 1024px){
  body.theme-modernized .top-header,
  body.theme-modernized .hero,
  body.theme-modernized main,
  body.theme-modernized footer{padding-left:16px;padding-right:16px}
}
@media (max-width: 880px){
  body.theme-modernized .hero,
  body.theme-modernized .hero-grid,
  body.theme-modernized .contact-grid,
  body.theme-modernized .footer-content,
  body.theme-modernized .footer-grid,
  body.theme-modernized .grid-2,
  body.theme-modernized .grid2{
    grid-template-columns:1fr !important;
  }
}
@media (max-width: 768px){
  html{scroll-padding-top:84px}
  body.theme-modernized .top-header{
    min-height:68px;
    padding-top:calc(10px + env(safe-area-inset-top));
  }
  body.theme-modernized .mobile-menu-toggle{display:inline-flex}
  body.theme-modernized .language-switcher{display:none}
  body.theme-modernized .primary-navigation{
    position:fixed;
    top:calc(78px + env(safe-area-inset-top));
    left:max(12px, env(safe-area-inset-left));
    right:max(12px, env(safe-area-inset-right));
    bottom:auto;
    max-height:calc(100dvh - 108px - env(safe-area-inset-bottom));
    overflow:auto;
    display:none;
    padding:14px;
    border-radius:24px;
    background:rgba(9,15,31,.97);
    box-shadow:0 28px 60px rgba(0,0,0,.32);
    border:1px solid rgba(255,255,255,.10);
  }
  body.theme-modernized .primary-navigation.open{display:block}
  body.theme-modernized .primary-navigation ul{flex-direction:column;align-items:stretch;gap:8px}
  body.theme-modernized .primary-navigation > ul > li > a,
  body.theme-modernized .nav-toggle{
    justify-content:space-between;
    width:100%;
    padding:14px 16px;
    background:rgba(255,255,255,.06);
  }
  body.theme-modernized .primary-navigation .dropdown{
    position:static;
    min-width:0;
    margin:8px 0 4px;
    padding:8px;
    background:rgba(255,255,255,.05);
    border-color:rgba(255,255,255,.06);
    box-shadow:none;
  }
  body.theme-modernized .primary-navigation .dropdown li a{color:#fff}
  body.theme-modernized .hero{
    margin-top:10px;
    padding:18px 16px 18px;
  }
  body.theme-modernized .hero-actions,
  body.theme-modernized .cta-row,
  body.theme-modernized .service-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  body.theme-modernized .hero-actions > *,
  body.theme-modernized .cta-row > *,
  body.theme-modernized .service-hero-actions > *{
    width:100%;
    justify-content:center;
  }
  body.theme-modernized .grid,
  body.theme-modernized .gallery,
  body.theme-modernized .feature-grid,
  body.theme-modernized .gallery-grid,
  body.theme-modernized .grid-3,
  body.theme-modernized .desktop-nav{
    grid-template-columns:1fr !important;
  }
  body.theme-modernized main{padding-bottom:124px}
  body.theme-modernized .fixed-contact{
    left:max(12px, env(safe-area-inset-left));
    right:max(12px, env(safe-area-inset-right));
    flex-direction:row;
  }
  body.theme-modernized .fixed-contact a{
    flex:1 1 0;
    justify-content:center;
  }
}
@media (max-width: 430px){
  body.theme-modernized .hero h1,
  body.theme-modernized h1{font-size:clamp(1.72rem,7.5vw,2.15rem)}
  body.theme-modernized .section,
  body.theme-modernized .content-block,
  body.theme-modernized .callout,
  body.theme-modernized .toc,
  body.theme-modernized .note,
  body.theme-modernized .cta-section,
  body.theme-modernized .card,
  body.theme-modernized .review-card,
  body.theme-modernized .hero-card{
    border-radius:20px;
    padding:18px;
  }
  body.theme-modernized .top-header{padding-left:14px;padding-right:14px}
  body.theme-modernized .logo img{height:46px}
  body.theme-modernized .fixed-contact a span,
  body.theme-modernized .app-fab span{display:none}
  body.theme-modernized .faq-question{padding:16px}
  body.theme-modernized .faq-answer{padding:0 16px 16px}
}
@media (max-width: 393px){
  body.theme-modernized .hero,
  body.theme-modernized main,
  body.theme-modernized footer{padding-left:12px;padding-right:12px}
  body.theme-modernized .top-header{gap:10px}
  body.theme-modernized .btn-primary,
  body.theme-modernized .btn,
  body.theme-modernized .btn-outline,
  body.theme-modernized .btn-white,
  body.theme-modernized .page-btn{min-height:46px}
  body.theme-modernized .fixed-contact{gap:8px}
  body.theme-modernized .fixed-contact a{padding:12px}
}

/* CMS multilingual dental theme */
body.cms-page{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#f4f8ff 0%,#ffffff 36%,#f8fbff 100%);color:#0f172a;-webkit-text-size-adjust:100%;padding-bottom:env(safe-area-inset-bottom)}
body.cms-page *{box-sizing:border-box} body.cms-page a{text-decoration:none} body.cms-page img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 28px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,17,31,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-shell{display:flex;align-items:center;gap:18px;min-height:78px}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:800;letter-spacing:-.02em}.brand img{width:48px;height:48px;border-radius:14px}
.main-nav{display:flex;gap:10px;flex:1;justify-content:center}.main-nav a,.lang-switcher a{color:#e2e8f0;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
.lang-switcher{display:flex;gap:5px;flex-wrap:wrap}.lang-switcher a,.lang-btn{font-size:11px;line-height:1;min-width:30px;min-height:30px;padding:7px 8px}.lang-switcher a.active{background:#2563eb;color:#fff}.menu-toggle{display:none}
.hero-section{padding:42px 0 22px;background:radial-gradient(circle at top right, rgba(37,99,235,.16), transparent 30%),linear-gradient(180deg,#08101f 0%,#0d1c35 38%,transparent 38%)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:700;margin-bottom:16px}
.hero-section h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.02;margin:0 0 14px;color:#fff;letter-spacing:-.04em}.lead{font-size:1.08rem;line-height:1.75;color:rgba(255,255,255,.8);max-width:62ch}
.hero-actions,.actions-row{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 18px;border-radius:16px;font-weight:800}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 18px 32px rgba(37,99,235,.22)}.btn-secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff}
.hero-visual img{border-radius:30px;box-shadow:0 30px 70px rgba(0,0,0,.24);aspect-ratio:4/4;object-fit:cover;width:100%}
.smart-search{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap;align-items:center}.smart-search input{flex:1;min-width:220px;min-height:52px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.92)}.smart-search button{min-height:52px;padding:14px 18px;border:none;border-radius:16px;background:#f8fafc;color:#0f172a;font-weight:800;cursor:pointer}.smart-search .site-search-btn{background:#f8fafc;color:#0f172a}.smart-search .ai-search-btn{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.24)}
.smart-answer{margin-top:14px}.smart-answer label{display:block;color:#dbeafe;font-weight:700;margin-bottom:8px}.smart-answer-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:14px 16px;border-radius:18px;color:#e2e8f0;line-height:1.7}
.feature-band{padding:16px 0 8px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-grid article{padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 14px 34px rgba(15,23,42,.08)}.feature-grid strong{display:block;font-size:1.1rem;margin-bottom:6px}
.content-section,.faq-section,.contact-section{padding:22px 0 10px}.prose-shell,.faq-section .container,.contact-grid{background:#fff;border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 40px rgba(15,23,42,.06);border-radius:28px;padding:28px}.prose-shell h2,.faq-section h2,.contact-section h2{font-size:clamp(1.5rem,3vw,2.4rem);letter-spacing:-.03em;margin:0 0 14px}
.section-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:800;margin-bottom:12px}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.info-card{padding:22px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(148,163,184,.18)}.split-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-top:18px}.check-list{margin:0;padding-left:18px;line-height:1.9}
.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid rgba(148,163,184,.18);border-radius:20px;padding:16px 18px;background:#f8fbff}.faq-list summary{cursor:pointer;font-weight:800}
.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:18px}.contact-card{padding:22px;border-radius:24px;background:linear-gradient(135deg,#08101f,#1d4ed8);color:#fff}.contact-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px;color:#475569}
.site-footer{padding:24px 0 40px}.site-footer .container{display:flex;justify-content:space-between;gap:14px;color:#64748b;font-size:14px}
.search-results{display:grid;gap:10px;margin-top:14px}.search-result{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:14px 16px}.search-result a{color:#0f172a;font-weight:800}.search-result p{margin:6px 0 0;color:#475569;line-height:1.6}
@media (max-width: 960px){.main-nav{display:none;position:absolute;left:14px;right:14px;top:82px;background:#08101f;border:1px solid rgba(255,255,255,.08);padding:12px;border-radius:24px;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:inline-flex;margin-left:auto;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff}.hero-grid,.feature-grid,.card-grid,.split-panel,.contact-grid{grid-template-columns:1fr}.hero-section{padding-top:28px}.site-footer .container{flex-direction:column}}


.fact-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 6px}
.fact-strip article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:14px 16px;border-radius:18px;color:#fff}
.fact-strip strong{display:block;font-size:1.2rem;letter-spacing:-.03em}
.fact-strip span{display:block;color:rgba(255,255,255,.78);margin-top:4px;font-size:.95rem}
.ai-launchers{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.ai-launchers button{min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;font-weight:700;cursor:pointer}
.ai-hint{color:rgba(255,255,255,.65);font-size:.9rem;margin-top:8px}
.checklist-section{padding:8px 0 12px}.checklist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media (max-width: 960px){.fact-strip,.checklist-grid{grid-template-columns:1fr}}


.nav-item{position:relative}.nav-link{color:#e2e8f0;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
.nav-toggle{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#e2e8f0;font-weight:700;cursor:pointer}
.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;min-width:290px;padding:10px;background:#08101f;border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 20px 45px rgba(2,8,23,.28)}
.nav-dropdown-menu a{display:block;color:#e2e8f0;padding:10px 12px;border-radius:12px}.nav-dropdown-menu a:hover{background:rgba(255,255,255,.08)}
.nav-item.open .nav-dropdown-menu,.nav-item:hover .nav-dropdown-menu{display:block}
.ai-launchers-title{margin-top:18px;color:#dbeafe;font-weight:800}
.link-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.link-card{display:block;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(148,163,184,.18);color:#0f172a;box-shadow:0 10px 28px rgba(15,23,42,.06)}.link-card span{display:block;color:#475569;margin-top:6px;line-height:1.6}
.team-grid,.review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.team-card,.review-quote{padding:20px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(148,163,184,.18)}
.gallery-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.gallery-grid-3 img{aspect-ratio:4/3;object-fit:cover;width:100%;border-radius:20px}
.prose-shell h3{margin-top:0}
@media (max-width: 960px){.main-nav .nav-link,.main-nav .nav-item{width:100%}.nav-toggle{width:100%;justify-content:space-between}.nav-dropdown-menu{position:static;display:none;min-width:0;margin-top:8px}.nav-item.open .nav-dropdown-menu{display:block}.link-card-grid,.team-grid,.review-cards,.gallery-grid-3{grid-template-columns:1fr}}

.appointment-widget{margin-top:14px}.appointment-widget .zl-url{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 16px 30px rgba(37,99,235,.22)}

.lang-switcher a,.lang-btn{font-size:10px;line-height:1;min-width:26px;min-height:26px;padding:5px 6px}
.brand-hub-section{padding:10px 0 26px}.brand-hub-grid{display:grid;grid-template-columns:1.15fr .85fr .8fr;gap:18px}.brand-hub-card{background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 40px rgba(15,23,42,.06);border-radius:28px;padding:24px}.brand-hub-card h3{margin:0 0 10px;font-size:1.35rem;letter-spacing:-.03em}.brand-map-frame{width:100%;min-height:320px;border:0;border-radius:20px;background:#e2e8f0}.brand-social-links,.brand-reference-links,.brand-inline-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.brand-social-links a,.brand-reference-links a,.brand-reference-links span,.brand-inline-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.24);background:#f8fbff;color:#0f172a;font-weight:700}.brand-inline-copy{margin-top:12px;color:#475569}.contact-card .appointment-widget{margin-top:14px}@media (max-width:960px){.brand-hub-grid{grid-template-columns:1fr}.brand-map-frame{min-height:260px}}
