:root {
  --ink: #171512;
  --muted: #6b625a;
  --paper: #fffaf3;
  --panel: #ffffff;
  --line: rgba(23, 21, 18, .12);
  --ember: #e85d3f;
  --moss: #1f7a68;
  --plum: #4b2f5f;
  --amber: #ffc857;
  --shadow: 0 24px 70px rgba(47, 34, 27, .14);
  --radius: 8px;
  --wide: min(1180px, calc(100% - 32px));
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--paper); color: var(--ink); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header { position: sticky; top: 14px; z-index: 50; width: var(--wide); margin: 14px auto 0; min-height: 78px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(255, 250, 243, .83); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 16px 50px rgba(31, 27, 23, .11); backdrop-filter: blur(18px); }
.brand img { width: 150px; height: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a, .nav-button, .site-footer button { padding: 10px 13px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; }
.nav a:hover, .nav-button:hover, .site-footer button:hover { color: var(--ink); background: rgba(232, 93, 63, .09); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); }
.hero { width: var(--wide); margin: 44px auto 0; min-height: calc(100vh - 140px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: 34px; align-items: center; padding-bottom: 52px; }
 .hero-copy h1 { margin: 0 0 60px; max-width: 760px; font-size: clamp(3rem, 7vw, 6.9rem); line-height: .9; letter-spacing: 0; }
.hero-copy p { max-width: 720px; color: var(--muted); font-size: 1.08rem; margin-top: 25px; }
.eyebrow { margin: 0 0 12px; color: var(--moss); font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
.hero-media { position: relative; border-radius: 36px; overflow: hidden; min-height: 610px; box-shadow: var(--shadow); }
.hero-media:after, .overlay-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(23,21,18,.2), rgba(232,93,63,.05)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--ember), #bd355d 58%, var(--plum)); color: #fff; box-shadow: 0 16px 35px rgba(232, 93, 63, .25); }
.button.secondary { background: rgba(255,255,255,.72); border-color: var(--line); color: var(--ink); }
.button.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-row span, .pill-grid span { border: 1px solid var(--line); background: rgba(255,255,255,.72); padding: 9px 12px; border-radius: 999px; color: var(--muted); font-size: .92rem; }
.section { width: var(--wide); margin: 0 auto; padding: 72px 0; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading.center { margin-inline: auto; text-align: center; }
h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.2; }
p { margin-top: 0; }
.feature-grid, .pricing-grid, .guide-grid, .step-grid, .reseller-packages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-card, .price-card, .guide-card, .text-card, .check-card, .step-grid article { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 36px rgba(47, 34, 27, .08); }
.feature-card p, .guide-card p, .text-card p, .price-card li, .step-grid p, .check-card li { color: var(--muted); }
.feature-icon { display: block; width: 38px; height: 38px; border-radius: 50%; margin-bottom: 22px; background: radial-gradient(circle at 30% 25%, var(--amber), var(--ember) 48%, var(--plum)); }
.pricing { background: linear-gradient(180deg, rgba(31,122,104,.08), rgba(255,250,243,0)); width: 100%; padding-inline: max(16px, calc((100% - 1180px)/2)); }
.device-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.device-tabs button { border: 1px solid var(--line); background: #fff; padding: 11px 16px; border-radius: 999px; cursor: pointer; color: var(--muted); }
.device-tabs button.active { background: var(--ink); color: #fff; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 10px; }
.price-card.highlight { border-color: rgba(232, 93, 63, .45); box-shadow: 0 22px 60px rgba(232, 93, 63, .16); }
.badge { align-self: flex-start; border-radius: 999px; padding: 5px 10px; background: var(--amber); font-weight: 900; font-size: .8rem; }
.price { margin: 4px 0; font-size: 2.25rem; font-weight: 900; color: var(--plum); }
.price-card ul, .check-card ul { padding-left: 20px; margin: 0 0 14px; }
.editorial { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.split, .reseller { display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; }
.split > img, .reseller > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.stack { display: grid; gap: 14px; }
.guide-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.guide-card ol { margin: 0 0 12px; padding-left: 22px; color: var(--plum); font-weight: 800; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.pill-grid.small span { font-size: .86rem; }
.image-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.overlay-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 26px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background-image: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.72)), var(--bg); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.overlay-card h3, .overlay-card p { position: relative; z-index: 1; }
.overlay-card p { color: rgba(255,255,255,.83); }
.cta-band { border-radius: 28px; padding: 46px; background: linear-gradient(135deg, var(--ink), #35243f 55%, #1f7a68); color: #fff; box-shadow: var(--shadow); }
.cta-band p { color: rgba(255,255,255,.76); max-width: 760px; }
.step-grid { grid-template-columns: repeat(3, 1fr); }
.step-grid span { color: var(--ember); font-size: 2rem; font-weight: 950; }
.city-heading { margin-top: 38px; }
.testimonials .feature-card p { font-size: 1.05rem; color: var(--ink); }
.reseller { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.reseller-packages { grid-template-columns: repeat(3, 1fr); }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 850; }
.faq details p { color: var(--muted); margin: 12px 0 0; max-width: 920px; }
.dmca .text-card { max-width: 920px; }
.site-footer { width: var(--wide); margin: 44px auto 22px; border-radius: 30px; padding: 34px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 24px; }
.footer-logo { width: 150px; filter: drop-shadow(0 12px 20px rgba(0,0,0,.2)); }
.site-footer p, .footer-bottom { color: rgba(255,255,255,.66); }
.site-footer h2 { font-size: 1rem; margin-bottom: 12px; }
.site-footer a, .site-footer button { display: block; color: rgba(255,255,255,.72); padding: 5px 0; background: transparent; border: 0; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.13); margin-top: 24px; padding-top: 18px; font-size: .88rem; }
.modal-layer { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; background: rgba(23,21,18,.48); backdrop-filter: blur(14px); }
.modal-layer[hidden], [hidden] { display: none !important; }
.modal { width: min(560px, 100%); max-height: calc(100vh - 36px); overflow: auto; background: var(--paper); border: 1px solid rgba(255,255,255,.5); border-radius: 24px; padding: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.28); animation: pop .2s ease; }
@keyframes pop { from { transform: translateY(12px) scale(.98); opacity: .3; } to { transform: none; opacity: 1; } }
.modal-close { float: right; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 1.4rem; }
form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-weight: 800; color: var(--ink); }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 12px 13px; color: var(--ink); }
input:focus, textarea:focus { outline: 3px solid rgba(31,122,104,.16); border-color: var(--moss); }
.hp { position: absolute; left: -9999px; }
.form-message { margin: 0; color: var(--moss); font-weight: 800; }
.policy-hero { width: var(--wide); margin: 52px auto 0; padding: 54px; border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(31,122,104,.12)); box-shadow: var(--shadow); }
.policy-content { width: min(920px, calc(100% - 32px)); margin: 28px auto 72px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px; box-shadow: 0 14px 40px rgba(47,34,27,.08); }
.policy-content h2 { font-size: 1.65rem; margin-top: 28px; }
.success-card { width: min(760px, calc(100% - 32px)); margin: 70px auto; padding: 44px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.success-icon { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--moss); color: #fff; font-size: 2.4rem; font-weight: 900; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 14px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .hero, .split, .reseller, .editorial { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { min-height: 430px; }
  .feature-grid, .pricing-grid, .guide-grid, .image-cards, .footer-grid, .reseller-packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .site-header { top: 8px; width: calc(100% - 18px); border-radius: 24px; }
  .brand img { width: 124px; }
  .hero { margin-top: 28px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 16vw, 4.2rem); margin-bottom: 34px !important; }
  .hero-media { min-height: 320px; border-radius: 24px; }
  .section { padding: 48px 0; }
  .feature-grid, .pricing-grid, .guide-grid, .image-cards, .step-grid, .footer-grid, .reseller-packages { grid-template-columns: 1fr; }
  .cta-band, .policy-hero, .policy-content, .success-card { padding: 26px; }
  .footer-bottom { flex-direction: column; }
}

/* Mobile polish fixes: keep section images controlled and add safe side spacing */
@media (max-width: 640px) {
  .section,
  .hero,
  .pricing,
  .split,
  .reseller,
  .editorial,
  .image-cards,
  .container {
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-media {
    min-height: 0 !important;
    height: 260px !important;
    max-height: 260px !important;
  }

  .split > img,
  .reseller > img,
  .editorial > img,
  .section img:not(.brand img):not(.logo img) {
    width: 100% !important;
    height: 240px !important;
    max-height: 240px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    border-radius: 22px !important;
  }

  .overlay-card {
    min-height: 260px !important;
  }
}

@media (max-width: 420px) {
  .hero-media {
    height: 230px !important;
    max-height: 230px !important;
  }

  .split > img,
  .reseller > img,
  .editorial > img,
  .section img:not(.brand img):not(.logo img) {
    height: 220px !important;
    max-height: 220px !important;
  }
}
