:root {
  --ink: #070b12;
  --muted: #5a6472;
  --line: #dce2eb;
  --paper: #ffffff;
  --soft: #f5f8fc;
  --blue: #095dff;
  --blue-dark: #0348d6;
  --orange: #c2410c;
  --sky: #eaf2ff;
  --radius: 8px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-grid;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
  white-space: nowrap;
}
.brand span { font-size: 27px; }
.brand strong { color: var(--blue); font-size: 18px; }
.site-nav {
  margin-left: auto;
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 800;
}
.site-nav a:hover { color: var(--blue); }
.language-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 112px;
  height: 42px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.language-switch svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--muted); }
.language-select {
  width: 100%;
  border: 0;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  outline: none;
  cursor: pointer;
}
.language-switch:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,93,255,.12); }
.header-cta,
.button,
.submit-button,
.price-card button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}
.header-cta {
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(9,93,255,.2);
}
.header-cta:hover, .button.primary:hover, .submit-button:hover { background: var(--blue-dark); }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 9px;
  border: 0;
  background: transparent;
}
.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
  padding-block: 74px 76px;
}
.hero-copy h1 {
  max-width: 610px;
  margin: 0 0 22px;
  font: 900 clamp(48px, 6.1vw, 86px)/.98 "Manrope", Inter, sans-serif;
  letter-spacing: 0;
}
.hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: #303846;
  font-size: 20px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.button {
  min-width: 164px;
  padding: 0 22px;
  border: 2px solid var(--ink);
}
.button.primary {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}
.button.secondary { background: #fff; }
.button.secondary:hover { border-color: var(--blue); color: var(--blue); }
.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}
.hero-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #202938;
  font-size: 13px;
  font-weight: 800;
}
svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, #f4f7fb);
}
.hero-media img {
  min-height: 520px;
  object-position: center;
}

.workflow-band {
  padding: 70px 0 74px;
  border-block: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.workflow-band h2,
.section-head h2,
.pricing h2,
.preview-layout h2,
.faq h2 {
  margin: 0;
  font: 900 clamp(34px, 4.2vw, 54px)/1.05 "Manrope", Inter, sans-serif;
  letter-spacing: 0;
}
.workflow-band h2 {
  text-align: center;
  margin-bottom: 36px;
}
.workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.workflow article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}
.workflow h3,
.trust-grid h3,
.price-card h3,
.style-grid h3 {
  margin: 18px 0 8px;
  font: 900 22px/1.18 "Manrope", Inter, sans-serif;
}
.workflow p,
.section-head p,
.trust-grid p,
.preview-layout p,
.faq p {
  margin: 0;
  color: var(--muted);
}

