/* ==========================================================================
   phphoster.site — design system
   Direction: mainstream Indian shared-hosting. Light, blue + orange, high
   trust density, pricing early. Familiar to buyers comparing MilesWeb,
   Hostinger India and HostingRaja.
   ========================================================================== */

:root {
  --brand:       #1651D4;
  --brand-dark:  #0F3AA0;
  --brand-soft:  #EAF1FF;
  --brand-soft2: #F5F8FD;

  --accent:      #FF6A1F;
  --accent-dark: #E85712;
  --accent-soft: #FFF1E9;

  --green:       #12A150;
  --green-soft:  #E8F7EE;
  --amber:       #F0A500;
  --red:         #D93B3B;

  --ink:         #101828;
  --ink-2:       #23324A;
  --muted:       #56637A;
  --muted-2:     #7A879C;

  --bg:          #FFFFFF;
  --bg-soft:     #F5F8FD;
  --line:        #E3E9F2;
  --line-2:      #D3DCEA;

  --font-head: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Open Sans', ui-sans-serif, system-ui, sans-serif;

  --shell: 1180px;
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 18px;

  --sh-sm: 0 1px 3px rgba(16, 24, 40, .07);
  --sh:    0 4px 16px rgba(16, 24, 40, .08);
  --sh-lg: 0 16px 44px rgba(16, 24, 40, .13);

  --ease: cubic-bezier(.25, .8, .35, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0 0 .5em;
  text-wrap: balance;
}

p { margin: 0 0 1em; text-wrap: pretty; }
a { color: var(--brand); }
img, svg { max-width: 100%; display: block; }

.shell { width: min(100% - 2rem, var(--shell)); margin-inline: auto; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 200;
  padding: .7rem 1.1rem; background: var(--brand); color: #fff;
  border-radius: 0 0 8px 8px; font-weight: 600; text-decoration: none;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 0; }

/* --------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.6rem;
  border: 1px solid transparent; border-radius: var(--r-sm);
  font-family: var(--font-body); font-size: .95rem; font-weight: 700;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), box-shadow .2s var(--ease),
              transform .15s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 3px solid rgba(22, 81, 212, .35); outline-offset: 2px; }
.btn[disabled] { opacity: .6; cursor: not-allowed; }

.btn-cta { background: var(--accent); color: #fff; box-shadow: 0 2px 8px rgba(255, 106, 31, .3); }
.btn-cta:hover { background: var(--accent-dark); box-shadow: 0 6px 18px rgba(255, 106, 31, .38); }

.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-dark); }

.btn-outline { border-color: var(--line-2); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }

.btn-block { width: 100%; }
.btn-lg { padding: 1.05rem 2rem; font-size: 1.02rem; }

/* ---------------------------------------------------------- offer strip */

/* Independence Day banner. Navy ground keeps the text at full contrast (white on
   saffron would fail), with the tricolour carried in the stripe above it. */
.offer-bar {
  position: relative;
  background: #0E1B33;
  color: #fff; font-size: .84rem; text-align: center; padding: .62rem 1rem .55rem;
}
.offer-bar::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg,
    #FF9933 0 33.33%, #FFFFFF 33.33% 66.66%, #138808 66.66% 100%);
}
.offer-bar strong { font-weight: 700; }
.offer-bar .tag {
  background: #FF9933; color: #0E1B33; border-radius: 4px;
  padding: .1rem .45rem; margin-right: .5rem; font-weight: 700; font-size: .78rem;
}
@media (max-width: 620px) { .offer-bar { font-size: .78rem; } }

/* ------------------------------------------------------------------ nav */

.nav {
  position: sticky; top: 0; z-index: 100;
  background: #fff; border-bottom: 1px solid var(--line);
  box-shadow: var(--sh-sm);
}
.nav-inner { display: flex; align-items: center; gap: 1.6rem; height: 68px; }

