/* ============ Actions Web Hosting — colors and fonts ============ */
:root {
  --ink: #10223f;       /* navy: text and dark sections */
  --ink-2: #1a3358;
  --paper: #eef1f4;     /* cool page background */
  --white: #ffffff;
  --signal: #ff5a1f;    /* action orange: buttons and highlights */
  --signal-dark: #d9430c;
  --live: #0e8c7f;      /* green-teal: "online" and checkmarks */
  --muted: #51607a;
  --soft: #9fb0c8;      /* muted text on navy */
  --line: #cbd3de;
  --line-dark: #2a4368;
  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'IBM Plex Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body { font-family: var(--body); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); overflow-x: hidden; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; border-radius: 4px; }
address { font-style: normal; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

h1 { font-family: var(--display); font-weight: 800; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.03; letter-spacing: -0.035em; max-width: 16ch; }
h2 { font-family: var(--display); font-weight: 700; font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.1; letter-spacing: -0.025em; max-width: 22ch; }
h3 { font-family: var(--display); font-weight: 700; font-size: 1.2rem; line-height: 1.25; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 40ch; margin: 20px 0 30px; }
.intro { color: var(--muted); max-width: 58ch; margin-top: 14px; }
.under { margin-top: 24px; color: var(--muted); font-size: 0.96rem; max-width: 70ch; }
.fine { margin-top: 18px; font-size: 0.92rem; color: var(--muted); }
.text-link { display: inline-block; margin-top: 14px; font-weight: 600; color: var(--signal-dark); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-family: var(--body); font-weight: 600; font-size: 1rem; line-height: 1.2;
  text-decoration: none; text-align: center; padding: 13px 22px; border-radius: 10px;
  border: 2px solid var(--ink); background: var(--ink); color: var(--white); cursor: pointer;
  transition: transform 0.15s, background 0.15s;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: 0.55; cursor: default; transform: none; }
.btn.go { background: var(--signal); border-color: var(--signal); }
.btn.go:hover { background: var(--signal-dark); border-color: var(--signal-dark); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.sm { padding: 9px 16px; font-size: 0.95rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
form.pp.full { margin-top: auto; }
form.pp.full .btn { width: 100%; }

/* ---------- top strip + header ---------- */
.announce { background: var(--ink); color: var(--white); font-size: 0.92rem; text-align: center; padding: 8px 0; }
.announce a { text-decoration: none; }
.announce a:hover { text-decoration: underline; }
header.top { position: sticky; top: 0; z-index: 20; background: rgba(238, 241, 244, 0.93); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.logo { font-family: var(--display); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.logo i { width: 14px; height: 14px; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.22); flex: none; }
.logo.light { color: var(--white); }
.nav-links { display: flex; gap: 26px; list-style: none; }
.nav-links a { text-decoration: none; font-weight: 500; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.login { font-weight: 600; text-decoration: none; }
.login:hover { text-decoration: underline; }
.menu { display: none; position: relative; }
.menu summary { list-style: none; cursor: pointer; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 10px; display: grid; place-content: center; gap: 4px; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary span { display: block; width: 18px; height: 2px; background: var(--ink); }
.menu ul { position: absolute; right: 0; top: 52px; list-style: none; background: var(--white); border: 2px solid var(--ink); border-radius: 12px; padding: 8px; min-width: 200px; box-shadow: 6px 6px 0 var(--ink); }
.menu li a { display: block; padding: 10px 12px; text-decoration: none; font-weight: 500; border-radius: 8px; }
.menu li a:hover { background: var(--paper); }
@media (max-width: 960px) {
  .nav-links, .login { display: none; }
  .menu { display: block; }
}
@media (max-width: 420px) {
  .nav-actions .btn { display: none; }
  .logo { font-size: 1.1rem; }
}

/* ---------- payment thank-you strip ---------- */
.paid { background: #ddf3ef; color: #0b5e55; border-bottom: 1px solid #a9ded5; }
.paid-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-top: 14px; padding-bottom: 14px; }
.paid-close { background: none; border: 0; font-size: 1.6rem; line-height: 1; cursor: pointer; color: inherit; }

/* ---------- hero ---------- */
.hero { padding: 80px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.panel { background: var(--ink); color: #dde5f0; border-radius: 18px; padding: 26px; box-shadow: 12px 12px 0 var(--signal); }
.panel-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 0.9rem; color: var(--soft); margin-bottom: 16px; }
.dot { display: inline-flex; align-items: center; gap: 8px; color: #7fe3d5; }
.dot::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #2bd4bf; animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: 0.35; } }
.site-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid #243a5e; font-size: 0.98rem; }
.site-row b { font-weight: 500; color: var(--white); overflow: hidden; text-overflow: ellipsis; }
.tag { font-size: 0.8rem; padding: 3px 9px; border-radius: 99px; background: #16395a; color: #7fe3d5; white-space: nowrap; }
.tag.warn { background: #3a2a22; color: #ffb38f; }
.meter { margin-top: 16px; font-size: 0.88rem; color: var(--soft); }
.bar { height: 8px; background: #243a5e; border-radius: 99px; margin-top: 8px; overflow: hidden; }
.bar span { display: block; height: 100%; width: 38%; background: var(--signal); border-radius: 99px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 2px solid var(--ink); }
.facts div { padding: 20px 20px 0 0; }
.facts div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.facts dt { color: var(--muted); font-size: 0.95rem; order: 2; }
.facts dd { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: -0.03em; line-height: 1.1; }
.facts div { display: flex; flex-direction: column-reverse; }
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .panel { box-shadow: 8px 8px 0 var(--signal); }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div:nth-child(3) { padding-left: 0; border-left: 0; }
}

/* ---------- section bands ---------- */
.band { padding: 88px 0; }
.band.white { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band.ink { background: var(--ink); color: var(--white); }
.band.ink .intro { color: var(--soft); }
.page-hero { padding: 72px 0 64px; }
.page-hero .lead { max-width: 52ch; }
@media (max-width: 640px) { .band { padding: 64px 0; } .hero, .page-hero { padding: 52px 0; } }

/* ---------- pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border: 2px solid var(--ink); border-radius: 18px; overflow: hidden; background: var(--white); }
.plan { padding: 34px 30px; display: flex; flex-direction: column; }
.plan + .plan { border-left: 2px solid var(--ink); }
.plan.pick { background: var(--ink); color: var(--white); }
.plan h3 { font-size: 1.4rem; }
.plan .note { font-size: 0.93rem; color: var(--muted); margin-top: 4px; min-height: 3em; }
.plan.pick .note, .plan.pick .per { color: var(--soft); }
.price { font-family: var(--display); font-weight: 800; font-size: 3.5rem; letter-spacing: -0.04em; line-height: 1; margin-top: 18px; }
.price small { font-family: var(--body); font-size: 1rem; font-weight: 500; letter-spacing: 0; }
.per { color: var(--muted); font-size: 0.95rem; margin-top: 6px; }
.checks { list-style: none; margin: 24px 0 28px; display: grid; gap: 8px; font-size: 0.97rem; }
.checks li { display: flex; gap: 10px; }
.checks li::before { content: '✓'; color: var(--live); font-weight: 700; }
.plan.pick .checks li::before { color: #2bd4bf; }
.plan.pick .btn.go { border-color: var(--signal); }
.badge { align-self: flex-start; font-size: 0.8rem; font-weight: 600; background: var(--signal); color: var(--white); padding: 3px 10px; border-radius: 99px; margin-bottom: 10px; }
@media (max-width: 900px) {
  .plans { grid-template-columns: 1fr; }
  .plan + .plan { border-left: 0; border-top: 2px solid var(--ink); }
  .plan .note { min-height: 0; }
}

/* ---------- features ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 48px; margin-top: 40px; }
.feature { padding: 22px 0; border-top: 1px solid var(--line); }
.feature h3 { margin-bottom: 6px; }
.feature p { color: var(--muted); font-size: 0.98rem; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* ---------- domain search ---------- */
.domain-search { margin-top: 32px; max-width: 760px; }
.ds-form { display: flex; gap: 10px; }
.ds-form input {
  flex: 1; min-width: 0; font: inherit; font-size: 1.1rem; padding: 14px 16px; border-radius: 10px;
  border: 2px solid var(--line-dark); background: var(--white); color: var(--ink);
}
.ds-form input:focus { outline: none; border-color: var(--signal); }
.ds-prices { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; font-size: 0.95rem; color: var(--soft); }
.ds-prices b { color: var(--white); font-weight: 600; }
.ds-error { margin-top: 16px; color: #ffb38f; }
.ds-results { list-style: none; margin-top: 22px; border-radius: 14px; overflow: hidden; background: var(--white); color: var(--ink); }
.ds-row { display: flex; align-items: center; gap: 16px; padding: 14px 18px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.ds-row:first-child { border-top: 0; }
.ds-name { font-weight: 600; flex: 1; min-width: 160px; word-break: break-all; }
.ds-status { color: var(--muted); font-size: 0.95rem; }
.ds-status.ok { color: var(--live); font-weight: 600; }
.ds-row.taken .ds-name { color: var(--muted); text-decoration: line-through; }
.page-hero .ds-prices { color: var(--muted); }
.page-hero .ds-prices b { color: var(--ink); }
.page-hero .ds-error { color: var(--signal-dark); }
.page-hero .ds-results { border: 2px solid var(--ink); }
.page-hero .ds-form input { border-color: var(--ink); }
@media (max-width: 520px) { .ds-form { flex-direction: column; } }

.price-table { width: 100%; max-width: 640px; margin-top: 32px; border-collapse: collapse; }
.price-table th, .price-table td { text-align: left; padding: 12px 0; border-bottom: 1px solid var(--line); }
.price-table th { font-size: 0.9rem; color: var(--muted); font-weight: 500; }
.price-table td:first-child { font-weight: 600; }

/* ---------- steps (a real sequence) ---------- */
.steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 44px; }
.steps li { counter-increment: step; }
.steps li::before {
  content: counter(step); display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid var(--ink); font-family: var(--display); font-weight: 800; font-size: 1.4rem; margin-bottom: 16px;
}
.steps li:last-child::before { background: var(--signal); border-color: var(--signal); color: var(--white); }
.steps h3 { font-size: 1.25rem; margin-bottom: 6px; }
.steps p { color: var(--muted); }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- apps ---------- */
.apps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.app { border: 2px solid var(--ink); border-radius: 14px; padding: 22px; }
.app:first-child { background: var(--ink); color: var(--white); }
.app:first-child p { color: var(--soft); }
.app h3 { font-size: 1.3rem; margin-bottom: 6px; }
.app p { color: var(--muted); font-size: 0.96rem; }
@media (max-width: 900px) { .apps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .apps { grid-template-columns: 1fr; } }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; }
.quote { background: var(--white); border-left: 4px solid var(--signal); padding: 22px 24px; border-radius: 0 12px 12px 0; }
.quote blockquote { font-size: 1.05rem; }
.quote figcaption { margin-top: 14px; display: flex; flex-direction: column; font-size: 0.93rem; }
.quote figcaption span { color: var(--muted); }

/* ---------- guarantee ---------- */
.guarantee { display: flex; gap: 44px; align-items: center; }
.seal {
  flex: none; width: 150px; height: 150px; border-radius: 50%; background: var(--signal); color: var(--white);
  display: grid; place-content: center; text-align: center; font-family: var(--display); font-weight: 800;
  font-size: 3.4rem; line-height: 0.9; letter-spacing: -0.04em; box-shadow: 0 0 0 10px rgba(255, 90, 31, 0.18);
}
.seal small { font-size: 1rem; font-weight: 600; letter-spacing: 0; }
@media (max-width: 640px) { .guarantee { flex-direction: column; align-items: flex-start; gap: 28px; } .seal { width: 120px; height: 120px; font-size: 2.8rem; } }

/* ---------- faq ---------- */
.faq { margin-top: 32px; max-width: 800px; }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { font-family: var(--display); font-weight: 700; font-size: 1.15rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.6rem; line-height: 1; color: var(--signal); transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin-top: 10px; max-width: 66ch; }

/* ---------- closing CTA ---------- */
.closing-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 28px; }

/* ---------- text pages ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: 1.6rem; margin: 36px 0 10px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose ul { color: #33425c; margin-bottom: 14px; }
.prose ul { padding-left: 22px; display: grid; gap: 6px; }
.prose a { color: var(--signal-dark); font-weight: 500; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { border: 2px solid var(--ink); border-radius: 14px; padding: 26px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.contact-card h2 { font-size: 1.5rem; }
.contact-card p { color: var(--muted); }
.contact-card .btn { word-break: break-all; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.foot { background: var(--ink); color: var(--soft); padding: 64px 0 32px; font-size: 0.95rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 36px; }
.foot-brand address { margin: 16px 0 10px; line-height: 1.55; }
.foot h2 { font-family: var(--display); color: var(--white); font-size: 1rem; letter-spacing: 0; margin-bottom: 12px; }
.foot ul { list-style: none; display: grid; gap: 7px; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--white); text-decoration: underline; }
.copy { margin-top: 48px; padding-top: 20px; border-top: 1px solid #243a5e; font-size: 0.88rem; }
@media (max-width: 960px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- domain field inside the plan cards ---------- */
.pp-domain { margin-bottom: 12px; }
.pp-domain label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 6px; }
.pp-domain input {
  width: 100%; font: inherit; font-size: 1rem; padding: 11px 12px; border-radius: 10px;
  border: 2px solid var(--line); background: var(--white); color: var(--ink);
}
.pp-domain input:focus { outline: none; border-color: var(--signal); }
.plan.pick .pp-domain input { border-color: var(--line-dark); }