.video-band {
  padding: 82px 0;
  border-bottom: 1px solid var(--line);
  background: #06101e;
  color: #fff;
}
.video-heading { max-width: 780px; }
.video-heading h2 { color: #fff; }
.video-heading p { color: #c2cad6; }
.video-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 22px;
}
.video-story {
  display: grid;
  grid-template-columns: 46% 1fr;
  overflow: hidden;
  border: 1px solid #2a3b52;
  border-radius: var(--radius);
  background: #0b1829;
}
.featured-video { grid-row: 1 / 3; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #02060c; }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-trigger { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; background: #02060c; cursor: pointer; }
.video-trigger img { height: 100%; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.video-trigger:hover img { transform: scale(1.025); opacity: .86; }
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  transform: translate(-50%, -50%);
}
.video-play svg { width: 28px; height: 28px; fill: currentColor; stroke: none; transform: translateX(2px); }
.video-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px; }
.video-copy p { margin: 0; color: #7db0ff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.video-copy h3 { margin: 8px 0; font: 900 21px/1.15 "Manrope", Inter, sans-serif; }
.video-copy span { color: #b7c3d3; font-size: 14px; }
.featured-video .video-copy { padding: 28px; }
.featured-video .video-copy h3 { font-size: 28px; }
.video-disclosure { margin: 18px 0 0; color: #8fa0b5; font-size: 12px; }

.gallery {
  padding-block: 82px;
}
.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}
.section-head.centered {
  margin-inline: auto;
  text-align: center;
}
.section-head p {
  margin-top: 14px;
  font-size: 18px;
}
.gallery img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(9,23,42,.08);
}
.gallery-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.styles {
  padding: 28px 0 78px;
}
.style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.style-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: #fff;
}
.style-grid article:nth-child(even) { background: var(--soft); }
.style-grid p {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.style-grid a {
  color: var(--blue);
  font-weight: 900;
}

.trust-band {
  padding: 48px 0;
  background: var(--sky);
  border-block: 1px solid #d5e5ff;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.trust-grid h3 {
  margin-top: 14px;
  font-size: 18px;
}
.trust-grid p { font-size: 14px; }
.trust-grid svg { width: 42px; height: 42px; color: var(--ink); }

.pricing {
  padding-block: 82px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
  margin-top: 36px;
}
.price-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.price-card.featured {
  border: 2px solid var(--orange);
  box-shadow: 0 22px 44px rgba(255,106,24,.12);
}
.price-card > p {
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0;
  padding: 9px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background: var(--orange);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.price-card.featured h3 { margin-top: 22px; }
.price-card strong {
  display: block;
  margin: 6px 0 20px;
  font: 900 48px/1 "Manrope", Inter, sans-serif;
}
.price-card ul {
  min-height: 136px;
  margin: 0 0 24px;
  padding-left: 20px;
  color: #2f3745;
}
.price-card li { margin: 9px 0; }
.price-card button {
  width: 100%;
  border: 2px solid var(--blue);
  color: var(--blue);
  background: #fff;
}
.price-card.featured button {
  border-color: var(--orange);
  color: #fff;
  background: var(--orange);
}
.price-card button:hover {
  color: #fff;
  background: var(--blue);
}
.price-card.featured button:hover { background: #e95d11; }

.preview-band {
  padding: 68px 0;
  background: var(--soft);
  border-block: 1px solid var(--line);
}
.preview-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 46px;
  align-items: start;
}
.preview-layout h2 { margin-bottom: 16px; }
.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  margin: 13px 0;
  padding-left: 30px;
  font-weight: 800;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 16px;
  height: 16px;
  border: 5px solid var(--blue);
  border-radius: 50%;
}
.request-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.request-form label {
  display: grid;
  gap: 8px;
}
.request-form label span {
  color: #202938;
  font-size: 13px;
  font-weight: 900;
}
.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  outline: none;
}
.request-form textarea { resize: vertical; }
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(9,93,255,.12);
}
.upload-box {
  grid-row: span 2;
  min-height: 178px;
  place-content: center;
  padding: 24px;
  border: 2px dashed #9db7e5;
  border-radius: var(--radius);
  text-align: center;
  cursor: pointer;
}
.upload-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px !important;
  height: 1px;
  min-height: 1px !important;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.upload-box strong { color: var(--blue); font-size: 18px; }
