:root{
  --bg: #f6fbfa;
  --surface: #ffffff;
  --surface2: #ffffff;
  --text: #07211c;
  --muted: rgba(7,33,28,.72);
  --border: rgba(7,33,28,.14);
  --primary: #16a977;
  --primary2: #2aa7c9;
  --danger: #c43b3b;
  --focus: rgba(42,167,201,.25);
  --radius: 16px;
  --shadow: 0 18px 60px rgba(7,33,28,.12);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1100px 650px at 12% -10%, rgba(22,169,119,.18), transparent 65%),
              radial-gradient(950px 560px at 92% 0%, rgba(42,167,201,.16), transparent 60%),
              var(--bg);
  color: var(--text);
}

a{color:inherit; text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:1100px; margin:0 auto; padding:0 18px}

.skip{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip:focus{
  left:18px;
  top:18px;
  width:auto;
  height:auto;
  padding:10px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  z-index: 999;
}

.header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header--transparent{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
}
.header--transparent .brand__name,
.header--transparent .brand__tag,
.header--transparent .nav a{
  color: rgba(255,255,255,.92);
}
.header--transparent .nav a:hover{color:#ffffff}
.header--transparent .pill{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
}
.header--transparent .cartButton{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
}
.header--transparent .cartButton:hover{border-color: rgba(255,255,255,.32)}
.header--transparent .btn{
  border-radius: 999px;
  padding: 12px 16px;
}
.header--transparent .btn--primary{color:#ffffff}
.header--transparent .btn--ghost{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
}
.header--transparent .btn--ghost:hover{border-color: rgba(255,255,255,.32)}

.header--transparent.header--scrolled{
  position: sticky;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header--transparent.header--scrolled .brand__name,
.header--transparent.header--scrolled .brand__tag,
.header--transparent.header--scrolled .nav a{
  color: var(--muted);
}
.header--transparent.header--scrolled .nav a:hover{color: var(--text)}
.header--transparent.header--scrolled .pill{
  background: rgba(42,167,201,.12);
  border-color: rgba(42,167,201,.22);
  color: var(--text);
}
.header--transparent.header--scrolled .cartButton{
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.85));
  border-color: var(--border);
  color: var(--text);
}
.header--transparent.header--scrolled .btn--ghost{
  background: rgba(255,255,255,.7);
  border-color: var(--border);
  color: var(--text);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 14px;
}

.brand{display:flex; align-items:center; gap:12px}
.brand__logoWrap{
  display:flex;
  align-items:center;
  justify-content:center;
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.brand__logo{width:148px; height:56px; object-fit:contain; display:block}
.header--transparent .brand__logo{width: 520px; height: 170px}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand__tag{font-size:12px; color:var(--muted)}

.nav{display:flex; gap:14px; align-items:center}
.nav a{color:var(--muted); font-weight:600; font-size:14px}
.nav a:hover{color:var(--text); text-decoration:none}

.header__actions{display:flex; gap:10px; align-items:center}

.cartButton{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.85));
  color: var(--text);
  padding:10px 12px;
  border-radius: 999px;
  cursor:pointer;
}
.cartButton:hover{border-color: rgba(232,255,251,.28)}

.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 22px;
  height:22px;
  padding:0 7px;
  border-radius:999px;
  background: rgba(42,167,201,.12);
  border: 1px solid rgba(42,167,201,.22);
  font-size:12px;
  font-weight:700;
}

.hero{padding: 64px 0 48px}
.hero--dark{
  --hero-image: url("../img/hero-bg.svg");
  background:
    linear-gradient(180deg, rgba(4,18,14,.62), rgba(4,18,14,.78)),
    radial-gradient(900px 500px at 50% 20%, rgba(22,169,119,.22), transparent 60%),
    var(--hero-image) center/cover no-repeat;
  color: #ffffff;
}
.hero--dark .lead{color: rgba(255,255,255,.80)}
.hero--dark .badge{background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.88)}
.hero--dark .btn--ghost{background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.92)}
.hero--dark .btn--ghost:hover{border-color: rgba(255,255,255,.32)}
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: start;
}

.hero--center{
  padding-top: 170px;
  padding-bottom: 110px;
  min-height: 86vh;
  display:flex;
  align-items:center;
}
.hero--center .hero__grid{grid-template-columns: 1fr; justify-items:center}
.heroCenter{max-width: 980px; text-align:center}
.heroKicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  margin-bottom: 14px;
  color: rgba(255,255,255,.90);
  font-weight: 800;
}
.heroKicker img{width: 22px; height: 22px; object-fit:contain}