.brand {
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 700; font-size: 1.24rem;
  letter-spacing: -.02em; color: var(--ink); text-decoration: none;
}
.brand-mark {
  width: 32px; height: 32px; border-radius: 8px; flex: none;
  background: linear-gradient(135deg, var(--brand), #3D7BFF);
  color: #fff; display: grid; place-items: center;
  font-size: 1rem; font-weight: 700;
}
.brand em { font-style: normal; color: var(--brand); }

.nav-links {
  display: flex; align-items: center; gap: 1.5rem;
  margin: 0 0 0 auto; padding: 0; list-style: none;
}
.nav-links a {
  text-decoration: none; font-size: .92rem; font-weight: 600; color: var(--ink-2);
  transition: color .2s var(--ease);
}
.nav-links a:hover { color: var(--brand); }
.nav .btn { padding: .62rem 1.15rem; font-size: .88rem; }

@media (max-width: 900px) {
  .nav-links li:not(.nav-cta):not(.nav-signin) { display: none; }
  .nav-links { gap: .7rem; }
}
@media (max-width: 420px) { .nav-links li.nav-signin { display: none; } }

/* ----------------------------------------------------------------- hero */

.hero {
  background:
    radial-gradient(120% 90% at 88% 0%, #EAF1FF 0%, rgba(234, 241, 255, 0) 58%),
    linear-gradient(180deg, #FBFCFF 0%, #FFFFFF 100%);
  border-bottom: 1px solid var(--line);
  padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 3.5rem); align-items: center;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 2.2rem; } }

.hero-flag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; border: 1px solid var(--line-2); border-radius: 100px;
  padding: .35rem .85rem .35rem .5rem; font-size: .82rem; font-weight: 600;
  color: var(--ink-2); margin-bottom: 1.2rem; box-shadow: var(--sh-sm);
}
.hero-flag .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}

.hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: .8rem; }
.hero h1 .u {
  color: var(--brand);
  background: linear-gradient(transparent 68%, #FFD9C2 68%);
}
.hero-sub { font-size: clamp(1rem, 1.6vw, 1.12rem); color: var(--muted); max-width: 52ch; margin-bottom: 1.5rem; }

.hero-list { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; gap: .6rem; }
.hero-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; }
.hero-list .tick {
  width: 20px; height: 20px; border-radius: 50%; flex: none; margin-top: .18rem;
  background: var(--green-soft); color: var(--green);
  display: grid; place-items: center; font-size: .68rem; font-weight: 700;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.4rem; }
.hero-note { font-size: .85rem; color: var(--muted-2); }
.hero-note strong { color: var(--ink-2); }

/* Hero illustration — transparent PNG/WebP composited over the hero gradient. */
.hero-art { display: block; }
.hero-art img {
  width: 100%; height: auto; display: block;
  max-width: 600px; margin-inline: auto;
}
@media (max-width: 940px) { .hero-art img { max-width: 460px; } }

/* ------------------------------------------------------------ trust bar */

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); padding: 1.4rem 0; }
.trust-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .7rem 2rem;
}
.trust-label {
  font-size: .74rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted-2); font-weight: 700;
}
.trust-item {
  display: flex; align-items: center; gap: .45rem;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--ink-2);
}
.trust-item svg { color: var(--brand); flex: none; }

/* -------------------------------------------------------------- section */

.section { padding: clamp(2.8rem, 6vw, 4.5rem) 0; }
.section.soft { background: var(--bg-soft); }
.section.brandwash { background: linear-gradient(180deg, #F7FAFF, #EFF5FF); }

.section-head { text-align: center; max-width: 62ch; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.section-head.left { text-align: left; margin-inline: 0; }
.section-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); }
.section-head p { color: var(--muted); font-size: 1.02rem; margin-bottom: 0; }

.kicker {
  display: inline-block; background: var(--brand-soft); color: var(--brand);
  font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  padding: .32rem .8rem; border-radius: 100px; margin-bottom: .9rem;
}

/* -------------------------------------------------------------- pricing */

.seats-note {
  text-align: center; font-size: .88rem; color: var(--muted); margin-bottom: 2rem;
}
.seats-note b { color: var(--accent-dark); }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: start; }
@media (max-width: 920px) { .price-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }

.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.7rem 1.5rem; display: flex; flex-direction: column;
  box-shadow: var(--sh-sm);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}
.plan:hover { box-shadow: var(--sh-lg); transform: translateY(-3px); border-color: var(--line-2); }

.plan.featured {
  border: 2px solid var(--brand); box-shadow: var(--sh-lg);
  position: relative; padding-top: 2.2rem;
}
.plan-ribbon {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: var(--accent); color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: .3rem .9rem; border-radius: 100px; white-space: nowrap;
  box-shadow: 0 3px 10px rgba(255, 106, 31, .35);
}

