button,input,textarea,select{font-family:inherit}
.header{
  position:sticky;top:0;z-index:80;padding:18px 0 0;
  background:transparent;
  isolation:isolate;
}
.header::after{content:none}
.header[data-scrolled="true"] .nav__shell{
  box-shadow:0 18px 34px rgba(20,38,26,0.10);
  border-color:rgba(191,213,197,0.95);
}
.nav{padding:0 0 2px}
.nav__shell{
  width:min(calc(100% - 28px), var(--max));margin-inline:auto;
  border:1px solid rgba(216,230,220,0.92);border-radius:24px;
  background:rgba(255,255,255,0.97);padding:0 18px;
  transition:box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.nav__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px}
.brand{display:flex;align-items:center;line-height:0;flex-shrink:0;position:relative;z-index:1}
.brand img{width:auto;height:46px;max-width:100%;object-fit:contain}
.menu{
  position:absolute;left:50%;transform:translateX(-50%);
  width:min(560px, calc(100% - 440px));
  display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr;align-items:center;column-gap:6px;
}
.menu a:nth-child(3){justify-self:center}
.menu a{
  justify-self:center;text-align:center;white-space:nowrap;
  padding:11px 12px;border-radius:14px;color:var(--muted);font-weight:800;transition:background .15s ease,color .15s ease,transform .15s ease;
}
.menu a:hover,.menu a[data-active],.menu a[aria-current="page"]{background:var(--accent-soft);text-decoration:none;color:var(--text);transform:translateY(-1px)}
.menu a.nav-link--featured{
  padding:12px 18px;border:1px solid rgba(67,196,122,0.26);
  background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,252,248,0.97));
  color:var(--accent-dark);box-shadow:0 10px 24px rgba(20,38,26,0.08);
}
.menu a.nav-link--featured:hover,.menu a.nav-link--featured[data-active],.menu a.nav-link--featured[aria-current="page"]{
  background:linear-gradient(135deg, rgba(155,225,93,0.78) 0%, rgba(67,196,122,0.46) 100%);
  border-color:rgba(67,196,122,0.34);color:#123a2a;box-shadow:0 14px 28px rgba(20,38,26,0.12);
}
.actions{display:flex;align-items:center;justify-self:end;gap:10px;flex-shrink:0;position:relative;z-index:1;margin-left:auto}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border-radius:16px;border:1px solid var(--border);
  background:rgba(255,255,255,0.86);color:var(--text);font-weight:900;text-decoration:none;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft);text-decoration:none}
.btn:focus,.burger:focus,input:focus,textarea:focus,select:focus,summary:focus{outline:none;box-shadow:var(--focus)}
.btn--primary{
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  border-color:rgba(67,196,122,0.24);color:#123a2a;
}
.btn--ghost{background:rgba(255,255,255,0.68)}
.btn--blog-preview{
  white-space:nowrap;padding:14px 22px;border-color:rgba(67,196,122,0.34);
  background:linear-gradient(135deg, rgba(155,225,93,0.34) 0%, rgba(67,196,122,0.20) 100%);
  color:var(--accent-dark);box-shadow:0 14px 28px rgba(20,38,26,0.10);font-weight:900;
}
.btn--blog-preview:hover{
  border-color:rgba(67,196,122,0.42);
  background:linear-gradient(135deg, rgba(155,225,93,0.48) 0%, rgba(67,196,122,0.30) 100%);
  box-shadow:0 18px 32px rgba(20,38,26,0.14);
}
.btn strong,.btn b,.menu a strong,.menu a b,.footer-top strong,.footer-top b{color:inherit}
.burger{
  display:none;position:relative;align-items:center;justify-content:center;flex:0 0 auto;width:52px;height:52px;padding:0;
  border:1px solid var(--border);background:var(--surface);border-radius:16px;color:transparent;font-size:0;line-height:0;overflow:hidden;cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.burger:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}