.grid2{display:grid; grid-template-columns: 1fr 1fr; gap: 14px}

.featureStrip{padding-top: 0; margin-top: -56px}
.featureBar{
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(22,169,119,.98), rgba(42,167,201,.90));
  border: 1px solid rgba(255,255,255,.18);
}
.featureRow{display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px}
.featureItem{
  border:none;
  background: transparent;
  border-radius: 14px;
  padding: 10px 12px;
  display:flex;
  gap: 12px;
  align-items:center;
}
.featureIcon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
}
.featureItem h3{margin:0 0 4px; font-size:16px; color: rgba(255,255,255,.98)}
.featureItem p{margin:0; color: rgba(255,255,255,.86); line-height: 1.45}

.mediaSplit{display:grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items:center}
.mediaSplit__img{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow:hidden;
  background: rgba(255,255,255,.8);
}
.mediaSplit__img img{width:100%; height:auto; display:block}

h1{font-size:64px; line-height:1.02; margin:0 0 18px; letter-spacing: -.6px}
.heroSearch{
  margin: 18px 0 10px;
  display:flex;
  gap: 0;
  align-items:stretch;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.heroSearch .field{min-width: 0}
.heroSearch .field span{color: rgba(7,33,28,.70)}
.heroSearch__field{flex: 1}
.heroSearch__tld{width: 170px}
.heroSearch__custom{width: 170px}
.heroSearch input, .heroSearch select{
  border: none;
  background: transparent;
  padding: 12px 14px;
  border-radius: 12px;
}
.heroSearch input:focus, .heroSearch select:focus{box-shadow: 0 0 0 3px rgba(22,169,119,.18)}
.heroSearch__btn{
  height: auto;
  border-radius: 14px;
  white-space:nowrap;
  padding: 0 18px;
}
.heroSearch .btn--primary{
  background: var(--primary);
  border-color: rgba(22,169,119,.35);
  color: #ffffff;
}
.heroSearch .btn--primary:hover{filter: brightness(1.02)}
.heroResult{color: rgba(255,255,255,.80)}
.heroResult strong{color: #ffffff}
.lead{color:var(--muted); font-size:16px; line-height:1.6; margin:0 0 18px}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap}

.btn{
  border: 1px solid var(--border);
  background: rgba(255,255,255,.9);
  color: var(--text);
  padding: 11px 14px;
  border-radius: 14px;
  font-weight: 700;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
}
.btn:hover{border-color: rgba(232,255,251,.28)}
.btn:focus-visible{outline: 3px solid var(--focus); outline-offset: 2px}

.btn--primary{
  border-color: rgba(22,169,119,.35);
  background: linear-gradient(135deg, rgba(22,169,119,.95), rgba(42,167,201,.85));
  color: #05211d;
}
.btn--primary:hover{filter: brightness(1.02)}

.btn--ghost{background: rgba(255,255,255,.7)}
.btn--full{width:100%}

.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top: 18px}
.badge{
  font-size:12px;
  font-weight:700;
  color: var(--text);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.8);
}

.heroCard{
  border:1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.heroCard__top{display:flex; justify-content:space-between; gap:14px; align-items:flex-start; margin-bottom: 12px}
.heroCard__title{font-weight:800}
.heroCard__amount{font-size:34px; font-weight:900; letter-spacing: .2px}
.heroCard__meta{color:var(--muted); font-size:12px}

.checklist{list-style:none; padding:0; margin: 14px 0 16px}
.checklist li{position:relative; padding-left: 26px; margin: 10px 0; color: var(--muted); line-height: 1.45}
.checklist li:before{content:"✓"; position:absolute; left:0; top:0; color: var(--primary2); font-weight: 900}

.section{padding: 42px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(42,167,201,.08), rgba(246,251,250,0));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

h2{font-size:30px; margin:0 0 10px}
.sectionLead{color:var(--muted); margin:0 0 18px; line-height:1.6}

.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px}

.card{
  border:1px solid var(--border);
  background: rgba(255,255,255,.9);
  border-radius: var(--radius);
  padding: 16px;
}
.card h3{margin:0 0 8px}
.card p{margin:0; color:var(--muted); line-height:1.55}

.split{display:grid; grid-template-columns: 1fr 1fr; gap: 14px}

.bullets{margin:0; padding-left: 18px; color:var(--muted); line-height:1.6}

