:root{
  --bg:#f6f3ee;
  --surface:#ffffff;
  --ink:#16212b;
  --muted:#62707e;
  --line:#e3ded6;
  --blue:#0d3f63;
  --blue2:#0a2e49;
  --gold:#d59b4a;
  --gold2:#f0c77a;
  --soft:#ebe6dc;
  --ok:#0f7a5a;
  --shadow:0 24px 70px rgba(16,31,45,.11);
  --radius:26px;
  --radius-sm:16px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:radial-gradient(circle at 18% -10%,rgba(213,155,74,.20),transparent 34%),linear-gradient(180deg,#fbfaf7 0%,var(--bg) 45%,#f8f5ef 100%);
  line-height:1.55;
  font-size:18px;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
section{scroll-margin-top:105px}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  color:var(--blue);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:13px;
}
.eyebrow::before{content:"";width:28px;height:3px;border-radius:99px;background:var(--gold)}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(246,243,238,.88);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(227,222,214,.86);
}
.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em;font-size:26px;color:var(--blue2)}
.brand-mark{width:11px;height:38px;border-radius:99px;background:linear-gradient(180deg,var(--gold),var(--gold2));box-shadow:12px 0 0 var(--blue)}
.brand small{display:block;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:10px;color:var(--muted);margin-top:-5px}
.nav-links{display:flex;align-items:center;gap:20px;font-size:15px;font-weight:750;color:#344554}
.lang{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:850;color:var(--muted)}
.lang a{padding:7px 9px;border:1px solid transparent;border-radius:999px}
.lang .active{color:var(--blue);background:#fff;border-color:var(--line)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 21px;font-weight:850;border:1px solid transparent;transition:.18s ease;cursor:pointer;font-size:16px}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 14px 32px rgba(13,63,99,.22)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(13,63,99,.27)}
.btn-secondary{background:#fff;color:var(--blue);border-color:var(--line)}
.btn-secondary:hover{border-color:var(--gold);transform:translateY(-1px)}
.hero{padding:74px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:44px;align-items:center}
h1{font-size:clamp(44px,5.7vw,78px);line-height:.96;letter-spacing:-.065em;margin:18px 0 24px;color:var(--ink)}
.lead{font-size:clamp(21px,2.2vw,28px);line-height:1.32;color:#344554;margin:0 0 28px;max-width:850px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 24px}
.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;max-width:760px}
.trust-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:18px;padding:15px 16px;font-weight:850;color:#22313f;min-height:80px}
.trust-card span{display:block;color:var(--muted);font-weight:650;font-size:14px;line-height:1.35;margin-top:4px}
.hero-media{position:relative}
.hero-photo{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9);background:#ddd;transform:none}
.hero-photo img{width:100%;height:auto}
.float-note{position:absolute;left:-28px;bottom:28px;width:min(330px,70%);background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(10,46,73,.16);border-radius:22px;padding:18px}
.float-note strong{display:block;font-size:20px;line-height:1.1;color:var(--blue2);margin-bottom:7px}
.float-note p{margin:0;color:var(--blue2);font-size:24px;line-height:1.25;font-weight:800;letter-spacing:-.01em}
.section{padding:72px 0}
.section-title{font-size:clamp(34px,4vw,55px);line-height:1.02;letter-spacing:-.05em;margin:14px 0 16px;max-width:920px}
.section-lead{font-size:21px;line-height:1.4;color:#445563;max-width:900px;margin:0 0 34px}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}
.card{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 55px rgba(18,33,47,.07);padding:28px}
.card.dark{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-color:rgba(255,255,255,.12)}
.card.dark p,.card.dark li{color:rgba(255,255,255,.82)}
.card h3{font-size:28px;line-height:1.1;letter-spacing:-.035em;margin:0 0 14px;color:inherit}
.card p{margin:0 0 15px;color:#4a5b69}
.feature-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.feature-list li{display:flex;gap:12px;align-items:flex-start;color:#3d4e5b}
.feature-list li::before{content:"";flex:0 0 10px;width:10px;height:10px;border-radius:50%;background:var(--gold);margin-top:8px;box-shadow:0 0 0 5px rgba(213,155,74,.16)}
.comparison{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.compare-card{padding:22px;border-radius:22px;border:1px solid var(--line);background:#fff;min-height:260px}
.compare-card.highlight{background:linear-gradient(180deg,#fff 0%,#fbf4e8 100%);border-color:rgba(213,155,74,.6);box-shadow:0 18px 45px rgba(213,155,74,.14)}
.compare-card h3{font-size:24px;margin:0 0 10px;color:var(--blue2);letter-spacing:-.03em}
.compare-card p{font-size:16px;color:#536371;margin:0 0 12px}
.compare-card strong{display:block;font-size:16px;margin-bottom:8px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;display:flex;flex-direction:column;gap:14px;min-height:232px;box-shadow:0 14px 42px rgba(17,31,43,.06)}
.service-card .tag{align-self:flex-start;border-radius:999px;background:#f4eadb;color:#775018;padding:7px 11px;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.service-card h3{font-size:25px;line-height:1.12;letter-spacing:-.035em;margin:0;color:var(--ink)}
.service-card p{margin:0;color:#506170;font-size:16px}
.price{margin-top:auto;font-size:30px;letter-spacing:-.04em;color:var(--blue);font-weight:950}
.audit-demo{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;margin-top:28px}
.slide-mock{border-radius:24px;background:#fff;border:1px solid var(--line);padding:22px;min-height:360px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}
.slide-screen{border-radius:18px;min-height:210px;background:linear-gradient(135deg,#f8f3e9,#fff);border:1px solid var(--line);padding:20px;display:grid;align-content:center;gap:15px}
.mock-title{height:22px;background:#c6b9a7;border-radius:99px;width:72%}
.mock-line{height:12px;background:#e5ded3;border-radius:99px;width:100%}
.mock-line.short{width:54%}
.mock-line.blue{background:var(--blue);height:18px;width:46%}
.audit-points{display:grid;gap:12px}
.audit-point{display:grid;grid-template-columns:auto 1fr;gap:13px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}
.audit-point b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-size:15px}
.audit-point strong{display:block;color:var(--ink);font-size:18px;margin-bottom:3px}
.audit-point span{display:block;color:#566672;font-size:15px;line-height:1.35}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:28px;counter-reset:step}
.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;min-height:180px;position:relative}
.step::before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#1c2630;font-weight:950;margin-bottom:18px}
.step h3{font-size:20px;line-height:1.16;letter-spacing:-.025em;margin:0 0 9px}
.step p{font-size:15px;line-height:1.36;color:#5a6a77;margin:0}
.price-band{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:28px}
.price-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;min-height:185px}
.price-item strong{display:block;font-size:32px;letter-spacing:-.05em;color:var(--blue);line-height:1;margin-bottom:13px}
.price-item h3{font-size:20px;line-height:1.16;margin:0 0 8px;letter-spacing:-.02em}
.price-item p{margin:0;color:#586977;font-size:15px;line-height:1.36}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0;overflow:hidden}
summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:850;color:#172736;font-size:18px;display:flex;justify-content:space-between;gap:18px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--gold);font-size:26px;line-height:1;font-weight:900}
details[open] summary::after{content:"–"}
details p{margin:0;padding:0 22px 20px;color:#566672;font-size:16px;line-height:1.45}
.contact-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}
.form{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form label{display:grid;gap:7px;font-weight:800;font-size:14px;color:#344554}
.form input,.form select,.form textarea{width:100%;border:1px solid #d8d2c8;border-radius:14px;padding:14px 14px;font:inherit;font-size:16px;background:#fff;color:var(--ink)}
.form textarea{min-height:128px;resize:vertical}
.form .wide{grid-column:1/-1}.check{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:flex-start;gap:10px;font-weight:650;color:#4e5f6c}.check input{width:auto;margin-top:4px}.hp{position:absolute;left:-9999px;opacity:0}
.footer{padding:38px 0;border-top:1px solid var(--line);color:#657482;font-size:15px}
.footer .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.notice{font-size:14px;color:#6b7782;background:#fff8ec;border:1px solid #efd7aa;border-radius:16px;padding:14px 16px;margin-top:18px}
.cta-band{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-radius:34px;padding:40px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;box-shadow:var(--shadow)}
.cta-band h2{font-size:clamp(30px,3.8vw,50px);line-height:1.04;letter-spacing:-.05em;margin:0 0 10px}.cta-band p{margin:0;color:rgba(255,255,255,.8);font-size:19px}.cta-band .btn{background:#fff;color:var(--blue)}
@media (max-width:980px){
  .nav{height:auto;min-height:74px;align-items:flex-start;padding:16px 0}.nav-links{display:none}.hero-grid,.split,.audit-demo,.contact-wrap{grid-template-columns:1fr}.hero{padding-top:42px}.float-note{position:static;width:auto;margin:16px 0 0}.comparison,.service-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.price-band{grid-template-columns:1fr 1fr}.faq-grid{grid-template-columns:1fr}.cta-band{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}
}
@media (max-width:640px){
  body{font-size:17px}.container{width:min(100% - 28px,var(--max))}.hero{padding-bottom:45px}.section{padding:50px 0}.comparison,.service-grid,.steps,.price-band,.form-grid{grid-template-columns:1fr}h1{font-size:42px}.section-title{font-size:34px}.lead,.section-lead{font-size:19px}.btn{width:100%}.hero-actions{gap:10px}.card,.form,.cta-band{padding:22px;border-radius:22px}.brand{font-size:22px}.lang{display:none}
}


/* Esitlus.ee restored logo */
.site-logo{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  line-height:1;
  text-decoration:none;
}
.site-logo__image{
  display:block;
  width:230px;
  max-width:100%;
  height:auto;
}
@media (max-width:768px){.site-logo__image{width:195px}}
@media (max-width:480px){.site-logo__image{width:170px}}


/* 2026-05-26 corrections: transparent logo, EN/FI hero fit, realistic audit image and B2B tools */
.lang-en h1,.lang-fi h1{font-size:clamp(38px,4.8vw,66px);line-height:1.0;letter-spacing:-.055em}
.lang-en .lead,.lang-fi .lead{font-size:clamp(19px,1.85vw,25px);line-height:1.34}
.lang-en .hero,.lang-fi .hero{padding-top:54px}
.audit-photo-card{position:relative;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9);background:#ddd;min-height:430px;margin:0}
.audit-photo-card img{width:100%;height:100%;min-height:430px;object-fit:cover;object-position:center;display:block}
.audit-photo-card figcaption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:18px;padding:15px 16px;box-shadow:0 12px 34px rgba(10,46,73,.16)}
.audit-photo-card figcaption strong{display:block;color:var(--blue2);font-size:20px;line-height:1.1;margin-bottom:5px}.audit-photo-card figcaption span{display:block;color:#506170;font-size:15px;line-height:1.35}
.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.tool-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;min-height:210px;box-shadow:0 14px 42px rgba(17,31,43,.06)}.tool-card h3{font-size:22px;line-height:1.12;letter-spacing:-.025em;margin:0 0 10px;color:var(--ink)}.tool-card p{margin:0;color:#536371;font-size:16px;line-height:1.42}.action-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
@media (max-width:980px){.tool-grid{grid-template-columns:1fr 1fr}.audit-photo-card,.audit-photo-card img{min-height:360px}.lang-en .hero,.lang-fi .hero{padding-top:42px}}
@media (max-width:640px){.tool-grid{grid-template-columns:1fr}.audit-photo-card,.audit-photo-card img{min-height:310px}.lang-en h1,.lang-fi h1{font-size:38px}.lang-en .lead,.lang-fi .lead{font-size:18px}}


/* 2026-05-26 final corrections: visible B2B tools and 8-question EN/FI tests */
#b2b-tools{background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0));}
#b2b-tools .tool-grid{grid-template-columns:repeat(5,1fr)}
#b2b-tools .tool-card{min-height:230px}
.test-hero{padding-bottom:36px}
.test-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.test-card .section-title{font-size:clamp(30px,3vw,42px)}
.test-form{display:grid;gap:14px}
.test-question{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px 18px;margin:0}
.test-question legend{font-weight:850;color:var(--ink);font-size:18px;line-height:1.28;padding:0 4px}
.test-options{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.test-options label{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8d2c8;border-radius:999px;padding:9px 13px;background:#fbfaf7;font-weight:750;color:#405160;font-size:15px;cursor:pointer}
.test-options input{width:auto;margin:0}.result-card{position:sticky;top:110px}.result-card .section-title{color:#fff;font-size:clamp(34px,3vw,46px);margin-top:0}
@media (max-width:1180px){#b2b-tools .tool-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:980px){#b2b-tools .tool-grid{grid-template-columns:1fr 1fr}.test-layout{grid-template-columns:1fr}.result-card{position:static}}
@media (max-width:640px){#b2b-tools .tool-grid{grid-template-columns:1fr}.test-options label{width:100%;justify-content:flex-start}.test-question legend{font-size:17px}}



/* Esitlus.ee order summary UI v3 2026-05-28 */
.order-page main{padding:38px 0 70px;}
.order-page .order-summary-section{padding:0;}
.order-tool-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:36px;}
.order-tool-head{max-width:980px;margin-bottom:24px;}
.order-tool-head h1{font-size:clamp(34px,4.8vw,62px);line-height:1.02;letter-spacing:-.055em;margin:14px 0 12px;color:var(--ink);}
.order-tool-head .lead{max-width:900px;margin:0 0 10px;font-size:clamp(19px,2.2vw,26px);line-height:1.34;color:#344554;}
.order-note-line{margin:0;color:#667583;font-size:16px;line-height:1.45;max-width:900px;}
.order-page .order-service-grid{margin-top:24px;}
.order-page .order-choice{cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;background:#fff;}
.order-page .order-choice:hover{transform:translateY(-1px);border-color:rgba(213,155,74,.72);box-shadow:0 14px 34px rgba(17,31,43,.08);}
.order-page .order-choice input{margin-right:8px;transform:translateY(-1px);}
.order-workspace{margin-top:28px;border-top:1px solid var(--line);padding-top:26px;display:grid;grid-template-columns:1fr;gap:22px;align-items:start;}
.order-input-area,.order-copy-area{min-width:0;background:linear-gradient(180deg,#fff 0%,#fcfaf5 100%);border:1px solid var(--line);border-radius:24px;padding:24px 24px 26px;box-shadow:0 8px 26px rgba(17,31,43,.04);}
.order-input-area h2,.order-copy-area h2{font-size:clamp(24px,2.2vw,34px);line-height:1.1;letter-spacing:-.035em;margin:0 0 10px;color:var(--ink);}
.order-input-area p,.order-copy-area p{margin:0 0 18px;color:#596978;font-size:16px;line-height:1.5;max-width:850px;}
.order-page .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
.order-page .form-grid label{display:flex;flex-direction:column;gap:8px;font-size:15px;font-weight:800;color:#394b5a;min-width:0;}
.order-page .form-grid .wide{grid-column:1 / -1;}
.order-page .form-grid input,.order-page .form-grid textarea{width:100%;border:1px solid #d8d2c8;border-radius:16px;padding:14px 14px;font:inherit;font-size:16px;line-height:1.4;background:#fff;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);margin:0;}
.order-page #clientGoal{min-height:170px;resize:vertical;}
.order-page #summaryText{width:100%;min-height:240px;border:1px solid #d8d2c8;border-radius:18px;padding:17px 18px;font:inherit;font-size:15px;line-height:1.52;background:#fbfaf7;color:var(--ink);resize:vertical;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
.order-page .order-copy-area .action-row{margin-top:16px;justify-content:flex-start;align-items:center;}
.order-page .order-copy-area .btn{min-width:220px;}
.order-page .order-copy-area .notice{margin-top:16px;}
@media (max-width:980px){.order-tool-card{padding:28px;border-radius:28px}.order-page main{padding-top:28px}}
@media (max-width:760px){.order-page .form-grid{grid-template-columns:1fr}.order-page .form-grid .wide{grid-column:auto}.order-page .order-copy-area .btn{min-width:0;width:100%;}}
@media (max-width:640px){.order-tool-card{padding:22px;border-radius:24px}.order-tool-head h1{font-size:36px}.order-tool-head .lead{font-size:20px}.order-input-area,.order-copy-area{padding:20px;border-radius:20px}.order-page #summaryText{min-height:220px}}
/* End order summary UI v3 */

/* Esitlus.ee v0.2.9: FI hero benefit card spacing */
html[lang="fi"] .hero-benefits .trust-card,
body.fi .hero-benefits .trust-card {
  min-height: 118px;
  padding-top: 16px;
  padding-bottom: 16px;
}
html[lang="fi"] .hero-benefits .trust-card span,
body.fi .hero-benefits .trust-card span {
  line-height: 1.32;
}
@media (max-width: 760px) {
  html[lang="fi"] .hero-benefits .trust-card,
  body.fi .hero-benefits .trust-card {
    min-height: auto;
  }
}


/* Esitlus.ee Pakett 2: lühivorm, usaldus, enne/pärast ja uued teenused */
.compact-request-section{background:linear-gradient(180deg,#fff 0%,#fbf6ec 100%);}
.compact-request-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px;align-items:start;}
.compact-request-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px;}
.compact-form{display:grid;gap:14px;margin-top:16px;}
.compact-form .form-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.compact-form label{display:grid;gap:7px;font-weight:800;font-size:14px;color:#344554;}
.compact-form input,.compact-form textarea{width:100%;border:1px solid #d8d2c8;border-radius:14px;padding:14px 14px;font:inherit;font-size:16px;background:#fff;color:var(--ink);}
.compact-form textarea{min-height:122px;resize:vertical;}
.form-note-small{font-size:14px;color:#647383;line-height:1.45;margin:0;}
.decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;}
.decision-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 10px 30px rgba(17,31,43,.05);}
.decision-card h3{margin:0 0 10px;font-size:23px;line-height:1.15;color:var(--ink);}
.decision-card p{margin:0;color:#536371;line-height:1.5;}
.before-after-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px;}
.before-after-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 12px 34px rgba(17,31,43,.06);}
.before-after-card h3{margin:0 0 14px;font-size:26px;line-height:1.1;color:var(--ink);}
.before-after-card ul{margin:0;padding-left:20px;color:#465766;line-height:1.58;}
.before-after-card li+li{margin-top:8px;}
.before-after-card.after{background:linear-gradient(180deg,#fff 0%,#f6efe3 100%);border-color:rgba(213,155,74,.45);}
.trust-profile{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:start;}
.trust-profile .profile-box{background:#112d44;color:#fff;border-radius:28px;padding:30px;box-shadow:var(--shadow);}
.trust-profile .profile-box h3{color:#fff;margin:0 0 10px;font-size:30px;line-height:1.08;}
.trust-profile .profile-box p{color:rgba(255,255,255,.88);margin:0;line-height:1.55;}
.trust-profile .card p{line-height:1.56;}
.new-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px;}
.new-service-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(17,31,43,.05);}
.new-service-card h3{font-size:22px;line-height:1.12;margin:0 0 10px;color:var(--ink);}
.new-service-card p{margin:0;color:#536371;font-size:16px;line-height:1.45;}
.new-service-card small{display:block;margin-top:14px;color:#7a6a52;font-weight:800;line-height:1.35;}
.guide-article{max-width:920px;margin:0 auto;}
.guide-article h2{font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.035em;color:var(--ink);margin:34px 0 14px;}
.guide-article h3{font-size:24px;line-height:1.2;color:var(--ink);margin:26px 0 10px;}
.guide-article p,.guide-article li{font-size:18px;line-height:1.62;color:#455665;}
.guide-article .checklist{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 10px 28px rgba(17,31,43,.05);}
.guide-article .callout{background:linear-gradient(180deg,#fff 0%,#f7efe3 100%);border:1px solid rgba(213,155,74,.42);border-radius:24px;padding:24px;margin:28px 0;}
@media (max-width:1180px){.new-service-grid{grid-template-columns:repeat(2,1fr)}.decision-grid{grid-template-columns:1fr 1fr}.compact-request-grid,.trust-profile{grid-template-columns:1fr}}
@media (max-width:760px){.compact-form .form-row,.decision-grid,.before-after-grid,.new-service-grid{grid-template-columns:1fr}.compact-request-card{padding:22px;border-radius:22px}.trust-profile .profile-box{padding:24px;border-radius:24px}}


/* 2026-06-07 responsive corrections: hero image/card, mobile and tablet */
@media (max-width: 1024px){
  .hero-grid{
    gap: 34px;
  }
  .hero-media{
    max-width: 720px;
    margin: 0 auto;
  }
  .hero-photo{
    transform: none;
  }
  .float-note{
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    max-width: 420px;
  }
  .float-note p{
    font-size: 22px;
  }
}

@media (max-width: 820px){
  .hero{
    padding-top: 34px;
  }
  .hero-grid,
  .split,
  .audit-demo,
  .contact-wrap{
    grid-template-columns: 1fr;
  }
  .hero-actions{
    align-items: stretch;
  }
  .hero-actions .btn{
    justify-content: center;
    width: 100%;
  }
  .hero-media{
    max-width: 100%;
  }
  .hero-photo{
    border-radius: 24px;
  }
  .float-note{
    position: static;
    width: auto;
    max-width: none;
    margin: 14px 0 0;
    padding: 16px;
    border-radius: 18px;
  }
  .float-note p{
    font-size: 21px;
    line-height: 1.25;
  }
  .quick-grid,
  .use-grid,
  .tool-grid,
  .service-grid,
  .comparison,
  .steps,
  .price-band,
  .guide-grid{
    grid-template-columns: 1fr;
  }
  .contact-card{
    min-width: 0;
  }
}

@media (max-width: 540px){
  .container{
    width: min(100% - 32px, var(--max));
  }
  .hero h1{
    font-size: clamp(34px, 11vw, 48px);
  }
  .lead,
  .section-lead{
    font-size: 17px;
  }
  .float-note p{
    font-size: 19px;
  }
  .btn{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .trust-card,
  .quick-card,
  .service-card,
  .tool-card,
  .card{
    padding: 18px;
  }
}


/* 2026-06-07 FINAL visual correction: hero image, hero text card and quick request form */
.hero-media,
.hero-photo,
.hero-photo img{
  transform: none !important;
  rotate: 0deg !important;
}
.hero-photo{
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(10,46,73,.18);
  border: 1px solid rgba(255,255,255,.92);
}
.float-note{
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(214,195,164,.82) !important;
  box-shadow: 0 20px 54px rgba(10,46,73,.22) !important;
}
.float-note p{
  color: #0d2a3f !important;
  font-size: clamp(20px,2vw,27px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
}

.compact-request-section{
  background: linear-gradient(180deg,#fffdf8 0%,#f6efe3 100%);
  border-top: 1px solid rgba(214,195,164,.42);
  border-bottom: 1px solid rgba(214,195,164,.42);
}
.compact-request-grid{
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr);
  gap: 34px;
  align-items: center;
}
.compact-request-card{
  background: linear-gradient(180deg,#ffffff 0%,#fffaf2 100%);
  border: 1px solid rgba(214,195,164,.78);
  border-radius: 32px;
  box-shadow: 0 24px 64px rgba(10,46,73,.13);
  padding: clamp(24px,3vw,34px);
}
.compact-request-card h3{
  margin: 0 0 18px;
  color: #0d2a3f;
  font-size: clamp(28px,2.25vw,38px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.compact-form{
  display: grid;
  gap: 18px;
  margin-top: 0;
}
.compact-form .form-row{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  align-items: start;
}
.compact-form label{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: #20384a;
  font-weight: 850;
  font-size: 14px;
  line-height: 1.25;
}
.compact-form input,
.compact-form textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(182,151,103,.62);
  border-radius: 20px;
  padding: 15px 16px;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  background: #fffdf8;
  color: #10283a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 1px 0 rgba(10,46,73,.03);
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
  -webkit-appearance: none;
  appearance: none;
}
.compact-form input:focus,
.compact-form textarea:focus{
  border-color: #b88900;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(184,137,0,.13), inset 0 1px 0 rgba(255,255,255,.95);
}
.compact-form textarea{
  min-height: 138px;
  resize: vertical;
}
.compact-form textarea::placeholder,
.compact-form input::placeholder{
  color: #8a7860;
  opacity: 1;
}
.form-note-small{
  margin: -2px 0 0;
  color: #5b6c78;
  font-size: 14px;
  line-height: 1.45;
}
.compact-form .btn{
  justify-self: start;
  min-width: 190px;
}

@media (max-width: 1080px){
  .compact-request-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .compact-request-card{
    max-width: 760px;
  }
  .float-note{
    left: 18px;
    bottom: 18px;
    width: min(380px, calc(100% - 36px));
  }
}
@media (max-width: 760px){
  .hero-photo{
    border-radius: 24px;
  }
  .float-note{
    position: static !important;
    width: auto !important;
    max-width: none !important;
    margin: 14px 0 0 !important;
    padding: 16px 18px !important;
    border-radius: 20px !important;
  }
  .float-note p{
    font-size: 20px !important;
  }
  .compact-form .form-row{
    grid-template-columns: 1fr;
  }
  .compact-request-card{
    padding: 22px;
    border-radius: 24px;
  }
  .compact-form .btn{
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 480px){
  .compact-request-card h3{
    font-size: 27px;
  }
  .compact-form input,
  .compact-form textarea{
    border-radius: 18px;
    padding: 14px 15px;
  }
}


/* 2026-06-08 UX/content patch: problem, delivery, profile photo, back-to-top */
.problem-section{background:linear-gradient(135deg,rgba(11,31,51,.96),rgba(25,62,91,.92));color:#fff}
.problem-section .section-title,.problem-section .section-lead{color:#fff}.problem-wrap{max-width:980px}.problem-lead{font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.5}.problem-next{font-weight:800;font-size:1.1rem;margin-top:1rem}.problem-section .btn-secondary{border-color:rgba(255,255,255,.55);color:#fff}.problem-section .btn-secondary:hover{background:rgba(255,255,255,.12)}
.delivery-section{background:#f7f3ea}.delivery-card .feature-list{margin-top:0}.remote-note{margin-top:1.1rem;padding:1rem;border-radius:18px;background:rgba(184,137,0,.11);border:1px solid rgba(184,137,0,.22)}.remote-note h4{margin:.1rem 0 .35rem;font-size:1.05rem}.remote-note p{margin:0;color:#2b3a42}
.trust-profile--with-photo{grid-template-columns:minmax(160px,220px) 1.3fr 1fr;align-items:start}.profile-photo{margin:0}.profile-photo img{display:block;width:100%;max-width:220px;aspect-ratio:1/1;object-fit:cover;border-radius:28px;box-shadow:0 18px 38px rgba(0,0,0,.18)}.profile-box a{font-weight:800}.ee-back-to-top{position:fixed;right:18px;bottom:18px;z-index:50;width:44px;height:44px;border-radius:999px;border:1px solid rgba(11,31,51,.18);background:#fff;color:#0b1f33;font-size:22px;font-weight:900;box-shadow:0 14px 30px rgba(0,0,0,.16);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s ease}.ee-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.breadcrumb{font-size:.92rem;color:#5b6c78;margin:0 0 1rem}.breadcrumb a{font-weight:700}.related-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}
@media (max-width:980px){.trust-profile--with-photo{grid-template-columns:1fr}.profile-photo img{max-width:180px}.problem-section .action-row,.delivery-section .action-row{align-items:stretch}.problem-section .btn,.delivery-section .btn{width:100%;justify-content:center}}


/* 2026-06-08 HOTFIX: trust/profile cards readability and equal desktop height */
.trust-profile--with-photo{
  align-items: stretch !important;
}
.trust-profile--with-photo .profile-box,
.trust-profile--with-photo .card{
  height: 100%;
  box-sizing: border-box;
}
.trust-profile--with-photo .profile-box{
  background: rgba(255,255,255,.86) !important;
  color: #0b1f33 !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 18px 55px rgba(18,33,47,.07) !important;
}
.trust-profile--with-photo .profile-box .eyebrow{
  color: #9a6d00 !important;
}
.trust-profile--with-photo .profile-box h3{
  color: #0b1f33 !important;
}
.trust-profile--with-photo .profile-box p{
  color: #4a5b69 !important;
  margin: 0 0 15px !important;
  line-height: 1.56 !important;
}
.trust-profile--with-photo .profile-box a{
  color: #0d2a3f !important;
  font-weight: 900 !important;
}
.trust-profile--with-photo .card{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 981px){
  .trust-profile--with-photo{
    grid-template-columns: minmax(150px,220px) minmax(0,1.15fr) minmax(0,1.15fr) !important;
  }
}
@media (max-width: 980px){
  .trust-profile--with-photo .profile-box,
  .trust-profile--with-photo .card{
    height: auto;
  }
}


/* 2026-06-08 HOTFIX v3: contrast, compact trust profile, back navigation */
.problem-section .eyebrow{
  color:#f5d48f !important;
  opacity:1 !important;
  text-shadow:none !important;
}
.problem-section .eyebrow::before{
  background:#d59b4a !important;
}
.problem-section .problem-next{
  color:#ffffff !important;
}
.problem-section .btn-secondary{
  background:transparent !important;
  color:#ffffff !important;
  border-color:rgba(255,255,255,.75) !important;
  box-shadow:none !important;
}
.problem-section .btn-secondary:hover,
.problem-section .btn-secondary:focus-visible{
  background:rgba(255,255,255,.14) !important;
  color:#ffffff !important;
  border-color:#ffffff !important;
}
.trust-profile--compact{
  display:block !important;
}
.trust-profile--compact .trust-profile-card{
  background:rgba(255,255,255,.90);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 18px 55px rgba(18,33,47,.07);
  padding:28px;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:24px;
  align-items:start;
  max-width:980px;
  margin:0 auto;
}
.trust-profile--compact .profile-photo{
  margin:0;
}
.trust-profile--compact .profile-photo img{
  display:block;
  width:112px;
  height:112px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.trust-profile--compact .profile-copy .eyebrow{
  margin-bottom:.4rem;
}
.trust-profile--compact .profile-copy .section-title{
  margin:0 0 .85rem;
  font-size:clamp(28px,3vw,40px);
}
.trust-profile--compact .profile-copy p{
  color:#465766;
  line-height:1.58;
  margin:.7rem 0 0;
  max-width:760px;
}
.trust-profile-note{
  margin-top:1rem;
  padding:1rem 1.1rem;
  border-radius:18px;
  background:#f7efe3;
  border:1px solid rgba(213,155,74,.35);
  color:#344554;
  line-height:1.5;
}
.trust-profile-note strong{
  color:#0b1f33;
}
.ee-back-previous-floating{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:50;
  border:1px solid rgba(11,31,51,.18);
  background:#fff;
  color:#0b1f33;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
  cursor:pointer;
}
.ee-back-previous-floating:hover,
.ee-back-previous-floating:focus-visible{
  border-color:#d59b4a;
  transform:translateY(-1px);
}
.ee-back-to-top{right:18px;left:auto;}
@media (max-width:760px){
  .trust-profile--compact .trust-profile-card{
    grid-template-columns:1fr;
    padding:22px;
  }
  .trust-profile--compact .profile-photo img{
    width:96px;
    height:96px;
  }
  .ee-back-previous-floating{
    left:12px;
    bottom:12px;
    padding:9px 12px;
    font-size:14px;
  }
  .ee-back-to-top{
    right:12px;
    bottom:12px;
  }
}

/* 2026-06-08 HOTFIX v6: smaller founder photo and less person-brand emphasis */
.trust-profile--compact .trust-profile-card{
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:18px !important;
  padding:26px 28px !important;
  align-items:start !important;
}
.trust-profile--compact .profile-photo,
.trust-profile--compact .profile-photo img{
  width:72px !important;
  height:72px !important;
  max-width:72px !important;
  min-width:72px !important;
}
.trust-profile--compact .profile-photo img{
  border-radius:16px !important;
  object-fit:cover !important;
  box-shadow:0 10px 22px rgba(0,0,0,.12) !important;
}
.trust-profile--compact .profile-copy .section-title{
  font-size:clamp(24px,2.2vw,34px) !important;
  line-height:1.08 !important;
}
@media (max-width:760px){
  .trust-profile--compact .trust-profile-card{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .trust-profile--compact .profile-photo,
  .trust-profile--compact .profile-photo img{
    width:68px !important;
    height:68px !important;
    max-width:68px !important;
    min-width:68px !important;
  }
}


/* 2026-06-08 HOTFIX v7: founder section alignment and compact photo */
.founder-section{
  background:var(--paper,#f7f3ec);
}
.founder-card{
  background:rgba(255,255,255,.92);
  border:1px solid var(--line,rgba(17,45,68,.14));
  border-radius:28px;
  box-shadow:0 18px 55px rgba(18,33,47,.07);
  padding:30px;
  display:grid;
  grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);
  gap:34px;
  align-items:start;
}
.founder-side{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:start;
}
.founder-photo{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  max-width:54px !important;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.founder-side .eyebrow{
  margin:0 0 .45rem;
  color:#17334b;
}
.founder-side .section-title{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.06;
  max-width:11ch;
  text-align:left;
}
.founder-copy{
  max-width:680px;
  text-align:left;
}
.founder-copy p{
  margin:0 0 1rem;
  color:#465766;
  line-height:1.62;
  max-width:68ch;
  text-align:left;
}
.founder-note{
  margin-top:.35rem;
  padding:1rem 1.1rem;
  border-radius:18px;
  background:#f7efe3;
  border:1px solid rgba(213,155,74,.35);
  color:#344554;
  line-height:1.52;
  text-align:left;
  max-width:68ch;
}
.founder-note strong{color:#0b1f33;}
@media (max-width:980px){
  .founder-card{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px;
  }
  .founder-side .section-title{
    max-width:none;
  }
  .founder-copy,
  .founder-copy p,
  .founder-note{
    max-width:none;
  }
}
@media (max-width:560px){
  .founder-card{
    padding:20px;
    border-radius:22px;
  }
  .founder-side{
    grid-template-columns:48px minmax(0,1fr);
    gap:12px;
  }
  .founder-photo{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    max-width:48px !important;
    border-radius:12px;
  }
}

/* 2026-06-09 V9: homepage hero layout refinement for 3-second clarity and professional balance */
@media (min-width: 981px){
  .hero{
    padding: clamp(64px, 6vw, 86px) 0 clamp(58px, 5vw, 78px);
  }
  .hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(430px, .84fr);
    column-gap: clamp(54px, 6vw, 86px);
    row-gap: 28px;
    align-items: center;
  }
  .hero-copy{
    max-width: 760px;
    align-self: center;
  }
  .hero h1{
    max-width: 760px;
    font-size: clamp(48px, 4.55vw, 68px);
    line-height: 1.02;
    letter-spacing: -.062em;
    margin: 16px 0 22px;
  }
  .hero .lead{
    max-width: 690px;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.46;
    margin-bottom: 28px;
  }
  .hero-actions{
    margin: 28px 0 0;
    gap: 14px;
  }
  .hero-actions .btn{
    min-height: 48px;
    padding-inline: 22px;
  }
  .hero-media{
    max-width: 540px;
    width: 100%;
    justify-self: end;
    align-self: center;
  }
  .hero-photo{
    border-radius: 28px;
    min-height: 0;
  }
  .hero-photo img{
    width: 100%;
    aspect-ratio: 1.18 / 1;
    height: auto;
    object-fit: cover;
  }
  .float-note{
    left: -24px;
    bottom: 24px;
    width: min(320px, 74%);
    padding: 17px 18px;
    border-radius: 20px;
  }
  .float-note strong{
    font-size: 17px;
  }
  .float-note p{
    font-size: clamp(20px, 1.9vw, 25px) !important;
  }
  .hero-benefits{
    grid-column: 1 / -1;
    max-width: none;
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .hero-benefits .trust-card{
    min-height: auto;
    padding: 20px 22px 21px;
    border-radius: 22px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 42px rgba(18,33,47,.055);
  }
  .hero-benefits .trust-card span{
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.45;
  }
}

@media (min-width: 981px) and (max-width: 1180px){
  .hero-grid{
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    column-gap: 42px;
  }
  .hero h1{
    font-size: clamp(46px, 4.8vw, 60px);
  }
  .hero .lead{
    font-size: 19px;
  }
  .hero-media{
    max-width: 500px;
  }
}

@media (max-width: 980px){
  .hero-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hero-copy{
    max-width: 760px;
  }
  .hero h1{
    max-width: 760px;
    line-height: 1.04;
    letter-spacing: -.055em;
  }
  .hero .lead{
    max-width: 720px;
    line-height: 1.48;
  }
  .hero-media{
    width: 100%;
    max-width: 720px;
    justify-self: start;
  }
  .hero-photo img{
    width: 100%;
    aspect-ratio: 1.35 / 1;
    height: auto;
    object-fit: cover;
  }
  .hero-benefits{
    max-width: 720px;
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero-benefits .trust-card{
    min-height: auto;
  }
}

@media (max-width: 540px){
  .hero{
    padding-top: 30px;
  }
  .hero h1{
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.05;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  .hero .lead{
    font-size: 17px;
    line-height: 1.5;
  }
  .hero-photo img{
    aspect-ratio: 1.12 / 1;
  }
  .hero-benefits .trust-card{
    padding: 18px;
  }
}

/* 2026-06-09 V10: hero headline readability refinement across ET/EN/FI
   Goal: keep V9 layout, but make the long H1 less crowded and more professional. */
@media (min-width: 981px){
  .hero h1{
    max-width: 860px;
    font-size: clamp(40px, 3.65vw, 56px);
    line-height: 1.12;
    letter-spacing: -.038em;
    font-weight: 780;
    margin: 16px 0 24px;
  }
  .hero .lead{
    max-width: 720px;
  }
}

@media (min-width: 981px) and (max-width: 1180px){
  .hero h1{
    font-size: clamp(38px, 4.15vw, 50px);
    line-height: 1.13;
    letter-spacing: -.035em;
  }
}

@media (max-width: 980px){
  .hero h1{
    font-size: clamp(38px, 6.3vw, 52px);
    line-height: 1.12;
    letter-spacing: -.038em;
    font-weight: 780;
  }
}

@media (max-width: 540px){
  .hero h1{
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.13;
    letter-spacing: -.032em;
    font-weight: 780;
  }
}


/* 2026-06-09 V11: accessibility, contrast and minimum text-size polish
   Scope: improve automated accessibility findings without changing content or page structure. */
:root{
  --muted:#4f5f6d;
  --line:#d4c7b4;
}
body{color:#14212b;}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.hp[aria-hidden="true"],
input.hp[aria-hidden="true"]{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(13,63,99,.72);
  outline-offset:3px;
}
.eyebrow,
.lang,
.nav-links,
.form label,
.compact-form label,
.form-note-small,
.notice,
.footer,
.service-card .tag,
.service-structure dt,
.service-structure dd,
.audit-point span,
.step p,
.price-item p,
.compare-card p,
.tool-card p,
.new-service-card p,
.guide-card p,
details p,
.card p,
.service-card p{
  font-size:max(16px,1rem);
}
.eyebrow{
  color:#0a3655;
  letter-spacing:.08em;
}
.nav-links{color:#263746;}
.lang{color:#263746;}
.lead,
.section-lead,
.card p,
.service-card p,
.tool-card p,
.new-service-card p,
.compare-card p,
.decision-card p,
.before-after-card ul,
.guide-article p,
.guide-article li,
details p,
.form-note-small,
.notice{
  color:#40515f;
}
.footer{color:#40515f;}
.footer a,
.card a,
.guide-article a{color:#0a3655;text-decoration:underline;text-underline-offset:3px;}
.btn-secondary,
.quick-card{
  color:#0a3655;
  border-color:#bfae95;
}
.btn-secondary:hover,
.btn-secondary:focus-visible,
.quick-card:hover,
.quick-card:focus-visible{
  border-color:#9a6d00;
}
.trust-card{
  color:#172533;
}
.trust-card span,
.hero-benefits .trust-card span{
  color:#40515f;
  font-size:16px;
  line-height:1.5;
}
.float-note strong,
.float-note p{color:#0a2438!important;}
.compact-form input,
.compact-form textarea,
.form input,
.form select,
.form textarea{
  border-color:#9f8d72;
  color:#10283a;
}
.compact-form textarea::placeholder,
.compact-form input::placeholder,
.form textarea::placeholder,
.form input::placeholder{
  color:#655843;
  opacity:1;
}
.problem-section p,
.problem-section .section-lead{color:#fff!important;}
.problem-section .eyebrow{color:#f6d891!important;}
.problem-section .btn-secondary{border-color:#fff!important;color:#fff!important;}
@media (max-width:540px){
  .eyebrow{font-size:16px;line-height:1.35;}
  .hero-benefits .trust-card span{font-size:16px;}
  .footer{font-size:16px;line-height:1.55;}
}


/* 2026-06-10 V12: contrast regression fix after V11 + proven-principles content polish
   Scope: keep V11 accessibility improvements, but prevent generic card-link styling from overriding button contrast. */
a.btn,
.card a.btn,
.cta-band a.btn,
.action-row a.btn,
.founder-copy a.btn{
  text-decoration:none!important;
  text-underline-offset:0!important;
}
a.btn.btn-primary,
.card a.btn.btn-primary,
.action-row a.btn.btn-primary,
.compact-form .btn.btn-primary,
.form .btn.btn-primary{
  color:#ffffff!important;
  background:linear-gradient(135deg,#0d3f63,#0a2e49)!important;
  border-color:#0a2e49!important;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus-visible,
.card a.btn.btn-primary:hover,
.card a.btn.btn-primary:focus-visible{
  color:#ffffff!important;
  background:linear-gradient(135deg,#0b3655,#07283f)!important;
}
a.btn.btn-secondary,
.card a.btn.btn-secondary,
.action-row a.btn.btn-secondary{
  color:#0a3655!important;
  background:#ffffff!important;
  border-color:#bfae95!important;
}
a.btn.btn-secondary:hover,
a.btn.btn-secondary:focus-visible,
.card a.btn.btn-secondary:hover,
.card a.btn.btn-secondary:focus-visible{
  color:#07283f!important;
  border-color:#9a6d00!important;
}
.problem-section a.btn.btn-secondary,
.problem-section .btn-secondary{
  color:#ffffff!important;
  background:transparent!important;
  border-color:#ffffff!important;
}
.problem-section a.btn.btn-secondary:hover,
.problem-section a.btn.btn-secondary:focus-visible{
  color:#ffffff!important;
  background:rgba(255,255,255,.14)!important;
}
.cta-band a.btn:not(.btn-primary):not(.btn-secondary){
  color:#0a3655!important;
  background:#ffffff!important;
  border-color:#ffffff!important;
  text-decoration:none!important;
}
.founder-note{
  color:#263746!important;
}
.founder-note strong{
  color:#0b1f33!important;
}
/* Keep small contact/legal notice readable without turning buttons into links. */
.notice a:not(.btn),
.card a:not(.btn),
.footer a:not(.btn){
  text-decoration:underline;
  text-underline-offset:3px;
}


/* V13 public-cleanup: logo readability, contact notice spacing, and safer public file access. */
.site-logo__image{width:280px;}
.nav{min-height:96px;}
@media (max-width:1100px){.site-logo__image{width:245px}.nav-links{gap:15px;font-size:14px}}
@media (max-width:768px){.site-logo__image{width:220px}}
@media (max-width:480px){.site-logo__image{width:185px}}
.contact-wrap .card .action-row + .notice{margin-top:28px;}
.contact-wrap .card .notice{display:block;clear:both;}


/* V14 customer journey: service cards show content and value before price. */
.service-grid--journey .service-card,
.tool-card--journey,
.new-service-card{
  min-height:auto;
}
.service-section-actions{margin-top:30px;}
.service-more{
  margin-top:auto;
  background:#f8fbfd;
  border:1px solid #d9e4ea;
  border-radius:18px;
  overflow:hidden;
  box-shadow:none;
}
.service-card .service-more,
.tool-card .service-more,
.new-service-card .service-more{margin-top:18px;}
.service-more summary{
  list-style:none;
  cursor:pointer;
  padding:14px 16px;
  font-weight:850;
  color:#0a3655;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.service-more summary::-webkit-details-marker{display:none;}
.service-more summary::after{content:"+";font-weight:950;color:#0a3655;}
.service-more[open] summary::after{content:"–";}
.service-more-body{padding:0 16px 16px;}
.service-value-flow{
  margin:0;
  padding:0 16px 16px;
  display:grid;
  grid-template-columns:minmax(88px,120px) 1fr;
  gap:10px 14px;
}
.service-more-body .service-value-flow{padding:0 0 16px;}
.service-value-flow dt{
  font-weight:900;
  color:#0a3655;
  font-size:15px;
  line-height:1.35;
}
.service-value-flow dd{
  margin:0;
  color:#334757;
  font-size:16px;
  line-height:1.48;
}
.service-more .btn{margin:0 16px 16px;}
.service-more-body .btn{margin:0;}
.new-service-card .service-more .btn,
.tool-card .service-more .btn{margin-top:0;}
.service-card--journey .price{display:none!important;}
.pricing-note .benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:900px){
  .pricing-note .benefit-grid{grid-template-columns:1fr;}
}
@media (max-width:620px){
  .service-value-flow{grid-template-columns:1fr;gap:4px 0;}
  .service-value-flow dt{margin-top:8px;}
  .service-more summary{padding:14px;}
  .service-more-body{padding:0 14px 14px;}
}


/* V17: align “more information” controls at the bottom of homepage service cards. */
.service-grid--journey,
.tool-grid--journey,
.new-service-grid{
  align-items:stretch;
}
.service-grid--journey .service-card,
.tool-grid--journey .tool-card,
.new-service-grid .new-service-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.service-grid--journey .service-card .service-more,
.tool-grid--journey .tool-card .service-more,
.new-service-grid .new-service-card .service-more{
  margin-top:auto;
}
.service-grid--journey .service-card > p,
.tool-grid--journey .tool-card > p,
.new-service-grid .new-service-card > p{
  margin-bottom:18px;
}
.service-more[open]{
  margin-top:18px;
}
@media (max-width:640px){
  .service-grid--journey .service-card .service-more,
  .tool-grid--journey .tool-card .service-more,
  .new-service-grid .new-service-card .service-more{
    margin-top:18px;
  }
}


/* V19: pricing wording, stronger business-case note, and wider B2B cards. */
.business-case-note{
  margin:22px 0 22px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff8ec 0%,#ffffff 100%);
  border:1px solid #e6c987;
  color:#142f44;
  font-size:21px;
  line-height:1.45;
  font-weight:650;
  box-shadow:0 16px 42px rgba(17,31,43,.07);
}
#b2b-tools .tool-grid.tool-grid--journey{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
#b2b-tools .tool-grid.tool-grid--journey .tool-card{
  min-height:0;
}
@media (max-width:980px){
  #b2b-tools .tool-grid.tool-grid--journey{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .business-case-note{font-size:18px;padding:18px 18px;border-radius:18px;}
  #b2b-tools .tool-grid.tool-grid--journey{grid-template-columns:1fr;}
}


/* V22: conversion/UX refinement with natural workdesk hero image. */
.hero-photo--workdesk{background:#f8f1e6;}
.hero-photo--workdesk img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}
.hero-reassurance{margin-top:12px;font-size:15px;color:#425568;line-height:1.45;}
.service-section-actions .btn-secondary{background:#fff;}
#enne-parast .section-title{max-width:820px;}
#uued-teenused .section-lead{max-width:820px;}
@media (max-width:900px){.hero-photo--workdesk img{object-fit:cover;object-position:center;}}


/* V22: natural audit/review image under sample review section. */
.audit-photo-card img[src*="esitlus-audit-review-closeup-v23"]{object-position:center;}


/* 2026-06-12 layout safety: ET/EN/FI text must not overflow cards, buttons or grids. */
.card,
.trust-card,
.compare-card,
.service-card,
.tool-card,
.new-service-card,
.decision-card,
.price-item,
.step,
.quick-card,
.guide-card,
details,
.service-more,
.service-value-flow,
.service-value-flow dt,
.service-value-flow dd,
.btn,
summary,
h1,h2,h3,h4,p,li,span,a{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}
.quick-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr)) !important;
  align-items:stretch;
}
.quick-card{
  height:100%;
  align-items:center;
}
.tool-grid,
.service-grid,
.new-service-grid,
.decision-grid,
.comparison,
.price-band,
.steps,
.faq-grid{
  align-items:stretch;
}
.tool-card,
.service-card,
.new-service-card,
.decision-card,
.compare-card,
.price-item,
.step{
  overflow:visible;
}
.tool-card h3,
.service-card h3,
.new-service-card h3,
.compare-card h3,
.decision-card h3,
.quick-card{
  line-height:1.18;
}
.service-more summary{
  flex-wrap:wrap;
}
.service-more .btn,
.service-more-body .btn,
.action-row .btn{
  white-space:normal;
  text-align:center;
}
@media (max-width:1180px){
  .tool-grid:not(#b2b-tools .tool-grid),
  .new-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .tool-grid,
  .new-service-grid,
  .service-grid,
  .decision-grid,
  .comparison,
  .price-band,
  .steps,
  .faq-grid{
    grid-template-columns:1fr !important;
  }
}

/* More Clarity header/footer struktuuriparandus 2026-06-28 v2
   Eesmärk: sama header, menüü, footer ja soe rahulik visuaal nii uutel kui legacy ET lehtedel. */
:root{
  --mc-public-bg:#fbf4e7;
  --mc-public-bg-2:#f7eddd;
  --mc-public-card:#fffdf8;
  --mc-public-line:#e4d7c4;
  --mc-public-text:#152335;
  --mc-public-muted:#52606b;
  --mc-public-green:#153f3a;
  --mc-public-green-2:#0f332f;
  --mc-public-gold:#a67821;
  --mc-public-shadow:0 18px 50px rgba(21,35,53,.09);
}
body.lang-et, body.mc-page, body.mc-tools-page, body{
  background:radial-gradient(circle at 15% -10%,rgba(184,135,47,.18),transparent 28%),linear-gradient(180deg,var(--mc-public-bg) 0%,var(--mc-public-bg-2) 48%,#fbfaf7 100%) !important;
  color:var(--mc-public-text);
}
.site-header,
header.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:100 !important;
  background:rgba(251,244,231,.96) !important;
  border-bottom:1px solid var(--mc-public-line) !important;
  box-shadow:0 10px 30px rgba(21,35,53,.07) !important;
  backdrop-filter:blur(16px) !important;
}
.site-header .wrap.nav-wrap,
.site-header .container.nav,
.site-header .nav-wrap,
.site-header .nav{
  width:min(1180px,calc(100% - 40px)) !important;
  margin-inline:auto !important;
  min-height:82px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
  padding:0 !important;
}
.site-header .brand,
.site-header .site-logo,
.site-header .mc-full-logo-link{
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:clamp(230px,25vw,350px) !important;
  min-width:210px !important;
  max-width:350px !important;
  overflow:visible !important;
  text-decoration:none !important;
}
.site-header .mc-full-logo-img,
.site-header .site-logo__image,
.site-header img[src*="moreclarity_logo"]{
  display:block !important;
  width:100% !important;
  max-width:350px !important;
  height:auto !important;
  max-height:64px !important;
  object-fit:contain !important;
}
.site-header .main-nav,
.site-header .nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  margin-left:auto !important;
  font-size:15px !important;
  font-weight:760 !important;
}
.site-header .main-nav a,
.site-header .nav-links a{
  color:var(--mc-public-text) !important;
  text-decoration:none !important;
  padding:8px 10px !important;
  border-radius:999px !important;
  line-height:1.1 !important;
  white-space:nowrap !important;
}
.site-header .main-nav a:hover,
.site-header .nav-links a:hover{
  background:#fff8ea !important;
  color:var(--mc-public-green) !important;
}
.site-header .lang{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  margin-left:0 !important;
  flex:0 0 auto !important;
}
.site-header .lang a{
  color:var(--mc-public-muted) !important;
  border:1px solid transparent !important;
  border-radius:999px !important;
  padding:6px 7px !important;
  font-size:12px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}
.site-header .lang a:hover,
.site-header .lang .active{
  color:var(--mc-public-green) !important;
  background:#fffaf1 !important;
  border-color:var(--mc-public-line) !important;
}
.site-header .nav-toggle{
  display:none !important;
}
.site-footer,
.footer,
footer.site-footer,
footer.footer{
  background:#152335 !important;
  color:#e8eef5 !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  margin-top:48px !important;
  padding:34px 0 !important;
}
.site-footer .wrap,
.footer .container,
.site-footer .footer-grid,
footer.footer .container{
  width:min(1180px,calc(100% - 40px)) !important;
  margin-inline:auto !important;
  display:grid !important;
  grid-template-columns:1.05fr 1.45fr auto !important;
  gap:24px !important;
  align-items:start !important;
}
.site-footer p,
.footer span,
.footer p,
.site-footer span{
  color:#dfe8f1 !important;
  margin:.2rem 0 !important;
  line-height:1.5 !important;
}
.site-footer strong,
.footer strong{
  color:#fff !important;
}
.site-footer a,
.footer a{
  color:#fff !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}
.footer-links{
  display:flex !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}
.btn-primary,
.hero-actions .btn-primary,
.actions .btn-primary{
  background:linear-gradient(135deg,var(--mc-public-green),var(--mc-public-green-2)) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.btn-secondary,
.hero-actions .btn-secondary,
.actions .btn-secondary{
  background:#fffaf1 !important;
  color:var(--mc-public-green) !important;
  border-color:var(--mc-public-line) !important;
}
.card,.hero-panel,.form-shell,.mc-feedback-card,.mc-mvp-note{
  background:var(--mc-public-card) !important;
  border-color:var(--mc-public-line) !important;
  box-shadow:var(--mc-public-shadow) !important;
}
.mc-feedback-shell,.mc-feedback-layout{
  display:grid !important;
  grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr) !important;
  gap:28px !important;
  align-items:start !important;
}
.mc-feedback-form,
.mc-feedback-panel,
.mc-feedback-card{
  background:#fffdf8 !important;
  border:1px solid var(--mc-public-line) !important;
  border-radius:24px !important;
  box-shadow:var(--mc-public-shadow) !important;
  padding:24px !important;
}
.mc-feedback-side,
.mc-feedback-note,
.mc-feedback-box{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.mc-light-label{font-size:.72em !important;font-weight:650 !important;opacity:.76 !important;}
@media(max-width:980px){
  .site-header .wrap.nav-wrap,
  .site-header .container.nav,
  .site-header .nav-wrap,
  .site-header .nav{
    min-height:76px !important;
    gap:10px !important;
  }
  .site-header .brand,
  .site-header .site-logo,
  .site-header .mc-full-logo-link{
    width:clamp(180px,42vw,280px) !important;
    min-width:160px !important;
  }
  .site-header .main-nav,
  .site-header .nav-links{
    display:none !important;
  }
  .site-header .nav-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid var(--mc-public-line) !important;
    background:#fffaf1 !important;
    border-radius:999px !important;
    padding:8px 12px !important;
    font-weight:800 !important;
    color:var(--mc-public-green) !important;
  }
  .site-header .main-nav.is-open,
  .site-header .nav-links.is-open{
    display:flex !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:76px !important;
    background:#fffaf1 !important;
    border-bottom:1px solid var(--mc-public-line) !important;
    padding:18px 22px !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    box-shadow:0 20px 35px rgba(21,35,53,.10) !important;
  }
  .site-footer .wrap,
  .footer .container,
  .site-footer .footer-grid,
  footer.footer .container{
    grid-template-columns:1fr !important;
  }
  .mc-feedback-shell,.mc-feedback-layout{grid-template-columns:1fr !important;}
}
@media(max-width:560px){
  .site-header .wrap.nav-wrap,
  .site-header .container.nav,
  .site-header .nav-wrap,
  .site-header .nav{
    width:min(100% - 24px,1180px) !important;
  }
  .site-header .brand,
  .site-header .site-logo,
  .site-header .mc-full-logo-link{
    width:172px !important;
    min-width:150px !important;
  }
  .site-header .mc-full-logo-img,
  .site-header .site-logo__image,
  .site-header img[src*="moreclarity_logo"]{
    max-height:52px !important;
  }
  .site-header .lang a{font-size:11px !important;padding:5px !important;}
}


/* 2026-06-28 COMBINED STRUCTURE FIX — More Clarity unified shell */
:root{
  --mc-warm-bg:#f7efe0;
  --mc-warm-bg-2:#fbf7ee;
  --mc-card-bg:#fffdf8;
  --mc-shell-line:#dfd5c3;
  --mc-deep:#152335;
  --mc-calm:#153f3a;
  --mc-gold-soft:#c99a3f;
  --mc-soft-shadow:0 12px 34px rgba(21,35,53,.07);
}
html,body{background:var(--mc-warm-bg-2)!important;}
body{color:var(--mc-deep)!important;}
.site-header,.mc-header{
  background:rgba(251,247,238,.96)!important;
  border-bottom:1px solid rgba(21,35,53,.08)!important;
  box-shadow:0 6px 22px rgba(21,35,53,.045)!important;
  z-index:100!important;
}
.site-header .wrap.nav-wrap,.site-header .container.nav,.site-header .nav-wrap,.mc-header .mc-container.mc-nav{
  width:min(1180px,calc(100% - 40px))!important;
  margin-inline:auto!important;
  padding:10px 0 9px!important;
  min-height:112px!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  grid-template-areas:"empty brand lang" "nav nav nav"!important;
  align-items:center!important;
  gap:6px 18px!important;
}
.site-header .brand,.site-header .mc-full-logo-link,.site-header .site-logo,.mc-header .mc-logo{
  grid-area:brand!important;
  justify-self:center!important;
  width:min(420px,56vw)!important;
  min-width:0!important;
  max-width:420px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-decoration:none!important;
}
.site-header .brand img,.site-header .mc-full-logo-img,.site-header .site-logo__image,.site-header img[src*="moreclarity_logo"],.mc-header .mc-logo img{
  display:block!important;
  width:100%!important;
  max-width:420px!important;
  height:auto!important;
  max-height:78px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.site-header .main-nav,.site-header .nav-links,.mc-header .mc-links{
  grid-area:nav!important;
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:24px!important;
  margin:0!important;
  flex-wrap:wrap!important;
}
.site-header .main-nav a,.site-header .nav-links a,.mc-header .mc-links a{
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  color:var(--mc-deep)!important;
  text-decoration:none!important;
  padding:6px 0!important;
}
.site-header .lang,.site-header .language-switcher,.mc-header .mc-lang{
  grid-area:lang!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
}
.site-header .lang a,.site-header .language-switcher a,.mc-header .mc-lang a{
  font-size:12px!important;
  font-weight:800!important;
  color:var(--mc-deep)!important;
  opacity:.8!important;
  text-decoration:none!important;
}
.nav-toggle{display:none!important;}
.hero,.premium-hero,.mc-page-hero,.mc-hero,.mc-top-hero{
  background:
    radial-gradient(circle at 82% 18%,rgba(201,154,63,.14),transparent 32%),
    linear-gradient(135deg,#fffaf0 0%,#f6ecda 54%,#f8f2e7 100%)!important;
  border-bottom:1px solid rgba(21,35,53,.06)!important;
}
.hero{padding:64px 0 58px!important;}
h1,.hero h1,.mc-page-hero h1,.mc-hero h1,.mc-top-hero h1{
  font-size:clamp(2.35rem,4.25vw,4.45rem)!important;
  line-height:1.02!important;
  letter-spacing:-.052em!important;
}
h2,.mc-section h2,.section h2{font-size:clamp(1.7rem,3vw,2.75rem)!important;line-height:1.12!important;}
.lead,.section-lead,.mc-lead,.mc-section-lead{font-size:clamp(1.02rem,1.35vw,1.18rem)!important;line-height:1.58!important;color:#394a57!important;}
.card,.mc-card,.hero-panel,.form-shell,.mc-feedback-block,.mc-feedback-info-card,.mc-guide-aside,.panel,.mc-current-path-card{
  background:var(--mc-card-bg)!important;
  border:1px solid var(--mc-shell-line)!important;
  border-radius:22px!important;
  box-shadow:var(--mc-soft-shadow)!important;
}
.card:hover,.mc-card:hover{transform:none!important;}
.card-grid,.mc-card-grid,.mc-current-path-grid{gap:22px!important;}
.mc-feedback-layout{
  display:grid!important;
  grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr)!important;
  gap:30px!important;
  align-items:start!important;
}
.mc-feedback-intro{display:block!important;}
.mc-feedback-info-card{box-shadow:none!important;background:transparent!important;border:0!important;padding:0 0 18px!important;border-radius:0!important;}
.mc-feedback-info-card+ .mc-feedback-info-card{border-top:1px solid var(--mc-shell-line)!important;padding-top:18px!important;}
.mc-feedback-form-panel,.mc-feedback-block{
  background:var(--mc-card-bg)!important;
  border:1px solid var(--mc-shell-line)!important;
  border-radius:24px!important;
  box-shadow:var(--mc-soft-shadow)!important;
  padding:26px!important;
}
.mc-feedback-form-panel .mc-feedback-block{box-shadow:none!important;border:0!important;background:transparent!important;padding:0!important;border-radius:0!important;}
.mc-feedback-buttons label{
  background:#fffaf1!important;
  border:1px solid var(--mc-shell-line)!important;
  border-radius:16px!important;
}
.mc-feedback-form input,.mc-feedback-form select,.mc-feedback-form textarea{
  border-radius:14px!important;
  border:1px solid #d9cfbd!important;
  background:#fff!important;
}
.mc-footer,.site-footer,.footer,footer.site-footer,footer.footer{
  background:var(--mc-deep)!important;
  color:#e8eef5!important;
  margin-top:54px!important;
  padding:34px 0!important;
}
.mc-footer-grid,.site-footer .footer-grid,.site-footer .wrap,.footer .container,footer.footer .container{
  width:min(1180px,calc(100% - 40px))!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:1fr 1fr auto!important;
  gap:24px!important;
  align-items:start!important;
}
.mc-footer strong,.site-footer strong,.footer strong{color:#fff!important;}
.mc-footer p,.site-footer p,.footer p{color:#dfe8f1!important;margin:.2rem 0!important;}
.mc-footer a,.site-footer a,.footer a{color:#fff!important;}
.mc-light-label{font-size:.72em!important;font-weight:650!important;opacity:.78!important;white-space:nowrap!important;}
@media(max-width:980px){
  .site-header .wrap.nav-wrap,.site-header .container.nav,.site-header .nav-wrap,.mc-header .mc-container.mc-nav{
    width:min(100% - 28px,1180px)!important;
    min-height:78px!important;
    grid-template-columns:auto 1fr auto!important;
    grid-template-areas:"brand empty lang"!important;
    padding:9px 0!important;
  }
  .site-header .brand,.site-header .mc-full-logo-link,.site-header .site-logo,.mc-header .mc-logo{justify-self:start!important;width:min(260px,48vw)!important;}
  .site-header .brand img,.site-header .mc-full-logo-img,.site-header .site-logo__image,.site-header img[src*="moreclarity_logo"],.mc-header .mc-logo img{max-height:58px!important;}
  .site-header .main-nav,.site-header .nav-links,.mc-header .mc-links{display:none!important;}
  .nav-toggle{display:inline-flex!important;grid-area:empty!important;justify-self:end!important;border:1px solid var(--mc-shell-line)!important;background:#fffaf1!important;border-radius:999px!important;padding:8px 12px!important;font-weight:800!important;color:var(--mc-calm)!important;}
  .main-nav.is-open,.nav-links.is-open,.mc-links.is-open{display:flex!important;position:absolute!important;left:0!important;right:0!important;top:78px!important;flex-direction:column!important;align-items:flex-start!important;background:#fffaf1!important;border-bottom:1px solid var(--mc-shell-line)!important;padding:18px 22px!important;}
  .mc-feedback-layout{grid-template-columns:1fr!important;}
  .mc-footer-grid,.site-footer .footer-grid,.site-footer .wrap,.footer .container,footer.footer .container{grid-template-columns:1fr!important;}
}
@media(max-width:560px){
  .site-header .brand,.site-header .mc-full-logo-link,.site-header .site-logo,.mc-header .mc-logo{width:185px!important;}
  .site-header .brand img,.site-header .mc-full-logo-img,.site-header .site-logo__image,.site-header img[src*="moreclarity_logo"],.mc-header .mc-logo img{max-height:48px!important;}
  .site-header .lang a,.site-header .language-switcher a,.mc-header .mc-lang a{font-size:11px!important;}
  h1,.hero h1,.mc-page-hero h1,.mc-hero h1,.mc-top-hero h1{font-size:clamp(2.05rem,11vw,3.1rem)!important;}
  .hero{padding:42px 0 42px!important;}
}