.plan h3 { font-size: 1.2rem; margin-bottom: .25rem; }
.plan-for { font-size: .85rem; color: var(--muted); margin-bottom: 1.1rem; min-height: 2.6em; }

.plan-price { display: flex; align-items: baseline; gap: .12rem; color: var(--ink); }
.plan-price .cur { font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; }
.plan-price .amt { font-family: var(--font-head); font-size: 2.9rem; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.plan-price .per { font-size: .88rem; color: var(--muted); margin-left: .25rem; }
.plan-billed { font-size: .8rem; color: var(--muted-2); margin: .45rem 0 1rem; }
.plan-renew {
  display: flex; align-items: center; gap: .4rem;
  background: var(--green-soft); color: #0B7A3C; border-radius: var(--r-sm);
  padding: .45rem .65rem; font-size: .78rem; font-weight: 600; margin-bottom: 1.2rem;
}

/* Specs and features are one uniform tick list — the headline numbers are the
   first three items, emphasised so they still read as the spec summary. */
.plan-features {
  list-style: none; padding: 1.1rem 0 0; margin: 0 0 1.5rem;
  border-top: 1px solid var(--line);
  display: grid; gap: .55rem; flex: 1;
}
.plan-features li { display: flex; gap: .55rem; align-items: flex-start; font-size: .89rem; color: var(--ink-2); }
.plan-features li strong { color: var(--ink); font-weight: 700; }
.plan-features .tick {
  width: 18px; height: 18px; border-radius: 50%; flex: none; margin-top: .16rem;
  background: var(--green-soft); color: var(--green);
  display: grid; place-items: center; font-size: .62rem; font-weight: 700;
}

.pay-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .5rem; margin-top: 2rem;
}
.pay-chip {
  background: #fff; border: 1px solid var(--line-2); border-radius: 6px;
  padding: .35rem .7rem; font-size: .76rem; font-weight: 700; color: var(--ink-2);
}
.pay-lead { font-size: .84rem; color: var(--muted); width: 100%; text-align: center; margin-bottom: .3rem; }

/* ---------------------------------------------------------- comparison */

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
table.compare { width: 100%; border-collapse: collapse; min-width: 620px; }
table.compare th, table.compare td { padding: .85rem 1rem; text-align: center; font-size: .88rem; }
table.compare thead th {
  background: var(--bg-soft); font-family: var(--font-head); font-size: .92rem;
  color: var(--ink); border-bottom: 1px solid var(--line);
}
table.compare thead th:first-child, table.compare tbody th { text-align: left; }
table.compare tbody th {
  font-weight: 600; color: var(--ink-2); font-size: .88rem;
  border-bottom: 1px solid var(--line); background: #fff;
}
table.compare tbody td { border-bottom: 1px solid var(--line); color: var(--ink-2); }
table.compare tbody tr:last-child th, table.compare tbody tr:last-child td { border-bottom: 0; }
table.compare .col-hi { background: #F7FAFF; }
table.compare thead .col-hi { background: var(--brand-soft); color: var(--brand-dark); }
.yes { color: var(--green); font-weight: 700; }
.no { color: var(--muted-2); }

/* ------------------------------------------------------------- features */

.f-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 900px) { .f-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .f-grid { grid-template-columns: 1fr; } }

.f-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.5rem 1.35rem; box-shadow: var(--sh-sm);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.f-card:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.f-ico {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  margin-bottom: 1rem;
}
.f-ico.blue   { background: var(--brand-soft); color: var(--brand); }
.f-ico.orange { background: var(--accent-soft); color: var(--accent-dark); }
.f-ico.green  { background: var(--green-soft); color: var(--green); }
.f-card h3 { font-size: 1.04rem; margin-bottom: .35rem; }
.f-card p { font-size: .9rem; color: var(--muted); margin: 0; }

/* ------------------------------------------------------------ split box */

.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

.support-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.6rem; box-shadow: var(--sh);
}
.support-row {
  display: flex; gap: .9rem; align-items: flex-start;
  padding: .9rem 0; border-bottom: 1px solid var(--line);
}
.support-row:last-child { border-bottom: 0; padding-bottom: 0; }
.support-row:first-child { padding-top: 0; }
.support-row .n {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  background: var(--brand); color: #fff; display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: .85rem;
}
.support-row b { display: block; color: var(--ink); font-size: .95rem; }
.support-row span { font-size: .88rem; color: var(--muted); }