.upload-box small { color: var(--muted); }
.wide { grid-column: 1 / -1; }
.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.consent-field {
  grid-column: 1 / -1;
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  gap: 10px !important;
}
.consent-field input {
  width: 18px !important;
  height: 18px;
  min-height: 18px !important;
  margin: 2px 0 0;
  padding: 0 !important;
}
.consent-field a { color: var(--blue); text-decoration: underline; }
.submit-button {
  grid-column: 1 / -1;
  border: 0;
  color: #fff;
  background: var(--blue);
}
.submit-button:disabled { opacity: .68; cursor: wait; }
.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.form-note[data-type="success"] { color: #087443; font-weight: 800; }
.form-note[data-type="error"] { color: #b42318; font-weight: 800; }
.form-note a { color: inherit; text-decoration: underline; }

.faq {
  padding-block: 78px;
}
.faq h2 {
  margin-bottom: 28px;
  text-align: center;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 900;
  cursor: pointer;
}
summary::after { content: "+"; color: var(--blue); }
details[open] summary::after { content: "-"; }
details p { padding: 0 20px 20px; }

.site-footer {
  padding-top: 54px;
  color: #fff;
  background: #06101e;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 56px;
}
.footer-brand strong { color: #7db0ff; }
.footer-grid p {
  max-width: 390px;
  color: #c2cad6;
}
.footer-grid h2 {
  margin: 0 0 15px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-grid div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-grid a:not(.brand) {
  color: #d9e0ec;
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding: 22px 0;
  border-top: 1px solid #263346;
  color: #9ca8b8;
  font-size: 12px;
}

.payment-page { min-height: 100vh; background: var(--soft); }
.payment-back { color: var(--blue); font-weight: 900; }
.payment-page .payment-language { margin-left: auto; }
.payment-main {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 150px);
  padding-block: 64px;
}
.payment-intro h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font: 900 clamp(48px, 6vw, 78px)/.98 "Manrope", Inter, sans-serif;
  letter-spacing: 0;
}
.payment-intro > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 19px; }
.payment-steps { display: grid; gap: 18px; margin: 36px 0 0; padding: 0; list-style: none; counter-reset: payment-step; }
.payment-steps li { position: relative; display: grid; gap: 2px; padding-left: 48px; counter-increment: payment-step; }
.payment-steps li::before {
  content: counter(payment-step);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}
.payment-steps strong { font-size: 16px; }
.payment-steps span { color: var(--muted); font-size: 14px; }
.payment-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 60px rgba(9,23,42,.1);
}
.payment-panel h2 { margin: 0; font: 900 30px/1.1 "Manrope", Inter, sans-serif; }
.payment-caution { margin: 9px 0 24px; color: #8a3b08; font-size: 14px; font-weight: 800; }
#payment-form { display: grid; gap: 16px; }
#payment-form label:not(.payment-confirm) { display: grid; gap: 7px; }
#payment-form label > span { color: #202938; font-size: 13px; font-weight: 900; }
#payment-form input {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}
#payment-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,93,255,.12); }
.amount-field { display: grid; grid-template-columns: 44px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; }
.amount-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,93,255,.12); }
.amount-field > span { display: grid; place-items: center; border-right: 1px solid var(--line); background: var(--soft); font-weight: 900; }
.amount-field input { border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.payment-confirm { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.payment-confirm input { width: 18px !important; min-height: 18px !important; margin: 2px 0 0; padding: 0 !important; }
.payment-confirm span { min-width: 0; overflow-wrap: anywhere; }
#paypal-button-container { min-height: 48px; margin-top: 22px; }
.payment-status { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.payment-status[data-type="success"] { color: #087443; font-weight: 800; }
.payment-status[data-type="error"] { color: #b42318; font-weight: 800; }
.payment-footnote { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.payment-footer { display: flex; gap: 22px; padding-block: 20px; color: var(--muted); font-size: 12px; }
.payment-footer a:hover { color: var(--blue); }
.policy-language { margin-left: auto; }
.policy-main { max-width: 760px; padding-block: 70px 100px; }
.policy-main h1 { margin: 0 0 24px; font: 900 52px/1 "Manrope", Inter, sans-serif; }
.policy-main h2 { margin: 34px 0 10px; font: 900 24px/1.15 "Manrope", Inter, sans-serif; }
.policy-main p { color: var(--muted); }
.policy-main a { color: var(--blue); font-weight: 800; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .site-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    margin-left: 0;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 18px 42px rgba(7,11,18,.12);
  }
  .site-nav.open { display: grid; }
  .menu-button { display: block; }
  .hero,
  .payment-main,
  .preview-layout { grid-template-columns: 1fr; }
  .hero-media img { min-height: 430px; }
  .workflow,
  .pricing-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .featured-video { grid-row: auto; }
  .video-story { grid-template-columns: 42% 1fr; }
  .featured-video { grid-template-columns: 1fr; }
  .style-grid,
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 66px; }
  .header-inner { gap: 10px; }
  .site-nav { top: 66px; }
  .brand span { font-size: 24px; }
  .brand strong { font-size: 16px; }
  .language-switch { min-width: 105px; padding-inline: 7px; }
  .hero { padding-block: 34px 52px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-assurances { display: grid; gap: 14px; }
  .hero-media img { min-height: 300px; }
  .workflow article,
  .request-form,
  .price-card { padding: 22px; }
  .style-grid,
  .trust-grid,
  .faq-grid,
  .request-form,
  .footer-grid { grid-template-columns: 1fr; }
  .style-grid article { min-height: 210px; }
  .video-band { padding: 58px 0; }
  .video-story,
  .featured-video { grid-template-columns: 1fr; }
  .video-copy,
  .featured-video .video-copy { padding: 20px; }
  .upload-box { grid-row: auto; }
  .wide,
  .submit-button,
  .form-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .payment-main { gap: 38px; min-height: 0; padding-block: 38px; }
  .payment-intro h1 { font-size: 44px; }
  .payment-panel { padding: 22px; }
  .policy-main { padding-block: 44px 72px; }
  .policy-main h1 { font-size: 42px; }
}