.burger::before,.burger::after,.burger__line{
  content:'';position:absolute;left:50%;width:22px;height:2.5px;border-radius:999px;background:var(--text);
  transform:translateX(-50%);transition:transform .22s ease, top .22s ease, opacity .18s ease;
}
.burger::before{top:17px}
.burger__line{top:24px}
.burger::after{top:31px}
.burger[aria-expanded="true"]::before{top:24px;transform:translateX(-50%) rotate(45deg)}
.burger[aria-expanded="true"] .burger__line{opacity:0;transform:translateX(-50%) scaleX(.45)}
.burger[aria-expanded="true"]::after{top:24px;transform:translateX(-50%) rotate(-45deg)}
.mobile-panel{display:none;padding:0 0 16px}
.mobile-panel:not([hidden]){display:grid;gap:8px;margin-top:8px;padding-top:16px;border-top:1px solid var(--border)}
.mobile-panel a{display:block;padding:12px 12px;border-radius:14px;color:var(--muted);font-weight:800}
.mobile-panel a:hover{background:var(--accent-soft);text-decoration:none;color:var(--text)}
.mobile-panel .btn{width:100%;margin-top:4px}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;clip-path:inset(50%);
}
.grid{display:grid;gap:22px}
.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{
  background:rgba(255,255,255,0.90);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-soft);
}
.card--soft{background:linear-gradient(180deg, rgba(255,255,255,0.95), rgba(232,245,235,0.92))}
.icon{
  width:46px;height:46px;display:grid;place-items:center;border-radius:16px;
  background:linear-gradient(135deg, var(--accent-soft-2), var(--accent-soft));border:1px solid rgba(67,196,122,0.12);
}
.icon img{width:22px;height:22px}
@media (max-width:640px){.nav__shell{width:min(calc(100% - 20px), var(--max))}}

.hero{padding:0 0 28px;margin-top:0}
.hero__bg{position:relative;background-image:url('../assets/img/pattern.svg');background-size:cover;background-position:center}
.hero__bg::before{content:none}
.hero__bg > .container{position:relative;z-index:1}
.hero__inner{display:grid;grid-template-columns:1.14fr .86fr;gap:34px;align-items:end}
.hero-copy{padding:24px 0}
.kicker{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 14px;border-radius:999px;border:1px solid rgba(191,213,197,0.95);background:rgba(255,255,255,0.92);box-shadow:var(--shadow-soft);font-size:16px;font-weight:800;color:var(--muted);line-height:1}
.kicker span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.hero-copy h1{font-size:clamp(30px, 3.7vw, 50px);max-width:18ch;margin:14px 0 16px;line-height:1.06}
.hero__lede{font-size:18px;max-width:48ch;margin-top:8px;margin-bottom:0}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;max-width:720px}
.hero-point{padding:16px 18px;border-radius:20px;border:1px solid var(--border);background:rgba(255,255,255,0.82);box-shadow:var(--shadow-soft)}
.hero-point > strong{display:block;margin-bottom:8px;font-size:18px;line-height:1.2}
.hero-point span{display:block;color:var(--muted);font-size:14px;line-height:1.45}
.hero-point span strong{display:inline;margin:0;font-size:inherit;line-height:inherit;font-weight:800;color:inherit}
.hero__art{display:flex;align-items:flex-end;align-self:end;padding:22px 22px 0;border-radius:32px;background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(232,245,235,0.94));border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden;transform:translateY(-30px)}
.hero__art img{display:block;width:100%;transform:translateY(-8px)}
.steps{counter-reset:step}
.step{
  display:flex;gap:18px;padding:24px;border-radius:28px;border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,252,248,0.96));box-shadow:var(--shadow-soft);
}
.step::before{
  counter-increment:step;content:counter(step);width:52px;height:52px;flex:0 0 auto;border-radius:18px;
  display:grid;place-items:center;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color:#123a2a;font-weight:900;font-size:18px;box-shadow:0 12px 24px rgba(67,196,122,0.24);
}
.faq{max-width:920px;margin:0 auto}
.faq details{
  background:rgba(255,255,255,0.92);border:1px solid var(--border);border-radius:24px;padding:4px 18px;box-shadow:var(--shadow-soft);
}
.faq details + details{margin-top:12px}
.faq summary{
  cursor:pointer;list-style:none;font-weight:900;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'';flex:0 0 40px;display:block;width:40px;height:40px;padding:0;
  border-radius:13px;border:1px solid var(--border);
  background:
    center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6.25 8 10.75l4.5-4.5' stroke='%23123a2a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    rgba(255,255,255,0.98);
  transform:none;transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.faq details[open] summary::after{transform:rotate(180deg);background:center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6.25 8 10.75l4.5-4.5' stroke='%23123a2a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), var(--accent-soft);border-color:rgba(67,196,122,0.24)}