/* ------------------------------------------------------------------ faq */

.faq { display: grid; gap: .7rem; max-width: 860px; margin-inline: auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--sh-sm); overflow: hidden;
}
.faq details[open] { border-color: var(--brand); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.05rem 1.3rem;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--ink);
  display: flex; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; margin-left: auto; flex: none;
  font-size: 1.4rem; font-weight: 400; color: var(--brand); line-height: 1;
  transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:focus-visible { outline: 3px solid rgba(22,81,212,.3); outline-offset: -3px; }
.faq-body { padding: 0 1.3rem 1.15rem; color: var(--muted); font-size: .93rem; }
.faq-body p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------------ cta */

.cta-box {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: var(--r-lg); padding: clamp(2rem, 5vw, 3.2rem);
  text-align: center; color: #fff;
}
.cta-box h2 { color: #fff; font-size: clamp(1.5rem, 3.2vw, 2.2rem); }
.cta-box p { color: rgba(255,255,255,.85); max-width: 54ch; margin-inline: auto; margin-bottom: 1.6rem; }
.cta-box .btn-cta { box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.cta-sub { font-size: .85rem; color: rgba(255,255,255,.75); margin: 1rem 0 0; }

/* --------------------------------------------------------------- footer */

.footer { background: #0E1B33; color: #A9B6CC; padding: 3rem 0 1.5rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem; margin-bottom: 2.2rem;
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer .brand { color: #fff; margin-bottom: .9rem; }
.footer .brand em { color: #79A6FF; }
.footer-tag { font-size: .89rem; max-width: 36ch; }
.footer h4 {
  font-family: var(--font-head); font-size: .8rem; letter-spacing: .1em;
  text-transform: uppercase; color: #fff; margin-bottom: .9rem;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer a { color: #A9B6CC; text-decoration: none; font-size: .89rem; transition: color .2s var(--ease); }
.footer a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.3rem;
  display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; font-size: .82rem;
}

/* ------------------------------------------------------- sticky mobile */

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; align-items: center; gap: .8rem;
  background: #fff; border-top: 1px solid var(--line);
  padding: .7rem 1rem; box-shadow: 0 -4px 16px rgba(16,24,40,.1);
}
.sticky-cta .s-price { font-family: var(--font-head); font-weight: 700; color: var(--ink); line-height: 1.1; }
.sticky-cta .s-price span { display: block; font-family: var(--font-body); font-size: .72rem; font-weight: 400; color: var(--muted); }
.sticky-cta .btn { margin-left: auto; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 68px; }
}

/* ------------------------------------------------------------ auth pages */

.auth-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 68px); }
@media (max-width: 960px) { .auth-wrap { grid-template-columns: 1fr; } }

.auth-aside {
  background: linear-gradient(160deg, var(--brand-dark), var(--brand));
  color: #fff; padding: clamp(2rem, 5vw, 3.5rem); display: flex;
  flex-direction: column; justify-content: center;
}
@media (max-width: 960px) { .auth-aside { display: none; } }
.auth-aside h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.auth-aside > p { color: rgba(255,255,255,.85); max-width: 42ch; }
.auth-points { list-style: none; padding: 0; margin: 1.8rem 0 0; display: grid; gap: 1.1rem; }
.auth-points li { display: flex; gap: .85rem; align-items: flex-start; }
.auth-points .tick {
  width: 24px; height: 24px; border-radius: 50%; flex: none; margin-top: .1rem;
  background: rgba(255,255,255,.2); color: #fff;
  display: grid; place-items: center; font-size: .7rem; font-weight: 700;
}
.auth-points b { display: block; color: #fff; font-size: .96rem; }
.auth-points span.t { font-size: .88rem; color: rgba(255,255,255,.8); }

.auth-main { padding: clamp(1.8rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem); display: flex; align-items: center; }
.auth-card { width: min(100%, 470px); margin-inline: auto; }
.auth-card h1 { font-size: clamp(1.6rem, 3.4vw, 2.1rem); margin-bottom: .3rem; }
.auth-card > p.lede { color: var(--muted); margin-bottom: 1.8rem; font-size: .95rem; }

.field { margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; gap: 0; } }

label { display: block; font-size: .85rem; font-weight: 700; color: var(--ink); margin-bottom: .35rem; }
label .opt { color: var(--muted-2); font-weight: 400; }

input, select {
  width: 100%; padding: .8rem .95rem;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-sm);
  color: var(--ink); font-family: var(--font-body); font-size: .95rem;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
  appearance: none;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2356637A' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .9rem center;
  padding-right: 2.4rem; cursor: pointer;
}
input::placeholder { color: #9AA6B8; }
input:focus, select:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(22, 81, 212, .14);
}
.hint { font-size: .78rem; color: var(--muted-2); margin-top: .3rem; }