.note{
  margin-top: 18px;
  border: 1px dashed rgba(42,167,201,.35);
  background: rgba(42,167,201,.07);
  border-radius: var(--radius);
  padding: 14px;
  color: var(--muted);
}

.domainSearch{
  border:1px solid var(--border);
  background: rgba(255,255,255,.9);
  border-radius: var(--radius);
  padding: 14px;
}
.domainSearch__row{display:flex; gap:12px; align-items:flex-end; flex-wrap:wrap}

.field{display:flex; flex-direction:column; gap:6px; min-width: 220px}
.field span{font-size:12px; font-weight:700; color: var(--muted)}

.phoneInput{
  display:flex;
  gap:10px;
  align-items:stretch;
}
.phoneInput select{
  min-width: 210px;
}
.phoneInput input{
  flex:1;
  min-width: 0;
}

input, select{
  border-radius: 12px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.95);
  color: var(--text);
  padding: 11px 12px;
  outline: none;
}
input:focus, select:focus{box-shadow: 0 0 0 3px var(--focus)}

.result{
  width:100%;
  min-height: 28px;
  color: var(--muted);
  line-height:1.45;
}
.result strong{color: var(--text)}

.priceTable{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.priceItem{
  border:1px solid var(--border);
  background: rgba(255,255,255,.9);
  border-radius: var(--radius);
  padding: 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.priceItem__left{display:flex; flex-direction:column; gap: 4px}
.priceItem__tld{font-weight:900}
.priceItem__price{color: var(--muted); font-size:13px}

.footer{border-top:1px solid var(--border); padding: 28px 0; background: rgba(255,255,255,.75)}
.footer__inner{display:flex; justify-content:space-between; align-items:center; gap: 14px; flex-wrap:wrap}
.footer__brand{font-weight:900}
.muted{color:var(--muted)}

/* Drawer (dialog) */
.drawer{border:none; padding:0; margin:0; background:transparent}
.drawer::backdrop{background: rgba(0,0,0,.55)}
.drawer__backdrop{position:fixed; inset:0}
.drawer__backdropBtn{
  position:absolute;
  inset:0;
  border:none;
  background: transparent;
  padding:0;
  cursor:pointer;
}

.drawer__panel{
  position:fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(420px, 100vw);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,251,250,.98));
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
}

.drawer__header{display:flex; align-items:center; justify-content:space-between; gap:12px; padding: 16px; border-bottom: 1px solid var(--border)}
.drawer__title{font-weight:900; font-size:18px}
.drawer__body{padding: 16px; overflow:auto; flex:1}
.drawer__footer{padding: 16px; border-top: 1px solid var(--border)}

.cartItems{display:flex; flex-direction:column; gap: 10px}
.cartItem{
  border:1px solid var(--border);
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  padding: 12px;
}
.cartItem__top{display:flex; justify-content:space-between; gap: 12px}
.cartItem__name{font-weight:800}
.cartItem__meta{color:var(--muted); font-size:12px; margin-top: 4px}
.cartItem__actions{display:flex; gap:10px; align-items:center; margin-top: 10px}

.iconBtn{
  border:1px solid var(--border);
  background: rgba(255,255,255,.95);
  color: var(--text);
  border-radius: 12px;
  padding: 8px 10px;
  cursor:pointer;
  font-weight:800;
}
.iconBtn--danger{border-color: rgba(255,107,107,.35); color: rgba(255,107,107,.95)}

.totals{display:flex; flex-direction:column; gap: 8px; margin-bottom: 12px}
.totals__row{display:flex; justify-content:space-between; gap: 10px}

@media (max-width: 900px){
  .hero__grid{grid-template-columns: 1fr}
  h1{font-size:44px}
  .grid3{grid-template-columns: 1fr}
  .grid2{grid-template-columns: 1fr}
  .featureRow{grid-template-columns: 1fr}
  .mediaSplit{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .priceTable{grid-template-columns: repeat(2, 1fr)}
  .nav{flex-wrap:wrap; justify-content:flex-start}
  .header__inner{flex-wrap:wrap}
  .header__actions{width:100%; justify-content:flex-start}
  .heroSearch{flex-direction:column; gap:10px}
  .heroSearch__tld, .heroSearch__custom{width: 100%}
}

@media (max-width: 520px){
  .brand__logo{width:132px; height:50px}
  .header--transparent .brand__logo{width: 320px; height: 110px}
}