.faq p{margin:0 0 12px;padding:0 0 10px}
.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form--simple .field input{min-height:50px}
.form--simple .field textarea{min-height:132px;line-height:1.55}
.form--simple .field--question{grid-column:1 / -1}
.field{display:flex;flex-direction:column;gap:8px}
label{font-weight:800;color:var(--text);font-size:14px}
input,textarea,select{
  width:100%;padding:14px 14px;border-radius:16px;border:1px solid var(--border-strong);background:rgba(255,255,255,0.9);color:var(--text);font-size:16px;font-family:inherit;font-weight:500;line-height:1.35;letter-spacing:normal;
}
textarea{min-height:120px;resize:none;overflow:hidden}

input::placeholder,
textarea::placeholder{
  font-family:inherit !important;
  font-size:inherit !important;
  font-weight:500 !important;
  line-height:inherit !important;
  letter-spacing:normal !important;
  color:rgba(95,116,103,0.74) !important;
  opacity:1 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{font-family:inherit !important;color:rgba(95,116,103,0.74) !important}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{font-family:inherit !important;color:rgba(95,116,103,0.74) !important}

.form .span-2{grid-column:span 2}
.form__submit-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}

.consent-field{display:grid;gap:10px}
.consent-field--text{gap:0}
.consent-note{margin:0;color:var(--muted);font-size:12px;line-height:1.45;font-weight:700}
.consent-note a{color:var(--text);font-weight:900;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.consent-note a:hover{color:var(--accent-dark)}
.consent-label{display:flex;gap:12px;align-items:center;font-weight:700;line-height:1.35}
.consent-label--docs{font-weight:700}
.consent-label__text{display:block;padding-top:1px}
.consent-label__text a{color:var(--accent-dark);font-weight:900;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.consent-label__text a:hover{color:var(--text)}
.consent-checkbox{width:18px;height:18px;margin:0;flex:0 0 auto;accent-color:var(--accent)}
.notice{border-radius:20px;border:1px solid var(--border);background:rgba(255,255,255,0.86);padding:16px 18px;display:flex;gap:14px;align-items:flex-start}
.notice + .notice{margin-top:12px}
.notice strong{display:block;margin-bottom:4px}
.toast{
  position:fixed;inset:auto 18px 18px auto;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:13px 15px;
  box-shadow:var(--shadow);transform:translateY(10px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease;z-index:120;
}
.toast.show{opacity:1;transform:translateY(0)}
.footer{padding:34px 0 26px;border-top:1px solid rgba(219,230,243,0.92);background:linear-gradient(180deg, rgba(232,245,235,0.52), rgba(255,255,255,0.78))}
.footer__topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:28px;margin-bottom:26px;border-bottom:1px solid var(--border)}
.footer__eyebrow{display:inline-block;margin-bottom:10px;color:var(--accent-dark);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.footer__title{margin:0 0 8px;font-size:clamp(28px,3.2vw,42px);max-width:18ch}
.footer__text{max-width:70ch}
.footer-top{
  position:fixed;right:18px;bottom:18px;z-index:96;min-width:auto;border:1px solid rgba(191,213,197,0.95);border-radius:999px;
  padding:14px 18px;background:rgba(255,255,255,0.94);backdrop-filter:blur(14px);
  color:var(--accent-dark);font-weight:900;display:inline-flex;align-items:center;gap:10px;cursor:pointer;
  box-shadow:0 18px 34px rgba(20,38,26,0.16);transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.footer-top:hover{transform:translateY(-1px);box-shadow:0 22px 38px rgba(20,38,26,0.18)}
.footer-top span{font-size:20px;line-height:1}
.footer-top small{font-size:12px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.footer__grid{display:grid;grid-template-columns:1.35fr .8fr .9fr .95fr;gap:24px;padding-bottom:24px}
.footer__brand img,.footer__brand-col img{height:42px;width:auto}
.footer__heading{font-size:18px;margin-bottom:12px;letter-spacing:-0.02em}
.footer__list{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.footer__list li,.footer__list a{color:var(--muted)}
.footer__list a:hover{color:var(--text)}
.footer__credit{display:flex;align-items:center;gap:10px;margin-top:16px;color:var(--muted);font-size:14px}
.footer__credit img{height:22px;width:auto}
.footer__bottom{display:flex;justify-content:space-between;gap:14px 22px;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:14px}
.footer__legal{flex:1 1 100%;font-size:10px;line-height:1.45;color:rgba(95,116,103,0.58);letter-spacing:.01em}
.help-widget__launcher{
  position:fixed;right:18px;bottom:92px;z-index:90;display:flex;align-items:center;justify-content:center;
  width:64px;height:64px;padding:0;border:none;border-radius:999px;cursor:pointer;
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent-3) 100%);
  box-shadow:0 20px 34px rgba(24,122,88,0.30);
  color:transparent;font-size:0;line-height:0;
}
.help-widget__launcher::before{
  content:"";
  width:28px;height:28px;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.86 19.86 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.89.33 1.76.62 2.6a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.48-1.28a2 2 0 0 1 2.11-.45c.84.29 1.71.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}
.help-widget__launcher:hover{transform:translateY(-1px)}
.help-widget__launcher:focus-visible{outline:none;box-shadow:var(--focus), 0 20px 34px rgba(24,122,88,0.30)}
.help-widget{
  position:fixed;right:18px;bottom:160px;width:min(360px, calc(100vw - 36px));z-index:95;border:1px solid var(--border);
  border-radius:28px;padding:22px;background:rgba(255,255,255,0.96);box-shadow:var(--shadow);
}
.help-widget__close{position:absolute;right:14px;top:12px;border:none;background:none;font-size:28px;line-height:1;color:var(--muted);cursor:pointer}
.help-widget__kicker{font-size:13px;font-weight:900;color:var(--accent-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.help-widget h3{margin-bottom:10px;font-size:26px}
.help-widget p{margin-bottom:16px}
.help-widget__actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.help-widget__mail{font-size:14px;color:var(--accent-3);font-weight:800}
@media (max-width: 1080px){
  .nav__inner{display:flex;align-items:center;justify-content:space-between;gap:14px}
  .menu{display:none}
  .actions{margin-left:auto}
  .actions .btn{display:none}
  .burger{display:inline-flex}
  .hero__inner,.grid--3,.grid--2,.footer__grid,.hero-points,.form{grid-template-columns:1fr}
  .form .span-2{grid-column:auto}
  .footer__topbar{align-items:flex-start}
}
@media (max-width: 820px){
  .footer-top{display:none}
}
@media (max-width: 640px){
  .nav__shell{padding:0 14px;border-radius:20px}
  .nav__inner{min-height:74px;flex-wrap:nowrap;padding:10px 0;gap:12px}
  .brand{min-width:0}
  .brand img{height:36px;max-width:100%}
  .actions{width:auto;flex:0 0 auto;margin-left:auto}
  .btn,.hero__cta .btn,.help-widget__actions .btn{width:100%}
  .hero-copy{padding:16px 0 8px}
  .hero__art{padding:16px;border-radius:24px}
  .card{padding:20px}
  .step{padding:20px}
  .help-widget{right:12px;bottom:88px;width:calc(100vw - 24px)}
  .help-widget__launcher{right:12px;bottom:12px;left:auto;width:58px;height:58px}
}
/* HERO PHOTO – elegant crop without layout shift */
.hero__art--photo{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  min-width:0;
  padding:0;
  border:none;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  transform:none;
}
.hero__art--photo::before{
  content:"";
  position:absolute;
  inset:8% 2% 4% 12%;
  border-radius:42px 42px 164px 42px;
  background:linear-gradient(180deg, rgba(228,244,232,0.72), rgba(214,238,222,0.76));
  z-index:0;
}
.hero__art--photo .hero__art-frame{
  position:relative;
  isolation:isolate;
  width:min(100%, 560px);
  margin-left:auto;
  aspect-ratio:1 / 1.08;
  overflow:hidden;
  border-radius:40px 40px 148px 40px;
  border:1px solid rgba(191,213,197,0.92);
  background:linear-gradient(180deg, rgba(236,247,239,0.92), rgba(221,241,228,0.95));
  box-shadow:0 24px 54px rgba(18,58,42,0.12);
}
.hero__art--photo .hero__art-frame::before{
  content:"";
  position:absolute;
  inset:5% auto -8% -23%;
  width:54%;
  height:78%;
  border-radius:50%;
  background:rgba(255,255,255,0.93);
  z-index:2;
}
.hero__art--photo .hero__art-frame::after{
  content:"";
  position:absolute;
  right:7%;
  bottom:7%;
  width:40%;
  height:8%;
  border-radius:999px;
  background:rgba(188,210,241,0.48);
  z-index:1;
}
.hero__art--photo .hero__art-frame img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.02);
}
.hero__art--photo > *{position:relative;z-index:3}

@media (max-width: 1180px){
  .hero__art--photo .hero__art-frame{
    width:min(100%, 500px);
  }
}

@media (max-width: 1080px){
  .hero__art--photo{
    margin-top:10px;
  }
  .hero__art--photo::before{
    inset:8% 6% 4% 8%;
  }
  .hero__art--photo .hero__art-frame{
    width:min(100%, 680px);
    aspect-ratio:1.22 / 1;
    border-radius:32px 32px 110px 32px;
  }
  .hero__art--photo .hero__art-frame::before{
    left:-19%;
    width:48%;
    height:74%;
  }
}

@media (max-width: 640px){
  .hero__art--photo::before{
    inset:10% 2% 4% 6%;
    border-radius:26px 26px 84px 26px;
  }
  .hero__art--photo .hero__art-frame{
    aspect-ratio:1 / 1.02;
    border-radius:24px 24px 72px 24px;
  }
  .hero__art--photo .hero__art-frame::before{
    left:-16%;
    width:42%;
    height:68%;
  }
}

/* HERO PHOTO – clean rounded rectangle, same compact size, no overlay bubbles */
.hero__art--photo{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  min-width:0;
  padding:0;
  border:none;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
  transform:none;
}
.hero__art--photo::before,
.hero__art--photo::after,
.hero__art--photo .hero__art-frame::before,
.hero__art--photo .hero__art-frame::after{
  content:none !important;
  display:none !important;
}
.hero__art--photo .hero__art-frame{
  position:relative;
  isolation:isolate;
  width:min(100%, 500px);
  margin-left:auto;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(191,213,197,0.95);
  background:linear-gradient(180deg, rgba(244,250,246,0.98), rgba(229,244,234,0.98));
  box-shadow:0 22px 46px rgba(18,58,42,0.12);
}
.hero__art--photo .hero__art-frame img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
}
@media (max-width: 1180px){
  .hero__art--photo .hero__art-frame{
    width:min(100%, 470px);
  }
}
@media (max-width: 1080px){
  .hero__art--photo{
    margin-top:10px;
  }
  .hero__art--photo .hero__art-frame{
    width:min(100%, 680px);
    aspect-ratio:1.18 / 1;
    border-radius:28px;
  }
}
@media (max-width: 640px){
  .hero__art--photo .hero__art-frame{
    aspect-ratio:1 / 1;
    border-radius:22px;
  }
}

/* HERO PHOTO – desktop vertical alignment tweak */
@media (min-width: 1081px){
  .hero__art--photo{
    transform:translateY(-24px);
  }
}

/* HEADER BACKDROP – fully transparent behind header */
.header{
  background:transparent !important;
}
.header::before{
  content:none !important;
  display:none !important;
}
.nav{
  background:transparent;
}

/* HERO PHOTO – cleaner desktop composition aligned to approved mockup */
@media (min-width: 1101px){
  .hero.hero__bg{overflow:hidden;}

  .hero__inner{
    position:relative;
    display:block;
    min-height:690px;
  }

  .hero-copy{
    position:relative;
    z-index:3;
    max-width:560px;
    padding:18px 0 0;
  }

  .hero-copy h1{max-width:11ch;}
  .hero__lede{max-width:34rem;}
  .hero__cta,.hero-points{position:relative;z-index:4;}
  .hero-points{max-width:700px;}

  .hero__art--photo{
    position:absolute;
    top:-6px;
    right:-54px;
    width:min(63vw, 900px);
    aspect-ratio:980 / 780;
    height:auto;
    padding:0;
    margin:0;
    border:none;
    border-radius:0;
    background:url('../assets/img/hero-visual-clean.png') no-repeat right top / 100% 100%;
    box-shadow:none;
    overflow:visible;
    transform:none !important;
    z-index:1;
    pointer-events:none;
  }

  .hero__art--photo::before,
  .hero__art--photo::after,
  .hero__art--photo .hero__art-frame::before,
  .hero__art--photo .hero__art-frame::after{
    content:none !important;
    display:none !important;
  }

  .hero__art--photo .hero__art-frame,
  .hero__art--photo img{
    display:none !important;
  }
}

@media (min-width: 1101px) and (max-width: 1320px){
  .hero__inner{min-height:650px;}
  .hero__art--photo{
    right:-42px;
    width:min(61vw, 820px);
  }
}


/* HERO PHOTO – blended fade, text width unchanged */

.hero__inner{
  display:grid !important;
  grid-template-columns:1.14fr .86fr !important;
  gap:34px !important;
  align-items:end !important;
  min-height:unset !important;
  position:relative !important;
}
.hero-copy{
  position:relative !important;
  z-index:2 !important;
  max-width:none !important;
  padding:24px 0 !important;
}
.hero-copy h1{max-width:18ch !important;}
.hero__lede{max-width:48ch !important;}
.hero__cta,.hero-points{position:relative !important;z-index:2 !important;}
.hero__art--photo{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  width:auto !important;
  aspect-ratio:auto !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-end !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:none !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
  transform:none !important;
  z-index:1 !important;
  pointer-events:auto !important;
}
.hero__art--photo::before,
.hero__art--photo::after,
.hero__art--photo .hero__art-frame::before,
.hero__art--photo .hero__art-frame::after{
  content:none !important;
  display:none !important;
}
.hero__art--photo .hero__art-frame{
  display:block !important;
  width:min(100%, 620px) !important;
  margin-left:auto !important;
  aspect-ratio:auto !important;
  border:none !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
  isolation:auto !important;
}
.hero__art--photo .hero__art-frame img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  transform:none !important;
  filter:drop-shadow(0 16px 28px rgba(18,58,42,0.08));
}
@media (max-width:1180px){
  .hero__art--photo .hero__art-frame{width:min(100%, 540px) !important;}
}
@media (max-width:1080px){
  .hero__inner{grid-template-columns:1fr !important;gap:24px !important;}
  .hero-copy{padding:16px 0 8px !important;}
  .hero__art--photo{margin-top:0 !important;justify-content:center !important;}
  .hero__art--photo .hero__art-frame{width:min(100%, 680px) !important;}
}
@media (max-width:640px){
  .hero__art--photo .hero__art-frame{width:min(100%, 560px) !important;}
}

/* HERO PHOTO – enlarged fade on all sides, text width unchanged */
@media (min-width:1101px){
  .hero__art--photo{
    justify-content:flex-end !important;
    align-items:flex-end !important;
    overflow:visible !important;
  }

  .hero__art--photo .hero__art-frame{
    width:840px !important;
    max-width:none !important;
    margin-left:-210px !important;
    margin-right:-24px !important;
  }

  .hero__art--photo .hero__art-frame img{
    width:100% !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:center center !important;
    filter:drop-shadow(0 15px 26px rgba(18,58,42,0.05)) !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero__art--photo .hero__art-frame{
    width:780px !important;
    margin-left:-170px !important;
    margin-right:-14px !important;
  }
}

@media (min-width:1101px) and (max-width:1240px){
  .hero__art--photo .hero__art-frame{
    width:720px !important;
    margin-left:-120px !important;
    margin-right:-6px !important;
  }
}

/* FINAL HERO TWEAK – photo fitted more naturally into the hero */
@media (min-width:1101px){
  .hero__art--photo{
    align-items:flex-end !important;
    justify-content:flex-end !important;
  }

  .hero__art--photo .hero__art-frame{
    width:760px !important;
    max-width:none !important;
    margin-top:20px !important;
    margin-left:-110px !important;
    margin-right:-10px !important;
  }

  .hero__art--photo .hero__art-frame img{
    width:100% !important;
    object-position:center bottom !important;
    filter:drop-shadow(0 16px 28px rgba(18,58,42,0.05)) !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero__art--photo .hero__art-frame{
    width:710px !important;
    margin-top:16px !important;
    margin-left:-82px !important;
    margin-right:-4px !important;
  }
}

@media (min-width:1101px) and (max-width:1240px){
  .hero__art--photo .hero__art-frame{
    width:660px !important;
    margin-top:10px !important;
    margin-left:-52px !important;
    margin-right:0 !important;
  }
}


/* BRAND TAGLINE + slightly larger hero image */
.brand-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  min-width:0;
  position:relative;
  z-index:1;
}
.brand{
  align-items:center;
}
.brand__tagline{
  display:block;
  min-width:0;
  font-size:13px;
  line-height:1.06;
  font-weight:900;
  letter-spacing:.01em;
  color:#4f6659;
  white-space:normal;
  user-select:none;
  max-width:116px;
}

@media (max-width:1180px){
  .brand__tagline{display:none;}
}

@media (min-width:1101px){
  .hero__art--photo .hero__art-frame{
    width:800px !important;
    margin-top:16px !important;
    margin-left:-138px !important;
    margin-right:-14px !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero__art--photo .hero__art-frame{
    width:748px !important;
    margin-top:14px !important;
    margin-left:-96px !important;
    margin-right:-6px !important;
  }
}

@media (min-width:1101px) and (max-width:1240px){
  .hero__art--photo .hero__art-frame{
    width:690px !important;
    margin-top:10px !important;
    margin-left:-62px !important;
    margin-right:0 !important;
  }
}

/* HERO IMAGE – moved slightly lower */
@media (min-width:1101px){
  .hero__art--photo .hero__art-frame{
    margin-top:34px !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero__art--photo .hero__art-frame{
    margin-top:32px !important;
  }
}

@media (min-width:1101px) and (max-width:1240px){
  .hero__art--photo .hero__art-frame{
    margin-top:28px !important;
  }
}


/* HERO IMAGE – posun na vybranou vyšší úroveň */
@media (min-width:1101px){
  .hero__art--photo .hero__art-frame{
    margin-top:16px !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero__art--photo .hero__art-frame{
    margin-top:14px !important;
  }
}

@media (min-width:1101px) and (max-width:1240px){
  .hero__art--photo .hero__art-frame{
    margin-top:10px !important;
  }
}


/* HERO IMAGE – signs/arrows a bit more visible */
@media (min-width:1101px){
  .hero__art--photo .hero__art-frame{
    width:760px !important;
    margin-left:-138px !important;
    margin-right:0 !important;
    margin-top:16px !important;
  }
}

@media (min-width:1101px) and (max-width:1360px){
  .hero__art--photo .hero__art-frame{
    width:712px !important;
    margin-left:-96px !important;
    margin-right:0 !important;
    margin-top:14px !important;
  }
}

@media (min-width:1101px) and (max-width:1240px){
  .hero__art--photo .hero__art-frame{
    width:660px !important;
    margin-left:-62px !important;
    margin-right:0 !important;
    margin-top:10px !important;
  }
}


/* FINAL HEADER TAGLINE – visually matched to the site typography */
.brand-wrap{
  display:flex !important;
  align-items:center !important;
}

.brand{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  line-height:1 !important;
  text-decoration:none !important;
}

.brand__tagline{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:1px !important;
  position:relative !important;
  min-width:0 !important;
  max-width:160px !important;
  margin-left:0 !important;
  padding-left:14px !important;
  font-family:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  line-height:0.94 !important;
  letter-spacing:-0.03em !important;
  text-transform:uppercase !important;
  color:var(--text) !important;
  white-space:normal !important;
}

.brand__tagline::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  width:1px !important;
  height:34px !important;
  border-radius:999px !important;
  background:rgba(20,38,26,0.16) !important;
  transform:translateY(-50%) !important;
}

.brand__tagline-top{
  font-size:13px !important;
  font-weight:800 !important;
  color:var(--muted) !important;
}

.brand__tagline-bottom{
  font-size:17px !important;
  font-weight:900 !important;
  color:var(--text) !important;
}

@media (max-width:1180px){
  .brand{
    gap:10px !important;
  }

  .brand__tagline{
    max-width:138px !important;
    padding-left:12px !important;
  }

  .brand__tagline::before{
    height:30px !important;
  }

  .brand__tagline-top{
    font-size:11px !important;
  }

  .brand__tagline-bottom{
    font-size:15px !important;
  }
}

@media (max-width:640px){
  .brand{
    gap:8px !important;
  }

  .brand__tagline{
    max-width:112px !important;
    padding-left:10px !important;
    line-height:0.96 !important;
  }

  .brand__tagline::before{
    height:24px !important;
  }

  .brand__tagline-top{
    font-size:9px !important;
  }

  .brand__tagline-bottom{
    font-size:12px !important;
  }
}


/* PDF document preview modal for GDPR/cookies links */
.doc-modal{
  position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:22px;
  background:rgba(15,23,20,0.48);backdrop-filter:blur(12px);
}
.doc-modal[hidden]{display:none !important}
.doc-modal__dialog{
  width:min(980px,100%);height:min(86vh,860px);display:flex;flex-direction:column;overflow:hidden;
  border:1px solid rgba(216,230,220,0.96);border-radius:28px;background:rgba(255,255,255,0.98);box-shadow:0 28px 80px rgba(20,38,26,0.28);
}
.doc-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(232,245,235,0.90))}
.doc-modal__title{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.2}
.doc-modal__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.doc-modal__open{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 14px;border-radius:999px;background:var(--accent-soft);border:1px solid rgba(67,196,122,0.25);color:var(--accent-dark);font-weight:900;text-decoration:none;white-space:nowrap}
.doc-modal__close{width:42px;height:42px;border-radius:15px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:26px;line-height:1;cursor:pointer}
.doc-modal__frame{width:100%;height:100%;border:0;background:var(--surface-2)}
.doc-modal__fallback{display:none;padding:18px;color:var(--muted)}

@media (max-width:760px){
  .doc-modal{padding:10px}
  .doc-modal__dialog{height:88vh;border-radius:22px}
  .doc-modal__head{align-items:flex-start;flex-direction:column}
  .doc-modal__actions{width:100%;justify-content:space-between}
  .doc-modal__open{flex:1}
}

/* Footer brand text next to the small logo */
.footer__brand--with-name{
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--text);
}
.footer__brand-text{
  display:grid;
  gap:1px;
  line-height:1;
  font-size:12px;
  font-weight:850;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.footer__brand-text strong{
  font-size:15px;
  font-weight:950;
  letter-spacing:.01em;
}
.footer__brand--with-name:hover .footer__brand-text{color:var(--accent-dark)}