.form-status { padding: .8rem 1rem; border-radius: var(--r-sm); font-size: .88rem; margin-bottom: 1rem; }
.form-status.is-error { background: #FDECEC; border: 1px solid #F5C2C2; color: #A32020; }
.form-status.is-success { background: var(--green-soft); border: 1px solid #B6E3C8; color: #0B7A3C; }

.auth-alt { margin-top: 1.4rem; font-size: .9rem; color: var(--muted); text-align: center; }
.legal-note { font-size: .79rem; color: var(--muted-2); margin-top: .9rem; text-align: center; }

.trust-mini {
  display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; justify-content: center;
  margin-top: 1.4rem; font-size: .8rem; color: var(--muted);
}
.trust-mini span { display: flex; align-items: center; gap: .35rem; }
.trust-mini svg { color: var(--green); flex: none; }

/* ----------------------------------------------------------- status page */

.status-wrap { display: grid; place-items: center; padding: clamp(2rem, 5vw, 3.5rem) 0; background: var(--bg-soft); min-height: calc(100vh - 68px); }
.status-card {
  width: min(100%, 640px); background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(1.6rem, 4vw, 2.6rem);
  text-align: center; box-shadow: var(--sh-lg);
}
.pulse-ring {
  width: 72px; height: 72px; margin: 0 auto 1.4rem; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent-dark);
  display: grid; place-items: center; position: relative;
}
.pulse-ring::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--accent); animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: .65; }
  70%, 100% { transform: scale(1.45); opacity: 0; }
}
.status-card h1 { font-size: clamp(1.4rem, 3.2vw, 1.95rem); margin-bottom: .5rem; }
.status-card > p { color: var(--muted); margin-bottom: 1.6rem; }

.status-clock-wrap {
  background: var(--brand-soft); border: 1px solid #CFE0FF;
  border-radius: var(--r); padding: 1.2rem; margin-bottom: 1.5rem;
}
.status-clock { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: var(--brand-dark); line-height: 1; }
.status-clock-label { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); margin-top: .4rem; font-weight: 600; }

.status-rows { text-align: left; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-bottom: 1.5rem; }
.status-rows div {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .8rem 1rem; font-size: .89rem; border-bottom: 1px solid var(--line);
}
.status-rows div:last-child { border-bottom: 0; }
.status-rows .k { color: var(--muted); }
.status-rows .v { font-weight: 600; color: var(--ink); word-break: break-word; }

.steps { list-style: none; padding: 0; margin: 0 0 1.5rem; text-align: left; display: grid; gap: .85rem; }
.steps li { display: flex; gap: .8rem; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.steps .n {
  width: 24px; height: 24px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-size: .72rem; font-weight: 700;
  background: var(--bg-soft); color: var(--muted-2); border: 1px solid var(--line-2);
}
.steps li.done { color: var(--ink-2); }
.steps li.done .n { background: var(--green); color: #fff; border-color: var(--green); }

.loader {
  width: 34px; height: 34px; border: 3px solid var(--line);
  border-top-color: var(--brand); border-radius: 50%;
  margin: 3rem auto; animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ----------------------------------------------------------- legal pages */

.prose { max-width: 72ch; }
.prose h2 { font-size: 1.3rem; margin-top: 2.2rem; }
.prose h3 { font-size: 1.05rem; margin-top: 1.5rem; }
.prose p, .prose li { color: var(--muted); font-size: .95rem; }
.prose ul { padding-left: 1.2rem; display: grid; gap: .4rem; margin-bottom: 1.1rem; }
.prose .mono { color: var(--brand); font-weight: 600; font-size: .85rem; }

/* ------------------------------------------------------------- animation */

.reveal { opacity: 0; transform: translateY(16px); animation: rise .7s var(--ease) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.d1 { animation-delay: .07s; }
.d2 { animation-delay: .14s; }
.d3 { animation-delay: .21s; }
.d4 { animation-delay: .28s; }
