:root{
  --bg:#061A13;
  --bg-2:#061A13;
  --panel:#0c241c;
  --panel-2:#102c22;
  --panel-3:#14382b;
  --line:#1f4738;
  --line-soft:#18392d;
  --text:#f7f3eb;
  --muted:#9db2a8;
  --accent:#f28a24;
  --accent-2:#ffad4f;
  --accent-deep:#c95f08;
  --green:#47c88b;
  --red:#ff7a67;
  --max:1180px;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  min-width:0;
  background:#061A13;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
button,input{font:inherit}
.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:#061A13;
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.logo{
  font-size:32px;
  line-height:1;
  font-weight:950;
  letter-spacing:-2.3px;
  color:#fff;
}

.logo span{color:var(--accent)}

.brand-copy{
  padding-left:14px;
  border-left:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:2px;
}

.brand-copy strong{
  font-size:13px;
  line-height:1.2;
  letter-spacing:.01em;
}

.brand-copy small{
  color:var(--muted);
  font-size:11px;
}

nav{
  display:flex;
  align-items:center;
  gap:28px;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}

nav a{transition:.2s ease}
nav a:hover{color:var(--accent)}

.hero{
  position:relative;
  background:#061A13;
  overflow:hidden;
  border-bottom:1px solid var(--line-soft);
}

.hero:before{content:none;}

.hero-glow{display:none;}

.hero-inner{
  position:relative;
  z-index:2;
  padding:100px 0 86px;
  max-width:1000px;
}

.eyebrow,
.kicker{
  color:var(--accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.17em;
}

.eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
}

.eyebrow span{
  width:24px;
  height:2px;
  background:var(--accent);
  display:block;
}

h1{
  margin:17px 0 24px;
  max-width:860px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(58px,8vw,106px);
  line-height:.91;
  letter-spacing:-5px;
  font-weight:700;
}

h1 em{
  color:var(--accent);
  font-weight:400;
}

.lead{
  max-width:770px;
  margin:0 0 34px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.lead strong{color:#d8e8df}

.search-box{
  width:min(930px,100%);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  padding:7px;
  background:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:17px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.prefix{
  display:flex;
  align-items:center;
  height:62px;
  padding-left:18px;
  color:#7f8d86;
  font-size:19px;
  font-weight:800;
}

.search-box input{
  min-width:0;
  height:62px;
  padding:0 10px;
  border:0;
  outline:0;
  background:transparent;
  color:#112018;
  font-size:22px;
  font-weight:800;
}

.search-box input::placeholder{color:#9aa49e}

.search-box button{
  height:56px;
  border:0;
  border-radius:11px;
  padding:0 19px 0 22px;
  display:flex;
  align-items:center;
  gap:18px;
  background:var(--accent);
  color:#1d1207;
  font-weight:950;
  cursor:pointer;
  transition:.2s ease;
}

.search-box button b{
  font-size:20px;
  font-weight:500;
}

.search-box button:hover{
  background:var(--accent-2);
  transform:translateY(-1px);
}

.trust-row{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin-top:18px;
  color:#829d90;
  font-size:12px;
  font-weight:700;
}

.trust-row span{color:var(--green)}

.results-section{
  padding:34px 0 12px;
}

.status-line{
  margin:0 0 15px;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--panel);
  color:var(--muted);
}

.status-line strong{color:#fff}

.domain-result{
  overflow:hidden;
  margin:14px 0 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,var(--panel),#0a2119);
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.domain-head{
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid var(--line);
}

.domain-name{
  font-size:26px;
  font-weight:950;
  letter-spacing:-.8px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.badge.free{
  background:rgba(71,200,139,.12);
  color:#71e0ad;
  border:1px solid rgba(71,200,139,.22);
}

.badge.occupied{
  background:rgba(255,122,103,.11);
  color:#ff9a8d;
  border:1px solid rgba(255,122,103,.2);
}

.badge.unknown{
  background:rgba(255,255,255,.05);
  color:#c0cfc7;
  border:1px solid rgba(255,255,255,.08);
}

.offer-tools{
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  background:#092019;
  border-bottom:1px solid var(--line);
}

.period-tabs{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}

.period-tabs button{
  border:1px solid var(--line);
  background:var(--panel);
  color:var(--muted);
  border-radius:9px;
  padding:8px 11px;
  cursor:pointer;
  font-size:12px;
  font-weight:850;
}

.period-tabs button.active{
  background:var(--accent);
  color:#201407;
  border-color:var(--accent);
}

.offer-tools small{color:#759184}

.offers{padding:0}

.offer{
  display:grid;
  grid-template-columns:minmax(160px,1.25fr) repeat(3,minmax(105px,.7fr)) minmax(125px,.7fr);
  align-items:center;
  gap:12px;
  padding:17px 20px;
  border-top:1px solid var(--line-soft);
}

.offer:first-child{border-top:0}
.offer:hover{background:rgba(255,255,255,.018)}

.provider{
  color:#fff;
  font-weight:950;
}

.provider small{
  display:block;
  margin-top:5px;
  max-width:260px;
  color:#779386;
  font-size:10px;
  line-height:1.35;
  font-weight:500;
}

.price-label{
  display:block;
  margin-bottom:4px;
  color:#718d80;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:800;
}

.price{
  color:#f5f4ef;
  font-weight:950;
}

.best:after{
  content:"Billigast";
  display:inline-block;
  margin-left:6px;
  padding:3px 6px;
  border-radius:999px;
  background:rgba(242,138,36,.14);
  color:#ffae5d;
  font-size:8px;
  font-weight:950;
  vertical-align:2px;
}

.go{
  justify-self:end;
  min-width:116px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:9px;
  background:var(--accent);
  color:#221407;
  font-size:12px;
  font-weight:950;
  transition:.2s ease;
}

.go:hover{background:var(--accent-2)}

.no-offers{
  padding:22px;
  color:var(--muted);
}

.compare{
  padding:88px 0;
}

.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:34px;
  margin-bottom:30px;
}

.section-heading h2,
.price-note h2{
  margin:7px 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:47px;
  line-height:1.02;
  letter-spacing:-2px;
}

.section-heading>p{
  max-width:520px;
  margin:0;
  color:var(--muted);
  line-height:1.7;
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.cards article{
  min-height:240px;
  padding:23px;
  border:1px solid var(--line);
  border-radius:16px;
  background:
    linear-gradient(160deg,rgba(242,138,36,.04),transparent 45%),
    var(--panel);
}

.card-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:52px;
  border:1px solid rgba(242,138,36,.26);
  border-radius:10px;
  background:rgba(242,138,36,.08);
  color:var(--accent);
  font-size:11px;
  font-weight:950;
}

.cards h3{
  margin:0 0 8px;
  font-size:20px;
}

.cards p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.price-note{
  padding:68px 0;
  background:#0a2119;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.note-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
}

.updated{
  margin-top:15px;
  color:#728f81;
  font-size:12px;
}

.note-copy p{
  max-width:650px;
  margin-top:0;
  color:var(--muted);
  line-height:1.75;
}

.faq{
  padding:88px 0;
}

.faq details{
  border-top:1px solid var(--line);
  padding:20px 0;
}

.faq details:last-child{border-bottom:1px solid var(--line)}

.faq summary{
  cursor:pointer;
  font-weight:900;
  color:#edf5f1;
}

.faq p{
  max-width:860px;
  color:var(--muted);
  line-height:1.7;
}

footer{
  padding:34px 0 42px;
}

.footer-inner{
  display:flex;
  align-items:center;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}

.logo.small{
  font-size:25px;
}

.footer-brand>div:last-child{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.footer-brand strong{
  font-size:12px;
}

.footer-brand small{
  color:var(--muted);
  font-size:10px;
}

.loading{
  display:flex;
  align-items:center;
  gap:10px;
}

.spinner{
  width:17px;
  height:17px;
  border:2px solid #244c3d;
  border-top-color:var(--accent);
  border-radius:50%;
  animation:spin .8s linear infinite;
}

@keyframes spin{to{transform:rotate(360deg)}}

.error-box{
  padding:15px;
  border:1px solid rgba(255,122,103,.28);
  border-radius:12px;
  background:rgba(255,122,103,.08);
  color:#ffae9f;
}

@media(max-width:850px){
  nav{display:none}
  .hero-inner{padding:72px 0 64px}
  h1{letter-spacing:-3px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .cards{grid-template-columns:1fr}
  .cards article{min-height:auto}
  .card-icon{margin-bottom:28px}
  .offer{grid-template-columns:1fr 1fr}
  .provider{grid-column:1/-1}
  .go{justify-self:stretch}
  .offer .p5{display:none}
  .note-grid{grid-template-columns:1fr;gap:28px}
}

@media(max-width:560px){
  .wrap{width:min(var(--max),calc(100% - 24px))}
  .header-inner{min-height:68px}
  .brand-copy strong{font-size:11px}
  .brand-copy small{font-size:9px}
  .logo{font-size:28px}

  .hero-inner{padding:57px 0 52px}
  h1{
    margin-top:15px;
    font-size:56px;
    letter-spacing:-2.7px;
  }

  .lead{font-size:15px}

  .search-box{
    grid-template-columns:auto 1fr;
    padding:5px;
    border-radius:14px;
  }

  .prefix{
    height:50px;
    padding-left:13px;
    font-size:16px;
  }

  .search-box input{
    height:50px;
    font-size:18px;
    padding-left:5px;
  }

  .search-box button{
    grid-column:1/-1;
    width:100%;
    height:50px;
    margin-top:4px;
    justify-content:space-between;
  }

  .trust-row{
    gap:12px 18px;
    font-size:11px;
  }

  .domain-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .domain-name{font-size:23px}

  .offer{
    grid-template-columns:1fr;
    gap:10px;
  }

  .provider{grid-column:auto}
  .go{width:100%}
  .offer .p4,
  .offer .p5{display:none}

  .section-heading h2,
  .price-note h2{
    font-size:36px;
    letter-spacing:-1.2px;
  }

  .compare,
  .faq{
    padding:66px 0;
  }

  .brand-copy{
    padding-left:11px;
  }
}


/* Homepage sticky advertisement */
.homepage-ad-overlay{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;justify-content:center;padding:0 18px 14px;pointer-events:none}
.homepage-ad-sticky{position:relative;width:min(1020px,100%);background:#061A13;border:1px solid rgba(255,255,255,.10);border-radius:14px;box-shadow:0 -8px 32px rgba(0,0,0,.22);padding:7px 10px 10px;pointer-events:auto}
.homepage-ad-topline{height:24px;display:flex;align-items:center;justify-content:center;position:relative;color:#9db2a8;font-size:9px;font-weight:800;letter-spacing:.14em}
.homepage-ad-close{position:absolute;right:0;top:-1px;width:26px;height:26px;border:0;border-radius:50%;background:#102c22;color:#f7f3eb;font-size:20px;line-height:24px;cursor:pointer;padding:0}
.homepage-ad-close:hover{background:#14382b}
.homepage-ad-content{display:flex;align-items:center;justify-content:center;overflow:hidden;line-height:0}
.homepage-ad-content img,.homepage-ad-content iframe{display:block;max-width:100%;height:auto}
.homepage-ad-overlay.is-hidden{display:none}
@media(max-width:700px){
  .homepage-ad-overlay{padding:0 8px 8px}
  .homepage-ad-sticky{border-radius:11px;padding:5px 6px 7px}
  .homepage-ad-topline{height:22px}
  .homepage-ad-close{width:24px;height:24px;font-size:18px;line-height:22px}
  .homepage-ad-content img,.homepage-ad-content iframe{max-width:100%!important;height:auto!important}
}


/* Webbhotell & VPN */
.services-section{padding:78px 0 84px;border-top:1px solid var(--line-soft)}
.services-heading{margin-bottom:30px}
.service-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.service-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:245px;padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,var(--panel),var(--panel-2));overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.service-card:hover{transform:translateY(-4px);border-color:rgba(242,138,36,.65);box-shadow:0 18px 42px rgba(0,0,0,.18)}
.service-card:after{content:"";position:absolute;right:-55px;top:-65px;width:170px;height:170px;border-radius:50%;background:rgba(242,138,36,.07);pointer-events:none}
.service-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:24px;border:1px solid rgba(242,138,36,.28);border-radius:15px;background:rgba(242,138,36,.10);color:var(--accent);font-size:25px;font-weight:900}
.service-copy{position:relative;z-index:1;max-width:430px}
.service-label{display:block;margin-bottom:8px;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.15em}
.service-copy h3{margin:0 0 10px;font-size:25px;line-height:1.15;letter-spacing:-.6px}
.service-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.service-arrow{position:absolute;right:26px;bottom:26px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--accent);color:#171008;font-size:21px;font-weight:900;transition:transform .2s ease}
.service-card:hover .service-arrow{transform:translateX(3px)}
@media(max-width:850px){.service-cards{grid-template-columns:1fr}.service-card{min-height:220px}}
@media(max-width:560px){.services-section{padding:58px 0 64px}.service-cards{gap:14px}.service-card{min-height:210px;padding:22px;border-radius:18px}.service-icon{width:48px;height:48px;margin-bottom:20px;font-size:22px}.service-copy{padding-right:40px}.service-copy h3{font-size:21px}.service-copy p{font-size:14px}.service-arrow{right:20px;bottom:20px;width:38px;height:38px;font-size:18px}}
.subhero{padding:82px 0 58px;border-bottom:1px solid var(--line-soft)}
.subhero h1{margin:12px 0 16px;font-size:clamp(44px,7vw,76px);line-height:.98;letter-spacing:-3px}
.subhero p{max-width:700px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.listing-section{padding:52px 0 90px}
.service-list{display:grid;gap:14px}
.service-offer{display:grid;grid-template-columns:minmax(280px,1.25fr) minmax(360px,1fr) auto;align-items:center;gap:26px;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}
.offer-brand{display:flex;align-items:center;gap:16px;min-width:0}.offer-brand img{width:54px;height:54px;object-fit:contain;border-radius:12px;background:#fff;padding:6px}.offer-brand h2{margin:0 0 5px;font-size:20px}.offer-brand p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.offer-facts{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));gap:14px}.offer-facts span{display:flex;flex-direction:column;gap:4px}.offer-facts small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.offer-facts strong{font-size:15px}
.service-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:12px;background:var(--accent);color:#171008;font-size:13px;font-weight:900;white-space:nowrap}
.empty-service{padding:50px 28px;border:1px solid var(--line);border-radius:20px;background:var(--panel);text-align:center}.empty-service h2{margin:0 0 8px}.empty-service p{margin:0;color:var(--muted)}
@media(max-width:850px){.service-cards{grid-template-columns:1fr}.service-offer{grid-template-columns:1fr}.offer-facts{grid-template-columns:repeat(2,1fr)}.service-cta{width:100%}}
@media(max-width:560px){.services-section{padding:60px 0}.service-card{grid-template-columns:50px 1fr 38px;gap:14px;padding:20px;min-height:145px}.service-icon{width:50px;height:50px;font-size:24px}.service-arrow{width:38px;height:38px;font-size:18px}.service-copy h3{font-size:19px}.subhero{padding:56px 0 42px}.subhero h1{letter-spacing:-2px}.listing-section{padding:34px 0 70px}.service-offer{padding:18px;gap:20px}.offer-facts{grid-template-columns:1fr 1fr}}

/* Webbhotell & VPN — clean professional cards */
.service-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:20px;
}
.service-card{
  position:relative;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  grid-template-rows:1fr;
  align-items:center;
  gap:20px;
  width:100%;
  min-height:190px;
  height:100%;
  padding:28px 30px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--panel);
  overflow:hidden;
  text-decoration:none;
  box-shadow:none;
}
.service-card:after{display:none!important;content:none!important}
.service-card:hover{transform:translateY(-2px);border-color:rgba(242,138,36,.55);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.service-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin:0;
  border:1px solid rgba(242,138,36,.32);
  border-radius:10px;
  background:rgba(242,138,36,.07);
  color:var(--accent);
  font-size:23px;
  font-weight:900;
}
.service-copy{max-width:none;padding:0!important}
.service-label{margin-bottom:7px}
.service-copy h3{margin:0 0 8px;font-size:24px}
.service-copy p{margin:0;max-width:420px}
.service-arrow{
  position:static;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  color:var(--accent);
  font-size:24px;
  line-height:1;
}
.service-card:hover .service-arrow{transform:translateX(3px)}
@media(max-width:850px){
  .service-cards{grid-template-columns:1fr}
  .service-card{min-height:170px;height:auto}
}
@media(max-width:560px){
  .service-card{grid-template-columns:46px minmax(0,1fr) auto;gap:14px;min-height:150px;padding:20px;border-radius:14px}
  .service-icon{width:46px;height:46px;margin:0;border-radius:9px;font-size:21px}
  .service-copy h3{font-size:19px}
  .service-copy p{font-size:14px;line-height:1.5}
  .service-arrow{position:static;width:auto;height:auto;font-size:21px}
}
