:root {
  --primary: #155eef;
  --primary-dark: #0b46c5;
  --primary-soft: #eaf1ff;
  --accent: #22b8a7;
  --ink: #101828;
  --ink-2: #344054;
  --muted: #667085;
  --line: #e4e7ec;
  --line-strong: #d0d5dd;
  --surface: #f7f9fc;
  --white: #fff;
  --success: #079455;
  --warning: #dc6803;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 6px 22px rgba(16, 24, 40, .06);
  --shadow-md: 0 22px 70px rgba(20, 45, 95, .12);
  --container: 1220px;
  --header-height: 76px;
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, blockquote { margin-top: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--compact { padding: 36px 0; }
.section--soft { background: var(--surface); }
.section--hero { padding: 82px 0 88px; overflow: hidden; }
.section--domain { color: var(--white); background: linear-gradient(120deg, #0c2858 0%, #123b7a 55%, #155eef 130%); }
.section--cta { padding-top: 40px; }

.sr-only {
  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: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

.topbar { color: #e9f0ff; background: #0b1f3a; font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__links, .topbar__actions { display: flex; align-items: center; gap: 22px; }
.topbar a { transition: color var(--transition); }
.topbar a:hover, .topbar a:focus-visible { color: var(--white); }
.topbar__portal { font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid rgba(228, 231, 236, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  transition: box-shadow var(--transition);
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(16, 24, 40, .08); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand__mark { width: 34px; height: 34px; fill: var(--primary); }
.brand__mark-accent { fill: var(--accent); }
.brand__word { font-size: 24px; font-weight: 850; letter-spacing: -.7px; }
.primary-nav { display: flex; align-items: center; gap: 3px; margin-left: 12px; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--ink-2);
  font-size: 15px;
  font-weight: 650;
  transition: color var(--transition), background var(--transition);
}
.nav-link:hover, .nav-link:focus-visible { color: var(--primary); background: var(--primary-soft); }
.nav-link--button { border: 0; background: transparent; cursor: pointer; }
.nav-link--button::after { content: ""; width: 6px; height: 6px; margin-left: 8px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 330px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}
.dropdown--right { left: auto; right: 0; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown, .nav-item.is-open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 12px 13px; border-radius: 10px; }
.dropdown a:hover, .dropdown a:focus-visible { background: var(--surface); }
.dropdown strong, .dropdown span { display: block; }
.dropdown strong { margin-bottom: 2px; font-size: 14px; }
.dropdown span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.header-support { color: var(--ink-2); font-size: 14px; font-weight: 700; }
.header-support:hover { color: var(--primary); }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; border-radius: 9px; background: var(--surface); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform var(--transition), opacity var(--transition); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  color: var(--white);
  background: var(--primary);
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.button:hover, .button:focus-visible { background: var(--primary-dark); border-color: var(--primary-dark); box-shadow: 0 10px 28px rgba(21, 94, 239, .2); transform: translateY(-1px); }
.button--small { min-height: 40px; padding: 9px 15px; font-size: 14px; }
.button--secondary { color: var(--ink); background: var(--white); border-color: var(--line-strong); }
.button--secondary:hover, .button--secondary:focus-visible { color: var(--primary); background: var(--primary-soft); border-color: #b6cdfd; box-shadow: none; }
.button--dark { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--dark:hover, .button--dark:focus-visible { color: var(--primary); background: #f5f8ff; border-color: #f5f8ff; }
.button--light { color: var(--primary); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--primary-dark); background: #eff4ff; border-color: #eff4ff; }
.button--ghost-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.5); }
.button--ghost-light:hover { color: var(--white); background: rgba(255,255,255,.1); border-color: var(--white); box-shadow: none; }
.button--block { width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow--light { color: #bcd0ff; }
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(34,184,167,.13); }

.hero__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: 72px; }
.hero__content h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(42px, 5.3vw, 70px); line-height: 1.04; letter-spacing: -.045em; }
.hero__content h1 span { color: var(--primary); }
.hero__lead { max-width: 680px; margin-bottom: 30px; color: var(--ink-2); font-size: 19px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 14px; font-weight: 650; }
.hero__trust li { display: flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 17px; height: 17px; fill: none; stroke: var(--success); stroke-width: 2.2; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual__glow { position: absolute; inset: 6% 4%; border-radius: 50%; background: radial-gradient(circle at center, rgba(21,94,239,.18), rgba(21,94,239,0) 66%); filter: blur(3px); }
.dashboard-card { position: relative; z-index: 2; width: min(100%, 500px); padding: 24px; border: 1px solid #d9e4fa; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 35px 90px rgba(26,63,128,.18); transform: rotate(1.5deg); }
.dashboard-card::before { content: ""; position: absolute; inset: -11px 24px auto; height: 24px; border-radius: 18px 18px 0 0; background: rgba(21,94,239,.06); z-index: -1; }
.dashboard-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.dashboard-card__top strong, .dashboard-card__top span { display: block; }
.dashboard-card__top strong { font-size: 18px; }
.dashboard-card__label { margin-bottom: 3px; color: var(--muted); font-size: 12px; }
.status-pill { display: inline-flex !important; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: var(--success); background: #ecfdf3; font-size: 11px; font-weight: 800; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.metric { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.metric span, .metric strong, .metric small { display: block; }
.metric span { color: var(--muted); font-size: 11px; }
.metric strong { margin: 4px 0 2px; font-size: 21px; }
.metric small { color: var(--muted); font-size: 10px; }
.usage { padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
.usage__head { display: flex; justify-content: space-between; margin-bottom: 9px; color: var(--ink-2); font-size: 11px; font-weight: 700; }
.usage__bar { height: 7px; overflow: hidden; border-radius: 99px; background: #e7edf8; }
.usage__bar span { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), #57a1ff); }
.dashboard-card__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mini-service { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 11px; background: #f9fbff; }
.mini-service svg { width: 24px; height: 24px; fill: none; stroke: var(--primary); stroke-width: 1.7; }
.mini-service strong, .mini-service small { display: block; }
.mini-service strong { font-size: 12px; }
.mini-service small { color: var(--muted); font-size: 10px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #dce5f6; border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-sm); }
.floating-card--domain { top: 50px; right: -18px; }
.floating-card--support { left: -18px; bottom: 40px; }
.floating-card__icon, .avatar { display: grid; width: 38px; height: 38px; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--primary); background: var(--primary-soft); font-size: 12px; font-weight: 850; }
.avatar { color: #0b6d61; background: #dff8f3; border-radius: 50%; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: var(--muted); font-size: 10px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcfe; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { padding: 24px 25px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { padding-left: 0; }
.trust-strip__grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 3px; font-size: 14px; }
.trust-strip span { color: var(--muted); font-size: 12px; }

.section-heading { margin-bottom: 46px; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--split { display: grid; grid-template-columns: 1fr minmax(320px, 480px); align-items: end; gap: 50px; }
.section-heading h2, .website-content h2, .domain-section h2, .faq-heading h2, .cta-card h2, .migration-card h2 { margin-bottom: 16px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p, .website-content > p, .faq-heading > p { color: var(--muted); font-size: 17px; }
.section-heading--split p { margin-bottom: 6px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.service-card:hover { transform: translateY(-4px); border-color: #bdcdf0; box-shadow: var(--shadow-sm); }
.service-card--featured { background: linear-gradient(180deg, #f7faff, #fff); border-color: #bfd1fb; }
.service-card__icon { display: grid; width: 52px; height: 52px; margin-bottom: 30px; place-items: center; border-radius: 13px; color: var(--primary); background: var(--primary-soft); }
.service-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.service-card__body { display: flex; flex: 1; flex-direction: column; }
.service-card__price { color: var(--primary); font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 7px 0 10px; font-size: 24px; }
.service-card p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--primary); font-weight: 750; }
.text-link span { transition: transform var(--transition); }
.text-link:hover span { transform: translateX(4px); }
.text-link--strong { font-size: 15px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.price-card--recommended { border: 2px solid var(--primary); box-shadow: 0 22px 60px rgba(21,94,239,.13); }
.recommended-label { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 6px 12px; border-radius: 999px; color: var(--white); background: var(--primary); font-size: 11px; font-weight: 850; letter-spacing: .04em; white-space: nowrap; }
.price-card__tier { color: var(--primary); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 8px 0; font-size: 27px; }
.price-card__head p { min-height: 52px; color: var(--muted); font-size: 14px; }
.price { display: flex; align-items: baseline; gap: 5px; margin: 22px 0; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price span, .price small { color: var(--muted); font-size: 12px; }
.price strong { font-size: 34px; letter-spacing: -.03em; }
.feature-list { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 26px; color: var(--ink-2); font-size: 14px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 13px; height: 7px; border-left: 2px solid var(--success); border-bottom: 2px solid var(--success); transform: rotate(-45deg); }
.price-card .button { margin-top: auto; }
.section-actions { margin-top: 30px; text-align: center; }

.migration-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 30px 34px; border: 1px solid #d8e3fa; border-radius: var(--radius-lg); background: linear-gradient(100deg, #f6f9ff, #fff); box-shadow: var(--shadow-sm); }
.migration-card__icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; color: var(--primary); background: var(--primary-soft); }
.migration-card__icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.migration-card h2 { margin-bottom: 6px; font-size: 26px; }
.migration-card p { margin-bottom: 0; color: var(--muted); }
.migration-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.domain-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.domain-section h2 { max-width: 480px; }
.domain-section__content > p { max-width: 520px; color: #d9e5ff; font-size: 17px; }
.tld-list { display: flex; gap: 8px; margin-top: 24px; }
.tld-list span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; color: #dce8ff; font-size: 12px; font-weight: 750; }
.domain-form { padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 25px 70px rgba(2,15,36,.24); backdrop-filter: blur(8px); }
.domain-form label { display: block; margin-bottom: 9px; color: #dce8ff; font-size: 13px; font-weight: 750; }
.domain-form__group { display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; overflow: hidden; border-radius: 12px; background: var(--white); }
.domain-form__prefix { display: flex; align-items: center; padding-left: 18px; color: var(--muted); font-weight: 700; }
.domain-form input { min-width: 0; height: 58px; padding: 0 12px 0 2px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 17px; }
.domain-form .button { margin: 6px; min-height: 46px; }
.domain-form__help, .domain-form__error { margin: 10px 0 0; font-size: 12px; }
.domain-form__help { color: #c9d8f7; }
.domain-form__error { color: #ffd5d2; font-weight: 700; }

.website-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.website-showcase { position: relative; min-height: 480px; padding: 50px 20px 20px; }
.website-showcase::before { content: ""; position: absolute; inset: 0; border-radius: 30px; background: linear-gradient(145deg, #eff4ff, #f7fafc); }
.browser-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid #dbe3f0; border-radius: 17px; background: var(--white); box-shadow: 0 30px 70px rgba(24,53,103,.16); transform: rotate(-1.5deg); }
.browser-window__bar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #fafbfc; }
.browser-window__bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cbd5e1; }
.browser-window__bar div { width: 46%; margin-left: 14px; padding: 3px 10px; border-radius: 5px; color: #8491a3; background: #eef2f6; font-size: 8px; }
.browser-window__body { padding: 20px; }
.mock-nav { display: flex; align-items: center; justify-content: space-between; }
.mock-logo { width: 56px; height: 10px; border-radius: 4px; background: var(--primary); }
.mock-links { display: flex; gap: 7px; }
.mock-links span { width: 30px; height: 5px; border-radius: 3px; background: #dce4ef; }
.mock-hero { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 18px; padding: 38px 0; }
.mock-hero > div > span { display: block; width: 38px; height: 5px; margin-bottom: 9px; border-radius: 3px; background: var(--accent); }
.mock-hero strong { display: block; width: 88%; height: 28px; margin-bottom: 10px; border-radius: 5px; background: #1c2f4f; }
.mock-hero p { width: 95%; height: 22px; border-radius: 4px; background: #e5ebf3; }
.mock-hero button { width: 66px; height: 18px; border: 0; border-radius: 4px; background: var(--primary); }
.mock-image { height: 132px; border-radius: 13px; background: linear-gradient(145deg, #dce8ff, #eef7f5); }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-cards span { height: 54px; border: 1px solid #e1e7ef; border-radius: 8px; background: #fafbfd; }
.showcase-badge { position: absolute; z-index: 2; right: -6px; bottom: 30px; display: flex; align-items: center; gap: 10px; padding: 14px 16px; border: 1px solid #dce5f4; border-radius: 14px; background: var(--white); box-shadow: var(--shadow-sm); }
.showcase-badge svg { width: 34px; height: 34px; padding: 7px; border-radius: 50%; fill: none; stroke: var(--success); stroke-width: 2; background: #ecfdf3; }
.showcase-badge strong, .showcase-badge small { display: block; }
.showcase-badge strong { font-size: 12px; }
.showcase-badge small { color: var(--muted); font-size: 10px; }
.website-content > p { margin-bottom: 28px; }
.feature-list--two-columns { grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.website-content__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.reason-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.reason-card__number { display: inline-block; margin-bottom: 35px; color: var(--primary); font-size: 12px; font-weight: 850; }
.reason-card h3 { margin-bottom: 10px; font-size: 21px; }
.reason-card p { margin-bottom: 0; color: var(--muted); }

.testimonial-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.testimonial-heading h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.testimonial-heading p { color: var(--muted); }
.testimonial-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.testimonial { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.stars { margin-bottom: 18px; color: #f5a524; letter-spacing: 2px; }
.testimonial p { color: var(--ink-2); font-size: 16px; }
.testimonial footer { display: flex; flex-direction: column; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial footer strong { font-size: 14px; }
.testimonial footer span { color: var(--muted); font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-heading .button { margin-top: 14px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4px; cursor: pointer; list-style: none; font-weight: 760; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--primary); transform: translate(-50%,-50%); }
.accordion summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform var(--transition); }
.accordion details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.accordion details div { padding: 0 36px 20px 4px; }
.accordion details p { margin-bottom: 0; color: var(--muted); }

.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 58px; border-radius: 24px; color: var(--white); background: linear-gradient(120deg, #123770, #155eef); overflow: hidden; position: relative; }
.cta-card::after { content: ""; position: absolute; right: -80px; top: -120px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.025); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { margin-bottom: 10px; font-size: 38px; }
.cta-card p { margin-bottom: 0; color: #dbe6ff; }
.cta-card__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }

.site-footer { margin-top: 88px; color: #c9d2df; background: #0b1525; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, .8fr); gap: 48px; padding: 72px 0 54px; }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { fill: #77a4ff; }
.footer-brand > p { max-width: 340px; margin: 20px 0; color: #9fadc0; }
.footer-brand address { margin-bottom: 16px; color: #9fadc0; font-style: normal; font-size: 14px; }
.footer-brand a:hover, .footer-column a:hover, .footer-bottom a:hover, .footer-bottom button:hover { color: var(--white); }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { margin-bottom: 8px; color: var(--white); font-size: 14px; }
.footer-column a { color: #9fadc0; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid #223047; color: #8695aa; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }

:focus-visible { outline: 3px solid rgba(21,94,239,.35); outline-offset: 3px; }

@media (max-width: 1100px) {
  .primary-nav { gap: 0; margin-left: 0; }
  .nav-link { padding-inline: 9px; font-size: 14px; }
  .header-support { display: none; }
  .hero__grid { gap: 35px; }
  .floating-card--domain { right: 0; }
  .floating-card--support { left: 0; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 900px) {
  :root { --header-height: 68px; }
  .topbar__links { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: block;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    padding: 18px 20px 30px;
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 24px 45px rgba(16,24,40,.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-link { width: 100%; min-height: 48px; justify-content: space-between; padding: 10px 6px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 16px; }
  .nav-link:hover { background: transparent; }
  .dropdown { position: static; display: none; min-width: 0; padding: 6px 0 10px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-item.is-open .dropdown { display: block; }
  .dropdown a { padding: 10px; }
  .header-actions { margin-left: 0; }
  .header-actions .button { display: none; }
  .hero__grid, .website-grid, .domain-section { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__content h1, .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__trust { justify-content: center; }
  .hero-visual { min-height: 460px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid > div { padding: 20px 22px; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .trust-strip__grid > div:nth-child(4) { border-bottom: 0; }
  .service-grid, .pricing-grid, .reason-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .section-heading--split { grid-template-columns: 1fr; gap: 10px; }
  .price-card__head p { min-height: auto; }
  .migration-card { grid-template-columns: auto 1fr; }
  .migration-card__actions { grid-column: 1 / -1; }
  .domain-section { gap: 36px; }
  .website-showcase { order: 2; }
  .website-content { order: 1; }
  .testimonial-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .section--hero { padding: 58px 0 58px; }
  .topbar__phone { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .hero__content h1 { font-size: 43px; }
  .hero__lead { font-size: 17px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; justify-content: start; max-width: 260px; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 390px; margin-top: 15px; }
  .dashboard-card { padding: 18px; transform: none; }
  .metric-grid, .dashboard-card__footer { grid-template-columns: 1fr 1fr; }
  .floating-card--domain { top: 5px; right: -4px; }
  .floating-card--support { left: -4px; bottom: 5px; }
  .floating-card { transform: scale(.88); }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div, .trust-strip__grid > div:first-child, .trust-strip__grid > div:nth-child(3) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 34px; }
  .service-card, .price-card, .reason-card { padding: 24px; }
  .migration-card { grid-template-columns: 1fr; padding: 25px; }
  .migration-card__actions { grid-column: auto; flex-direction: column; }
  .domain-form { padding: 16px; }
  .domain-form__group { grid-template-columns: auto 1fr; }
  .domain-form .button { grid-column: 1 / -1; margin: 0 6px 6px; }
  .website-grid { gap: 30px; }
  .website-showcase { min-height: 370px; padding: 30px 6px 12px; }
  .showcase-badge { right: -5px; bottom: 12px; }
  .feature-list--two-columns { grid-template-columns: 1fr; }
  .testimonial-list { grid-template-columns: 1fr; }
  .cta-card { display: block; padding: 38px 26px; }
  .cta-card h2 { font-size: 32px; }
  .cta-card__actions { flex-direction: column; margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; padding-top: 55px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* =========================================================
   KXON Homepage v2 – animated covers, social topbar, payments,
   and revised footer. Appended overrides keep v1 components usable.
   ========================================================= */

:root {
  --ease-out: cubic-bezier(.2, .75, .25, 1);
  --ease-spring: cubic-bezier(.2, .85, .25, 1.15);
}

/* Social links */
.social-links { display: flex; align-items: center; gap: 7px; }
.social-link {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  color: inherit;
  background: rgba(255,255,255,.04);
  transition: transform 180ms var(--ease-out), color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.social-link:hover, .social-link:focus-visible { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.social-link svg { width: 15px; height: 15px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.social-link svg rect, .social-link svg circle { fill: none; }
.social-link svg .fill-dot { fill: currentColor; stroke: none; }
.social-links--footer .social-link { width: 38px; height: 38px; border-color: #2a3b53; color: #b7c3d3; background: #122137; }
.social-links--footer .social-link:hover { color: #fff; background: var(--primary); border-color: var(--primary); }

/* Animated hero covers */
.hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 28%, rgba(21,94,239,.09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  isolation: isolate;
}
.hero-slider__backdrop { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-slider__backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  background-image: radial-gradient(rgba(21,94,239,.18) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
}
.hero-slider__backdrop span { position: absolute; border: 1px solid rgba(21,94,239,.08); border-radius: 50%; animation: hero-ring 18s linear infinite; }
.hero-slider__backdrop span:nth-child(1) { width: 430px; height: 430px; right: -160px; top: -200px; }
.hero-slider__backdrop span:nth-child(2) { width: 250px; height: 250px; right: 18%; bottom: -180px; animation-direction: reverse; animation-duration: 24s; }
.hero-slider__backdrop span:nth-child(3) { width: 140px; height: 140px; left: 4%; top: 19%; animation-duration: 14s; }
@keyframes hero-ring { 50% { transform: rotate(180deg) scale(1.06); } 100% { transform: rotate(360deg); } }

.hero-slider__stage { display: grid; padding-top: 68px; padding-bottom: 20px; }
.hero-slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
  align-items: center;
  gap: 72px;
  min-height: 470px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(42px) scale(.985);
  transition: opacity 580ms var(--ease-out), transform 650ms var(--ease-out), visibility 580ms;
}
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0) scale(1); }
.hero-slide.is-leaving { opacity: 0; transform: translateX(-34px) scale(.99); }
.hero-slide__content { max-width: 590px; }
.hero-slide__content h1, .hero-title {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(45px, 5.2vw, 68px);
  line-height: .99;
  letter-spacing: -.055em;
}
.hero-title { font-weight: 800; }
.hero-slide__content h1 span, .hero-title span { color: var(--primary); }
.hero-slide__lead { max-width: 585px; margin-bottom: 28px; color: var(--ink-2); font-size: 18px; line-height: 1.68; }
.hero-slide__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-slide__trust { display: flex; flex-wrap: wrap; gap: 13px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 13px; font-weight: 700; }
.hero-slide__trust li { display: inline-flex; align-items: center; gap: 7px; }
.hero-slide__trust svg { width: 16px; height: 16px; fill: none; stroke: var(--success); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }

.hero-slide.is-active .eyebrow,
.hero-slide.is-active h1,
.hero-slide.is-active .hero-title,
.hero-slide.is-active .hero-slide__lead,
.hero-slide.is-active .hero-slide__actions,
.hero-slide.is-active .hero-slide__trust { animation: hero-copy-in 720ms both var(--ease-out); }
.hero-slide.is-active h1, .hero-slide.is-active .hero-title { animation-delay: 60ms; }
.hero-slide.is-active .hero-slide__lead { animation-delay: 120ms; }
.hero-slide.is-active .hero-slide__actions { animation-delay: 180ms; }
.hero-slide.is-active .hero-slide__trust { animation-delay: 230ms; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

.cover-visual { position: relative; min-height: 455px; display: grid; place-items: center; perspective: 1100px; }
.cover-glow { position: absolute; inset: 12% 4% 2%; border-radius: 50%; background: radial-gradient(circle, rgba(21,94,239,.18), rgba(21,94,239,.05) 46%, transparent 70%); filter: blur(8px); }
.cover-glow--teal { background: radial-gradient(circle, rgba(34,184,167,.2), rgba(21,94,239,.08) 48%, transparent 72%); }
.cover-glow--violet { background: radial-gradient(circle, rgba(123,92,255,.18), rgba(21,94,239,.08) 48%, transparent 72%); }
.cover-card { position: relative; z-index: 2; width: min(100%, 485px); animation: cover-float 6s ease-in-out infinite; }
.hero-slide:not(.is-active) .cover-card, .hero-slide:not(.is-active) .floating-card, .hero-slide:not(.is-active) .service-orbit { animation-play-state: paused; }
@keyframes cover-float { 0%,100% { transform: rotateY(-2deg) translateY(0); } 50% { transform: rotateY(2deg) translateY(-9px); } }
.cover-visual--hosting .dashboard-card { width: min(100%, 480px); transform: none; }
.cover-visual--hosting .floating-card--domain { right: -2%; top: 12%; }
.cover-visual--hosting .floating-card--support { left: -2%; bottom: 10%; }

.security-panel {
  padding: 25px;
  border: 1px solid rgba(196,209,231,.85);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 34px 80px rgba(27,53,96,.16);
  backdrop-filter: blur(10px);
}
.security-panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--ink-2); font-size: 13px; font-weight: 800; }
.secure-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: #08745a; background: #e7f8f2; font-size: 11px; }
.secure-badge i { width: 7px; height: 7px; border-radius: 50%; background: #10a37f; box-shadow: 0 0 0 4px rgba(16,163,127,.12); }
.domain-result { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfe; }
.domain-result__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 6px rgba(7,148,85,.09); }
.domain-result small, .domain-result strong { display: block; }
.domain-result small { color: var(--muted); font-size: 10px; }
.domain-result strong { font-size: 15px; }
.domain-result__tag { padding: 5px 8px; border-radius: 7px; color: var(--primary); background: var(--primary-soft); font-size: 10px; font-weight: 800; }
.ssl-certificate { display: flex; align-items: center; gap: 14px; margin: 15px 0; padding: 17px; border-radius: 14px; color: #eaf3ff; background: linear-gradient(120deg, #102b58, #155eef); }
.ssl-certificate__icon { display: grid; width: 45px; height: 45px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: rgba(255,255,255,.12); }
.ssl-certificate svg { width: 23px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.ssl-certificate small, .ssl-certificate strong, .ssl-certificate span { display: block; }
.ssl-certificate small { color: #bdd0fb; font-size: 10px; }
.ssl-certificate strong { font-size: 16px; }
.ssl-certificate span { color: #d8e5ff; font-size: 11px; }
.dns-list { display: grid; gap: 7px; }
.dns-list > div { display: grid; grid-template-columns: 58px 48px 1fr; gap: 8px; align-items: center; padding: 9px 11px; border-radius: 9px; background: var(--surface); font-size: 11px; }
.dns-list span { color: var(--primary); font-weight: 850; }
.dns-list strong { font-size: 11px; }
.dns-list small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.security-float--one { top: 6%; right: -4%; }
.security-float--two { bottom: 8%; left: -3%; animation-delay: -2.5s; }
.floating-card__icon--shield svg { width: 18px; fill: none; stroke: var(--primary); stroke-width: 1.8; }

.web-project { overflow: hidden; border: 1px solid rgba(200,211,229,.9); border-radius: 20px; background: #fff; box-shadow: 0 34px 80px rgba(27,53,96,.17); }
.web-project__bar { display: flex; align-items: center; gap: 6px; height: 43px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #f8fafd; }
.web-project__bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d4dae4; }
.web-project__bar div { min-width: 180px; margin-left: 8px; padding: 5px 12px; border-radius: 7px; color: var(--muted); background: #fff; font-size: 9px; text-align: center; }
.web-project__screen { padding: 22px; }
.web-project__nav { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.web-project__nav b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: #fff; background: var(--primary); font-size: 11px; }
.web-project__nav i { width: 35px; height: 5px; border-radius: 5px; background: #e7ebf2; }
.web-project__nav i:first-of-type { margin-left: auto; }
.web-project__hero { display: grid; grid-template-columns: 1fr .85fr; gap: 20px; align-items: center; }
.web-project__hero > div span { display: block; width: 60px; height: 6px; margin-bottom: 12px; border-radius: 4px; background: #b8cbfb; }
.web-project__hero strong { display: block; width: 88%; height: 32px; margin-bottom: 10px; border-radius: 6px; background: #14233a; }
.web-project__hero p { width: 75%; height: 7px; margin-bottom: 17px; border-radius: 4px; background: #dfe5ee; box-shadow: 0 11px #e7ebf2; }
.web-project__hero button { width: 72px; height: 21px; margin-top: 8px; border: 0; border-radius: 5px; background: var(--primary); }
.web-project__hero aside { min-height: 135px; border-radius: 16px; background: linear-gradient(135deg, #c7d7ff, #f1f5ff 58%, #a9eee4); position: relative; overflow: hidden; }
.web-project__hero aside::before, .web-project__hero aside::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.55); }
.web-project__hero aside::before { width: 100px; height: 100px; right: -16px; top: -23px; }
.web-project__hero aside::after { width: 70px; height: 70px; left: 18px; bottom: -32px; }
.web-project__tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 22px; }
.web-project__tiles span { height: 48px; border: 1px solid #e6eaf1; border-radius: 9px; background: #fbfcfe; }
.service-orbit { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink-2); background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); font-size: 11px; font-weight: 800; animation: orbit-float 5s ease-in-out infinite; }
.service-orbit svg { width: 18px; fill: none; stroke: var(--primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-orbit--hosting { left: -2%; top: 14%; }
.service-orbit--domain { right: -2%; top: 30%; animation-delay: -1.5s; }
.service-orbit--support { left: 5%; bottom: 4%; animation-delay: -3s; }
@keyframes orbit-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }

.hero-slider__controls { display: flex; align-items: center; gap: 16px; min-height: 70px; padding-bottom: 18px; }
.hero-slider__arrows { display: flex; gap: 7px; }
.slider-arrow, .slider-pause, .slider-dot { border: 0; cursor: pointer; }
.slider-arrow { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out), box-shadow 180ms ease; }
.slider-arrow:hover { color: var(--primary); border-color: #b8caf5; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.slider-arrow svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.hero-slider__dots { display: flex; align-items: center; gap: 7px; }
.slider-dot { width: 35px; height: 9px; padding: 0; border-radius: 999px; background: #d9e0eb; overflow: hidden; }
.slider-dot span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--primary); }
.slider-dot.is-active { width: 66px; }
.slider-dot.is-active span { animation: slider-progress 7s linear forwards; }
.hero-slider.is-paused .slider-dot.is-active span { animation-play-state: paused; }
@keyframes slider-progress { from { width: 0; } to { width: 100%; } }
.slider-pause { display: inline-flex; min-height: 36px; align-items: center; gap: 7px; margin-left: auto; padding: 5px 9px; border-radius: 8px; color: var(--muted); background: transparent; font-size: 12px; }
.slider-pause:hover { color: var(--primary); background: var(--primary-soft); }
.slider-pause svg { width: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.slider-pause .icon-play { display: none; }
.slider-pause[aria-pressed="true"] .icon-pause { display: none; }
.slider-pause[aria-pressed="true"] .icon-play { display: block; }

/* Payment panel */
.payment-section { padding: 34px 0 56px; background: var(--surface); }
.payment-panel { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; padding: 34px 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.payment-panel__intro { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.payment-panel__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; color: var(--primary); background: var(--primary-soft); }
.payment-panel__icon svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.payment-panel .eyebrow { margin-bottom: 7px; }
.payment-panel h2 { margin-bottom: 7px; font-size: 25px; letter-spacing: -.025em; }
.payment-panel p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.payment-methods { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.payment-badge { display: inline-flex; min-width: 92px; min-height: 47px; align-items: center; justify-content: center; gap: 5px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; color: #263248; background: #fbfcfe; font-size: 13px; font-weight: 850; }
.payment-badge small { color: var(--muted); font-size: 9px; font-weight: 700; }
.payment-badge svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.payment-badge--paypal { color: #063c7e; font-style: italic; }
.payment-badge--mastercard { min-width: 125px; }
.payment-badge--mastercard i { width: 16px; height: 16px; margin-right: -9px; border-radius: 50%; background: #ec3a32; opacity: .9; }
.payment-badge--mastercard i + i { margin-right: 1px; background: #f6a21a; }

/* Revised footer */
.site-footer { margin-top: 0; color: #c8d2df; background: #091424; }
.footer-highlight { color: #fff; background: linear-gradient(115deg, #0e3979 0%, #155eef 62%, #2d78ff 100%); overflow: hidden; position: relative; }
.footer-highlight::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -230px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.045), 0 0 0 110px rgba(255,255,255,.025); }
.footer-highlight__grid { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 56px 0; }
.footer-highlight h2 { margin-bottom: 9px; font-size: clamp(30px,4vw,43px); letter-spacing: -.04em; }
.footer-highlight p { margin-bottom: 0; color: #dbe7ff; }
.footer-highlight__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.footer-main { padding-top: 62px; }
.footer-overview { display: grid; grid-template-columns: 1.35fr repeat(3, .86fr); gap: 18px; padding-bottom: 45px; border-bottom: 1px solid #223047; }
.footer-brand { padding-right: 30px; }
.footer-brand > p { max-width: 410px; margin: 19px 0 23px; color: #a7b5c8; }
.footer-contact-card { padding: 21px; border: 1px solid #22344d; border-radius: 14px; background: #0e1d31; transition: transform 200ms var(--ease-out), border-color 200ms ease, background 200ms ease; }
.footer-contact-card:hover { transform: translateY(-4px); border-color: #345b95; background: #10223b; }
.footer-contact-card__label { display: block; margin-bottom: 8px; color: #8293aa; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.footer-contact-card a { color: #fff; font-size: 15px; font-weight: 800; overflow-wrap: anywhere; }
.footer-contact-card a:hover { color: #91b5ff; }
.footer-contact-card p { margin: 9px 0 0; color: #91a0b4; font-size: 12px; line-height: 1.55; }
.footer-navigation { display: grid; grid-template-columns: repeat(5, 1fr); gap: 42px; padding: 46px 0; }
.footer-column { gap: 9px; }
.footer-column h2 { margin-bottom: 9px; color: #fff; font-size: 14px; }
.footer-column a, .footer-column button { padding: 0; border: 0; color: #98a8bc; background: none; font-size: 13px; text-align: left; cursor: pointer; transition: color 160ms ease, transform 160ms ease; }
.footer-column a:hover, .footer-column button:hover { color: #fff; transform: translateX(2px); }
.footer-meta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 24px 0 30px; border-top: 1px solid #223047; }
.footer-meta address { display: flex; flex-direction: column; color: #8f9eb1; font-style: normal; font-size: 12px; }
.footer-meta address strong { margin-bottom: 2px; color: #bdc8d5; }
.footer-payment-mini { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 7px; color: #7f8fa5; font-size: 10px; }
.footer-payment-mini b { padding: 5px 7px; border: 1px solid #263850; border-radius: 6px; color: #afbccd; background: #0c1a2d; font-size: 9px; }
.footer-bottom { display: block; padding: 0; border-top: 1px solid #223047; background: #07101c; }
.footer-bottom .container { padding: 20px 0; }
.footer-bottom p { margin: 0; color: #8190a3; font-size: 12px; text-align: center; }

/* Motion system: progressive enhancement and reduced-motion safe */
.js body.motion-ready [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 700ms var(--ease-out), transform 760ms var(--ease-out); }
.js body.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.js body.motion-ready [data-reveal-item] { opacity: 0; transform: translateY(24px) scale(.985); transition: opacity 600ms var(--ease-out), transform 650ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.js body.motion-ready [data-reveal-item].is-visible { opacity: 1; transform: translateY(0) scale(1); }
.service-card, .price-card, .reason-card, .testimonial, .migration-card, .payment-panel { transition-property: transform, box-shadow, border-color, opacity; transition-duration: 240ms; transition-timing-function: var(--ease-out); }
.service-card:hover, .reason-card:hover, .testimonial:hover { transform: translateY(-6px); border-color: #c4d3ef; box-shadow: 0 20px 50px rgba(20,45,95,.1); }
.price-card:hover { transform: translateY(-8px); box-shadow: 0 24px 58px rgba(20,45,95,.12); }

@media (max-width: 1100px) {
  .hero-slide { grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 38px; }
  .hero-slide__content h1, .hero-title { font-size: clamp(43px,5vw,61px); }
  .cover-visual--hosting .floating-card--domain, .security-float--one, .service-orbit--domain { right: 0; }
  .cover-visual--hosting .floating-card--support, .security-float--two, .service-orbit--hosting { left: 0; }
  .footer-overview { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact-card:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .topbar__inner { justify-content: space-between; }
  .topbar__links { display: flex; }
  .topbar__links a:nth-child(3) { display: none; }
  .topbar__phone { display: none; }
  .hero-slider { min-height: 0; }
  .hero-slider__stage { padding-top: 54px; }
  .hero-slide { grid-template-columns: 1fr; gap: 26px; min-height: auto; text-align: center; }
  .hero-slide__content { max-width: 720px; margin-inline: auto; }
  .hero-slide__lead { margin-inline: auto; }
  .hero-slide__actions, .hero-slide__trust { justify-content: center; }
  .cover-visual { min-height: 425px; width: min(100%,660px); margin-inline: auto; }
  .hero-slider__controls { justify-content: center; }
  .slider-pause { margin-left: 0; }
  .payment-panel { grid-template-columns: 1fr; }
  .payment-methods { justify-content: flex-start; }
  .footer-highlight__grid { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-overview { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact-card:last-child { grid-column: auto; }
  .footer-navigation { grid-template-columns: repeat(3,1fr); }
  .footer-meta { align-items: flex-start; flex-direction: column; }
  .footer-payment-mini { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .topbar__inner { min-height: 42px; }
  .topbar__links { gap: 14px; }
  .topbar__links a:nth-child(2) { display: none; }
  .social-links--topbar { margin-left: auto; }
  .social-links--topbar .social-link { width: 28px; height: 28px; }
  .hero-slider__stage { padding-top: 45px; }
  .hero-slide__content h1, .hero-title { font-size: 42px; }
  .hero-slide__lead { font-size: 16px; }
  .hero-slide__actions { flex-direction: column; }
  .hero-slide__actions .button { width: 100%; }
  .hero-slide__trust { display: grid; justify-content: start; max-width: 290px; margin-inline: auto; text-align: left; }
  .cover-visual { min-height: 360px; transform: scale(.94); transform-origin: top center; margin-bottom: -15px; }
  .cover-card { animation: none; }
  .security-panel { padding: 17px; }
  .dns-list > div { grid-template-columns: 48px 37px 1fr; }
  .service-orbit, .floating-card { transform: scale(.85); }
  .service-orbit--hosting { left: -18px; }
  .service-orbit--domain { right: -18px; }
  .hero-slider__controls { flex-wrap: wrap; padding-bottom: 22px; }
  .hero-slider__arrows { order: 2; }
  .hero-slider__dots { order: 1; width: 100%; justify-content: center; }
  .slider-pause { order: 3; }
  .payment-section { padding-bottom: 42px; }
  .payment-panel { padding: 25px 20px; gap: 28px; }
  .payment-panel__intro { grid-template-columns: 1fr; }
  .payment-methods { display: grid; grid-template-columns: 1fr 1fr; }
  .payment-badge, .payment-badge--mastercard { min-width: 0; }
  .payment-badge:last-child { grid-column: 1 / -1; }
  .footer-highlight__grid { padding: 45px 0; }
  .footer-highlight__actions { width: 100%; flex-direction: column; }
  .footer-highlight__actions .button { width: 100%; }
  .footer-main { padding-top: 48px; }
  .footer-overview { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; padding-right: 0; }
  .footer-navigation { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-meta address span { max-width: 310px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider__backdrop span, .cover-card, .floating-card, .service-orbit, .hero-slide.is-active .eyebrow, .hero-slide.is-active h1, .hero-slide.is-active .hero-title, .hero-slide.is-active .hero-slide__lead, .hero-slide.is-active .hero-slide__actions, .hero-slide.is-active .hero-slide__trust, .slider-dot.is-active span { animation: none !important; }
  .hero-slide { transition: opacity .01ms linear, visibility .01ms linear; transform: none !important; }
  .js body.motion-ready [data-reveal], .js body.motion-ready [data-reveal-item] { opacity: 1; transform: none; }
}

/* =========================================================
   KXON Homepage v2-final – image covers, professional web
   visual, decorative shapes and simplified footer.
   ========================================================= */

/* Header: the customer portal remains the single primary action. */
.header-actions { margin-left: auto; }

/* Full-width photographic-style cover slider. */
.hero-slider.hero-slider--image {
  min-height: 600px;
  overflow: hidden;
  border-bottom: 0;
  color: #fff;
  background: #071426;
  isolation: isolate;
}
.hero-slider--image .hero-slider__stage {
  display: grid;
  min-height: 600px;
  padding: 0;
}
.hero-slider--image .hero-slide {
  position: relative;
  grid-area: 1 / 1;
  display: block;
  min-height: 600px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: opacity 620ms var(--ease-out), visibility 620ms;
}
.hero-slider--image .hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.hero-slider--image .hero-slide.is-leaving { opacity: 0; transform: none; }
.hero-slide__background {
  position: absolute;
  inset: -18px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: transform 8s ease-out;
}
.hero-slide.is-active .hero-slide__background { transform: scale(1); }
.hero-slide--hosting .hero-slide__background { background-image: url('../img/hero-hosting.png'); }
.hero-slide--security .hero-slide__background { background-image: url('../img/hero-security.png'); }
.hero-slide--web .hero-slide__background { background-image: url('../img/hero-webdesign.png'); }
.hero-slider--image .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 17, 36, .98) 0%, rgba(5, 24, 50, .95) 31%, rgba(7, 31, 61, .76) 53%, rgba(7, 31, 61, .2) 78%, rgba(7, 31, 61, .06) 100%),
    linear-gradient(0deg, rgba(4, 14, 28, .42), transparent 42%);
  pointer-events: none;
}
.hero-slide__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
  align-items: center;
  gap: 70px;
  min-height: 600px;
  padding: 72px 0 98px;
}
.hero-slider--image .hero-slide__content { max-width: 690px; }
.hero-slider--image .hero-slide__content h1,
.hero-slider--image .hero-title {
  max-width: 700px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.hero-slider--image .hero-slide__content h1 span,
.hero-slider--image .hero-title span { color: #4d8cff; }
.hero-slider--image .hero-slide__lead {
  max-width: 650px;
  margin-bottom: 29px;
  color: #d7e3f2;
  font-size: 18px;
  line-height: 1.66;
}
.eyebrow--hero { color: #9cc0ff; }
.eyebrow--hero .eyebrow__dot { background: #35d4bb; box-shadow: 0 0 0 5px rgba(53, 212, 187, .14); }
.button--hero-secondary {
  color: #fff;
  background: rgba(8, 24, 47, .28);
  border-color: rgba(255,255,255,.58);
  backdrop-filter: blur(5px);
}
.button--hero-secondary:hover,
.button--hero-secondary:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: #fff;
  box-shadow: none;
}
.hero-slider--image .hero-slide__trust {
  gap: 13px 26px;
  margin-top: 27px;
  color: #d8e4f2;
  font-size: 13px;
}
.hero-slider--image .hero-slide__trust svg { stroke: #48d4ad; }
.hero-slide__spacer { min-height: 1px; }

.hero-slider--image .hero-slider__controls {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 5;
  min-height: 42px;
  padding: 0;
  justify-content: flex-end;
  color: #fff;
  pointer-events: none;
}
.hero-slider--image .hero-slider__controls > * { pointer-events: auto; }
.hero-slider--image .slider-arrow {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: rgba(7, 20, 38, .36);
  backdrop-filter: blur(7px);
}
.hero-slider--image .slider-arrow:hover,
.hero-slider--image .slider-arrow:focus-visible {
  color: #fff;
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.12);
  box-shadow: none;
}
.hero-slider--image .slider-dot { background: rgba(255,255,255,.34); }
.hero-slider--image .slider-dot span { background: #fff; }
.hero-slider--image .slider-pause {
  position: relative;
  margin-left: 0;
  color: #dbe6f4;
  background: rgba(7, 20, 38, .34);
  backdrop-filter: blur(7px);
}
.hero-slider--image .slider-pause:hover { color: #fff; background: rgba(255,255,255,.12); }
.hero-slider--image .slider-pause span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* The compact benefit row overlaps the cover like a real hosting homepage. */
.trust-strip {
  position: relative;
  z-index: 8;
  margin-top: -34px;
  border: 0;
  background: transparent;
}
.trust-strip__grid {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(12, 35, 70, .11);
}
.trust-strip__grid > div { padding: 24px 26px; }
.trust-strip__grid > div:first-child { padding-left: 26px; }
.trust-strip__grid > div:last-child { padding-right: 26px; }

/* Professional visual for the web design service. */
.website-showcase--workspace {
  position: relative;
  min-height: 0;
  padding: 0;
}
.website-showcase--workspace::before { display: none; }
.website-workspace-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce5f2;
  border-radius: 26px;
  background: #f3f7fd;
  box-shadow: 0 28px 75px rgba(18, 53, 101, .14);
}
.website-workspace-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
  pointer-events: none;
}
.website-workspace-frame img { width: 100%; height: auto; }
.website-showcase--workspace .showcase-badge { right: -15px; bottom: 24px; }

/* Decorative shapes add visual depth without adding more content cards. */
.section--shapes { position: relative; overflow: hidden; isolation: isolate; }
.section--shapes > .container { position: relative; z-index: 2; }
.section--shapes::before,
.section--shapes::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}
.section--shapes-right::before {
  width: 360px;
  height: 360px;
  right: -210px;
  top: 76px;
  border: 1px solid rgba(21,94,239,.11);
  box-shadow: 0 0 0 50px rgba(21,94,239,.035), 0 0 0 105px rgba(21,94,239,.018);
}
.section--shapes-right::after {
  width: 110px;
  height: 110px;
  left: 3%;
  bottom: 10%;
  background: radial-gradient(circle at 35% 35%, rgba(34,184,167,.18), rgba(34,184,167,.04) 65%, transparent 66%);
}
.section--shapes-left::before {
  width: 330px;
  height: 330px;
  left: -205px;
  top: 120px;
  border: 1px solid rgba(21,94,239,.1);
  box-shadow: 0 0 0 48px rgba(21,94,239,.03), 0 0 0 98px rgba(21,94,239,.017);
}
.section--shapes-left::after {
  width: 150px;
  height: 150px;
  right: 4%;
  bottom: 5%;
  background-image: radial-gradient(rgba(21,94,239,.22) 1.3px, transparent 1.3px);
  background-size: 14px 14px;
  opacity: .55;
}
.section--shapes-right-soft::before {
  width: 280px;
  height: 280px;
  right: -150px;
  bottom: -70px;
  border: 1px solid rgba(21,94,239,.08);
  box-shadow: 0 0 0 45px rgba(21,94,239,.025), 0 0 0 90px rgba(21,94,239,.012);
}
.section--shapes-right-soft::after {
  width: 120px;
  height: 120px;
  left: 4%;
  top: 18%;
  background: radial-gradient(circle at 35% 35%, rgba(34,184,167,.13), rgba(34,184,167,.025) 68%, transparent 69%);
}

/* Simplified footer without contact cards or postal address. */
.site-footer { margin-top: 0; }
.footer-highlight::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -150px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.015);
}
.footer-main { padding-top: 58px; }
.footer-layout {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, minmax(0, .82fr));
  gap: 34px;
  padding-bottom: 48px;
}
.footer-layout .footer-brand { padding-right: 24px; }
.footer-layout .footer-brand > p { max-width: 330px; margin: 19px 0 22px; }
.footer-layout .footer-column { min-width: 0; }
.footer-contact { gap: 5px; }
.footer-contact > span {
  margin-top: 5px;
  color: #73849a;
  font-size: 10px;
  line-height: 1.35;
}
.footer-contact__primary {
  margin-bottom: 8px;
  color: #d9e3ef !important;
  font-size: 12px !important;
  font-weight: 750;
  overflow-wrap: anywhere;
}
.footer-payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0 30px;
  border-top: 1px solid #223047;
}
.footer-payment-row__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: #a8b5c5;
  font-size: 12px;
  font-weight: 700;
}
.footer-payment-row__label svg {
  width: 19px;
  fill: none;
  stroke: #79a6ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.footer-payment-icons { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px; }
.payment-logo {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid #263a54;
  border-radius: 8px;
  color: #d2dbe6;
  background: #0c1a2d;
  line-height: 1;
}
.payment-logo svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.payment-logo--paypal b { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 5px; color: #fff; background: #1769aa; font-style: italic; }
.payment-logo--paypal strong { color: #dbeafe; font-size: 12px; font-style: italic; }
.payment-logo--visa { color: #eef3ff; font-size: 17px; font-weight: 900; font-style: italic; letter-spacing: -.04em; }
.payment-logo--mastercard { position: relative; min-width: 104px; justify-content: flex-start; padding-left: 12px; }
.payment-logo--mastercard i { width: 20px; height: 20px; border-radius: 50%; background: #eb4b43; }
.payment-logo--mastercard i + i { margin-left: -12px; background: #f4a43c; opacity: .9; }
.payment-logo--mastercard small { color: #cfd7e2; font-size: 9px; }
.payment-logo--sepa strong,
.payment-logo--transfer strong { font-size: 11px; }
.footer-bottom .container { padding: 19px 0; }

@media (max-width: 1180px) {
  .footer-layout { grid-template-columns: 1.35fr repeat(3, 1fr); }
  .footer-layout .footer-brand { grid-row: span 2; }
}

@media (max-width: 900px) {
  .hero-slider.hero-slider--image,
  .hero-slider--image .hero-slider__stage,
  .hero-slider--image .hero-slide { min-height: 620px; }
  .hero-slide__inner {
    grid-template-columns: minmax(0, 1fr) minmax(170px, .36fr);
    gap: 20px;
    min-height: 620px;
    padding: 66px 0 112px;
    text-align: left;
  }
  .hero-slider--image .hero-slide::after {
    background: linear-gradient(90deg, rgba(4,17,36,.98) 0%, rgba(5,24,50,.92) 48%, rgba(5,24,50,.5) 72%, rgba(5,24,50,.22) 100%);
  }
  .hero-slider--image .hero-slide__content { margin: 0; }
  .hero-slider--image .hero-slide__lead { margin-inline: 0; }
  .hero-slider--image .hero-slide__actions,
  .hero-slider--image .hero-slide__trust { justify-content: flex-start; }
  .hero-slider--image .hero-slider__controls { justify-content: center; }
  .trust-strip { margin-top: -28px; }
  .footer-layout { grid-template-columns: repeat(3, 1fr); }
  .footer-layout .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-payment-row { align-items: flex-start; flex-direction: column; }
  .footer-payment-icons { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .hero-slider.hero-slider--image,
  .hero-slider--image .hero-slider__stage,
  .hero-slider--image .hero-slide { min-height: 650px; }
  .hero-slide__inner {
    display: block;
    min-height: 650px;
    padding: 58px 0 118px;
  }
  .hero-slide__spacer { display: none; }
  .hero-slider--image .hero-slide::after {
    background: linear-gradient(90deg, rgba(4,17,36,.97), rgba(5,24,50,.87)), linear-gradient(0deg, rgba(4,17,36,.62), transparent 55%);
  }
  .hero-slide--hosting .hero-slide__background { background-position: 63% center; }
  .hero-slide--security .hero-slide__background { background-position: 67% center; }
  .hero-slide--web .hero-slide__background { background-position: 64% center; }
  .hero-slider--image .hero-slide__content h1,
  .hero-slider--image .hero-title { font-size: clamp(39px, 11vw, 48px); }
  .hero-slider--image .hero-slide__lead { font-size: 16px; }
  .hero-slider--image .hero-slide__actions { flex-direction: column; }
  .hero-slider--image .hero-slide__actions .button { width: 100%; }
  .hero-slider--image .hero-slide__trust {
    display: grid;
    max-width: none;
    margin-inline: 0;
    text-align: left;
  }
  .hero-slider--image .hero-slider__controls { bottom: 20px; flex-wrap: nowrap; }
  .hero-slider--image .hero-slider__arrows { order: 1; }
  .hero-slider--image .hero-slider__dots { order: 2; width: auto; }
  .hero-slider--image .slider-pause { order: 3; }
  .trust-strip { margin-top: 0; }
  .trust-strip__grid { border-radius: 0; border-right: 0; border-left: 0; box-shadow: none; }
  .trust-strip__grid > div,
  .trust-strip__grid > div:first-child,
  .trust-strip__grid > div:nth-child(3),
  .trust-strip__grid > div:last-child { padding: 18px 20px; }
  .website-showcase--workspace .showcase-badge { right: 4px; bottom: 10px; transform: scale(.88); transform-origin: right bottom; }
  .section--shapes::before,
  .section--shapes::after { opacity: .55; }
  .footer-layout { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-layout .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-payment-icons { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .payment-logo { min-width: 0; }
  .payment-logo--mastercard { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide__background { transition: none !important; transform: none !important; }
}
