/* Mendoxa brand site */
:root{
  --teal:#0B3D4A;
  --teal-deep:#083038;
  --teal-soft:#E8F1F2;
  --bg:#FAFBFC;
  --surface:#fff;
  --text:#0F172A;
  --muted:#64748B;
  --border:#E2E8F0;
  --radius:12px;
  --shadow:0 1px 2px rgba(15,23,42,.04),0 8px 24px rgba(15,23,42,.06);
  --max:1120px;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--teal);text-decoration:none}
a:hover{text-decoration:underline}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:16px;top:16px;width:auto;height:auto;padding:8px 12px;background:#fff;z-index:100;border-radius:8px}
.wrap{width:min(100% - 2rem, var(--max));margin-inline:auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(250,251,252,.92);backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;max-height:80px}
.logo img{height:36px;width:auto}
.nav-links{display:flex;align-items:center;gap:1.25rem}
.nav-links a{color:var(--text);font-weight:500;font-size:.95rem;text-decoration:none}
.nav-links a:hover{color:var(--teal)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:1rem;border:none;cursor:pointer;text-decoration:none;line-height:1.2;white-space:nowrap}
.btn-primary{background:var(--teal);color:#fff}
.btn-primary:hover{background:var(--teal-deep);text-decoration:none;color:#fff}
.btn-secondary{background:transparent;color:var(--teal);border:1px solid var(--border)}
.btn-secondary:hover{border-color:var(--teal);text-decoration:none}
.btn-lg{min-height:52px;padding:.9rem 1.4rem}
.btn-block{width:100%}
.menu-btn{display:none;background:none;border:1px solid var(--border);border-radius:10px;min-width:44px;min-height:44px;font-size:1.25rem}
.hero{padding:clamp(2rem,5vw,3.5rem) 0 clamp(2.5rem,6vw,4rem)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center}
.eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal);background:var(--teal-soft);padding:.35rem .7rem;border-radius:999px;margin-bottom:1rem}
h1{font-size:clamp(1.85rem,4.2vw,3rem);line-height:1.12;letter-spacing:-.02em;margin:0 0 1rem;font-weight:700}
h2{font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.02em;margin:0 0 1rem;font-weight:700}
h3{font-size:1.15rem;margin:0 0 .5rem;font-weight:650}
.lead{font-size:1.125rem;color:var(--muted);max-width:38ch;margin:0 0 1.5rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}
.hero-note{font-size:.9rem;color:var(--muted);margin:0}
.hero-card{background:linear-gradient(160deg,var(--teal) 0%,#145a6a 100%);color:#fff;border-radius:20px;padding:1.75rem;box-shadow:var(--shadow);min-height:280px;display:flex;flex-direction:column;justify-content:space-between}
.hero-card h2{color:#fff;font-size:1.35rem}
.hero-card p{color:rgba(255,255,255,.88);margin:0}
.hero-card ol{margin:1rem 0 0;padding-left:1.1rem;color:rgba(255,255,255,.92)}
.hero-card li{margin:.35rem 0}
.trust{padding:1rem 0 2rem;border-bottom:1px solid var(--border)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.trust-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;font-size:.92rem;font-weight:550}
.trust-item span{display:block;color:var(--muted);font-weight:400;font-size:.85rem;margin-top:.25rem}
section{padding:clamp(2.5rem,6vw,4rem) 0}
.section-head{max-width:40rem;margin-bottom:1.75rem}
.section-head p{color:var(--muted);margin:.5rem 0 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;box-shadow:0 1px 0 rgba(15,23,42,.02);display:flex;flex-direction:column;gap:.5rem;height:100%}
.card a.card-link{font-weight:600;color:var(--teal);margin-top:auto;padding-top:.5rem}
.card p{color:var(--muted);margin:0;font-size:.95rem}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}
.step-num{width:36px;height:36px;border-radius:999px;background:var(--teal-soft);color:var(--teal);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.75rem}
.band{background:var(--teal);color:#fff;border-radius:20px;padding:clamp(1.75rem,4vw,2.5rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}
.band p{color:rgba(255,255,255,.88);margin:.4rem 0 0;max-width:42ch}
.band .btn-primary{background:#fff;color:var(--teal)}
.band .btn-primary:hover{background:var(--teal-soft)}
.faq details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;margin-bottom:.65rem}
.faq summary{cursor:pointer;font-weight:600;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq details[open] summary{margin-bottom:.5rem}
.faq p{color:var(--muted);margin:0}
.page-hero{padding:2rem 0 1rem}
.page-hero p{color:var(--muted);max-width:50ch}
.prose{max-width:68ch}
.prose p,.prose li{color:var(--muted)}
.prose h2{margin-top:2rem}
.prose ul{padding-left:1.2rem}
.footer{border-top:1px solid var(--border);padding:2.5rem 0 2rem;background:#fff;margin-top:1rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.5rem}
.footer h4{margin:0 0 .75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
.footer a{display:block;color:var(--text);text-decoration:none;margin:.35rem 0;font-size:.95rem}
.footer a:hover{color:var(--teal)}
.footer-bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--muted)}
.legal-box{background:var(--teal-soft);border-radius:var(--radius);padding:1rem 1.15rem;font-size:.9rem;color:var(--text);margin:1.5rem 0}
.mobile-nav{display:none}
@media (max-width:900px){
  .hero-grid,.trust-grid,.grid-3,.steps,.footer-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .menu-btn{display:inline-flex;align-items:center;justify-content:center}
  .nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;align-items:stretch;position:absolute;left:0;right:0;top:64px;background:#fff;border-bottom:1px solid var(--border);padding:1rem;gap:.75rem}
  .hero-grid,.trust-grid,.grid-3,.grid-2,.steps,.footer-grid{grid-template-columns:1fr}
  .hero{padding-top:1.5rem}
  h1{font-size:1.85rem}
}
