:root {
  --font-sans: 'Inter', sans-serif;
  --font-inter: 'Inter';
  --color-brand: #136b64;
  --color-brand-dark: #0b514b;
  --color-ink: #12302e;
  --color-muted: #596965;
  --color-telegram: #197d96;
  --color-whatsapp: #238458;
}
.bg-brand { background-color: var(--color-brand); }
.bg-brand:hover { background-color: var(--color-brand-dark); }
.bg-ink { background-color: var(--color-ink); }
.bg-telegram { background-color: var(--color-telegram); }
.bg-whatsapp { background-color: var(--color-whatsapp); }
.text-brand { color: var(--color-brand); }
.text-muted { color: var(--color-muted); }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: #17312e; background: #fff; -webkit-font-smoothing: antialiased; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #d69741; outline-offset: 5px; }
.site-header { border-color: #e1e9e5; }
.site-header > div { max-width: 1232px; height: 76px; }
.site-header > div > a { font-size: 20px; letter-spacing: -.8px; }
.site-header > div > a::before { content: ''; display: inline-block; width: 10px; height: 10px; margin-right: 9px; background: #136b64; border-radius: 50%; }
.site-header nav { gap: 3px; padding: 4px; border: 1px solid #e5ebe6; border-radius: 12px; background: #f6f8f5; }
.site-header nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 36px; border-radius: 8px; }
.hero { background: #f4f7f2; }
.hero > div.relative { max-width: 1232px; padding-top: 58px; padding-bottom: 66px; }
.hero-eyebrow { color: #136b64; font-size: 12px; letter-spacing: .19em; font-weight: 700; margin-bottom: 15px; }
.hero h1 { order: 0; max-width: 550px; margin-top: 0; margin-bottom: 26px; font-size: clamp(34px, 3.4vw, 47px); line-height: 1.09; letter-spacing: -.045em; }
.hero .contact-card { max-width: 530px; border-radius: 20px; border: 1px solid #e0e9e1; box-shadow: 0 16px 45px -28px #164d4259; }
.contact-card > p { font-size: 16px; }
.contact-card > a { border-radius: 12px; }
.contact-card > div:last-child > a { padding: 19px; }
.contact-card h2 { font-size: 18px; }
.hero [role=img] > div.pointer-events-none { --tw-gradient-from: #f4f7f2; }
.hero [role=img] { opacity: .94; }
.map-city-label { fill: #136b64; }
.hero [role=img] p { font-size: 11px; }
.contact-strip > div { max-width: 1232px; padding-top: 30px; padding-bottom: 30px; }
.contact-strip p:first-child { font-size: 21px; }
.contact-strip p:last-child { font-size: 15px; }
.contact-strip a { background: #ffffff13; border: 1px solid #ffffff25; }
.details { max-width: 1010px; padding-top: 78px; padding-bottom: 78px; }
.details h2 { font-size: 32px; line-height: 1.16; }
.details h3 { font-size: 17px; }
.details li p { font-size: 16px; line-height: 1.65; }
.details li > span { font-size: 14px; padding-right: 7px; }
.details > div > p, .faq > div > p, .closing > div > div > p:first-child { font-size: 12px; }
.faq { background: #f6f8f4; border-color: #e3eae2; }
.faq > div { max-width: 1010px; padding-top: 64px; padding-bottom: 64px; }
.faq h2 { font-size: 30px; margin-top: 18px; }
.faq-list { display: block; margin-top: 28px; border-top: 1px solid #dbe4db; }
.faq-item { padding: 0; border-color: #dbe4db; }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { flex: 0 0 auto; font-size: 25px; color: #136b64; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-answer { max-width: 790px; padding-bottom: 23px; margin-top: 0; font-size: 16px; line-height: 1.7; }
.closing > div { max-width: 1010px; padding-top: 66px; padding-bottom: 66px; }
.closing > div > div { max-width: 450px; }
.closing h2 { font-size: 31px; margin-top: 18px; }
.closing p.mt-5 { font-size: 16px; }
.closing a { border-radius: 10px; min-height: 52px; }
.site-footer > div > div, .site-footer > div:first-child { max-width: 1232px; }
.site-footer p.text-sm { font-size: 14px; }
.site-footer .text-xs { font-size: 13px; }
.privacy-page main { max-width: 780px; min-height: 70vh; }
.privacy-page main section { line-height: 1.7; }
.back-link { display: inline-block; margin-bottom: 28px; color: #136b64; font-size: 15px; font-weight: 600; }
.skip-link { position: fixed; z-index: 100; left: 15px; top: 15px; transform: translateY(-160%); background: #12302e; color: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.mobile-contact { display: none; }
@media (min-width: 1024px) {
  .hero [role=img] > div:first-child { left: 72%; top: 48%; }
}
@media (max-width: 1023px) {
  .hero > div.relative { padding-top: 38px; padding-bottom: 325px; }
  .hero h1 { max-width: 580px; }
  .hero .contact-card { max-width: 580px; }
  .hero [role=img] { height: 335px; }
}
@media (max-width: 639px) {
  .site-header > div { height: 68px; }
  .site-header > div > a { font-size: 17px; letter-spacing: -.6px; }
  .site-header > div > a::before { width: 7px; height: 7px; margin-right: 6px; }
  .site-header nav { gap: 0; padding: 3px; }
  .site-header nav a { min-width: 34px; min-height: 36px; padding-left: 7px; padding-right: 7px; font-size: 12px; }
  .hero > div.relative { padding-top: 30px; padding-bottom: 257px; }
  .hero h1 { font-size: 35px; max-width: 420px; margin-bottom: 22px; }
  .hero-eyebrow { font-size: 11px; margin-bottom: 12px; }
  .hero .contact-card { padding: 20px; border-radius: 17px; }
  .contact-card h2 { font-size: 16px; }
  .contact-card > p { font-size: 14px; }
  .contact-card > a { padding: 19px 14px; gap: 11px; }
  .contact-card > a > span:first-child { width: 38px; height: 38px; }
  .contact-card > a .text-\[22px\] { font-size: clamp(20px, 6vw, 26px); }
  .contact-card > a > svg:last-child { display: none; }
  .contact-card > div:last-child { gap: 10px; }
  .contact-card > div:last-child > a { padding: 15px 13px; }
  .contact-card > div:last-child > a > span:first-child { font-size: 13px; }
  .contact-card > div:last-child svg { width: 22px; height: 22px; }
  .contact-card > div:last-child .text-xl { font-size: 18px; }
  .hero [role=img] { height: 275px; }
  .hero [role=img] > div:first-child { transform: translate(-750px, -420px) scale(.85) !important; transform-origin: 750px 420px; }
  .contact-strip p:first-child { font-size: 20px; }
  .contact-strip p:last-child { max-width: none; }
  .contact-strip a { font-size: 25px; }
  .details { gap: 35px; padding-top: 48px; padding-bottom: 48px; }
  .details h2 { margin-top: 17px; font-size: 29px; }
  .faq > div, .closing > div { padding-top: 48px; padding-bottom: 48px; }
  .faq h2 { font-size: 28px; }
  .faq-item summary { line-height: 1.4; }
  .closing h2 { font-size: 28px; }
  .site-footer { padding-bottom: 80px; }
  .privacy-page .site-footer { padding-bottom: 0; }
  .mobile-contact { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 6px; position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; padding: 10px 12px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid #dce5df; background: #fffffff5; backdrop-filter: blur(16px); box-shadow: 0 -3px 22px #183a2f0a; }
  .mobile-contact a { min-height: 44px; display: flex; justify-content: center; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; border-radius: 9px; background: #edf3ee; color: #173e36; }
  .mobile-contact .mobile-call { background: #136b64; color: white; }
  .mobile-call svg { width: 16px; height: 16px; fill: currentColor; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 28px; }
  .hero .contact-card { padding: 17px; }
  .contact-card > a { gap: 9px; padding-left: 12px; padding-right: 12px; }
  .contact-card > a > span:first-child { width: 34px; height: 34px; }
  .contact-card > div:last-child > a { padding-left: 11px; padding-right: 11px; }
}
