:root{
    --paper:#FAFBFC;
    --paper-2:#FFFFFF;
    --ink:#12151C;
    --muted:#64748B;
    --muted-2:#94A3B8;
    --line:#E4E7EC;
    --line-2:#EEF0F3;
    --blue:#2952E3;
    --blue-dark:#1D3FBF;
    --blue-wash:#EEF2FF;
    --tint:#F2F5FC;
    --green:#16A34A;
    --ink-2:#1B2130;
    --header-bg:rgba(250,251,252,0.88);
    --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --display: "Space Grotesk", var(--sans);
    --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    --radius-lg:20px;
    --radius-md:14px;
    --radius-sm:9px;
    --container:1200px;
  }

  /* Dark theme — toggled via data-theme="dark" on <html>, set by JS below */
  html[data-theme="dark"]{
    --paper:#0F1420;
    --paper-2:#161C2A;
    --ink:#EDF1F7;
    --muted:#8B96AA;
    --muted-2:#626D82;
    --line:#232B3D;
    --line-2:#1C2333;
    --blue:#5B7FFF;
    --blue-dark:#7C99FF;
    --blue-wash:#1A2445;
    --tint:#131A29;
    --green:#22C55E;
    --ink-2:#05070C;
    --header-bg:rgba(15,20,32,0.88);
  }
  html[data-theme="dark"] body{color-scheme:dark;}
  html[data-theme="dark"] .value-card:hover,
  html[data-theme="dark"] .why-card{box-shadow:none;}
  html[data-theme="dark"] .checker,
  html[data-theme="dark"] .plan,
  html[data-theme="dark"] .value-card,
  html[data-theme="dark"] .why-card,
  html[data-theme="dark"] .tld-table,
  html[data-theme="dark"] .mobile-panel,
  html[data-theme="dark"] .footer-newsletter input{
    box-shadow:none;
  }
  /* The CTA band works as "the one contrasting block" in light mode by
     being darker than the page. In dark mode the whole page is already
     dark, so "even darker" no longer stands out — flip it to a bright
     blue instead, which pops against the dark background the same way. */
  html[data-theme="dark"] .cta-band{
    background:var(--blue);
    color:#0B1020;
  }
  html[data-theme="dark"] .cta-band p{color:rgba(11,16,32,0.75);}
  html[data-theme="dark"] .cta-band h2{color:#0B1020;}
  html[data-theme="dark"] .cta-band .btn-solid{background:#0B1020; color:#fff;}
  html[data-theme="dark"] .cta-band .btn-solid:hover{background:#1a2340;}
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--paper);
    color:var(--ink);
    font-family:var(--sans);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    overflow-x:hidden;
    transition:background-color .25s ease, color .25s ease;
  }
  @media (prefers-reduced-motion: reduce){ body{transition:none;} }
  a{color:inherit; text-decoration:none;}
  img,svg{display:block; max-width:100%;}
  button{font:inherit; cursor:pointer;}
  ul{list-style:none;}
  ::selection{background:var(--blue); color:#fff;}

  .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:absolute; left:16px; top:-60px; z-index:100; background:var(--blue); color:#fff; padding:10px 16px; border-radius:var(--radius-sm); font-weight:700; font-size:14px; transition:top .15s;}
  .skip-link:focus{top:16px;}

  .wrap{max-width:var(--container); margin:0 auto; padding:0 clamp(20px,4vw,40px);}

  header{position:sticky; top:0; z-index:60; background:var(--header-bg); backdrop-filter:blur(12px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; height:76px; position:relative; gap:24px;}
  .logo{display:flex; align-items:center; flex-shrink:0;}
  .logo-img{height:26px; width:auto; display:block;}
  .nav-links{display:flex; align-items:center; gap:8px; font-size:15px; color:var(--muted); font-weight:500;}
  .nav-links a{padding:9px 14px; border-radius:var(--radius-sm); transition:color .15s, background .15s;}
  .nav-links a:hover, .nav-links a:focus-visible{color:var(--ink); background:var(--line-2);}
  .nav-links a.active{color:var(--blue); background:var(--blue-wash); font-weight:700;}
  .nav-cta{display:flex; align-items:center; gap:10px; flex-shrink:0;}
  .btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:11px 20px; border-radius:var(--radius-sm); font-size:14.5px; font-weight:600; border:1.5px solid transparent; transition:transform .12s, background .15s, border-color .15s, color .15s; white-space:nowrap;}
  .btn:active{transform:scale(0.97);}
  .btn-ghost{border-color:var(--line); color:var(--ink); background:transparent;}
  .btn-ghost:hover, .btn-ghost:focus-visible{border-color:var(--blue); color:var(--blue);}
  .btn-solid{background:var(--blue); color:#fff;}
  .btn-solid:hover, .btn-solid:focus-visible{background:var(--blue-dark);}
  .btn-lg{padding:15px 30px; font-size:15.5px;}
  .menu-toggle{display:none; background:none; border:1.5px solid var(--line); border-radius:var(--radius-sm); color:var(--ink); width:44px; height:44px; align-items:center; justify-content:center; flex-shrink:0;}

  .theme-toggle{
    background:none; border:1.5px solid var(--line); border-radius:var(--radius-sm);
    color:var(--ink); width:42px; height:42px; display:flex; align-items:center; justify-content:center;
    flex-shrink:0; transition:border-color .15s, color .15s;
  }
  .theme-toggle:hover{border-color:var(--blue); color:var(--blue);}
  .theme-toggle svg{width:18px; height:18px;}
  .theme-toggle .icon-sun{display:none;}
  html[data-theme="dark"] .theme-toggle .icon-moon{display:none;}
  html[data-theme="dark"] .theme-toggle .icon-sun{display:block;}
  .menu-toggle svg{width:19px; height:19px;}
  a:focus-visible, button:focus-visible, input:focus-visible{outline:2px solid var(--blue); outline-offset:2px;}

  .mobile-panel{display:none; position:absolute; top:100%; left:0; right:0; background:var(--paper-2); border-bottom:1px solid var(--line); box-shadow:0 16px 32px -16px rgba(18,21,28,0.14); padding:14px clamp(20px,4vw,40px) 22px; flex-direction:column; gap:2px; max-height:calc(100vh - 76px); overflow-y:auto;}
  .mobile-panel a{padding:14px 4px; font-size:16.5px; border-bottom:1px solid var(--line-2); color:var(--ink); font-weight:500;}
  .mobile-panel a:last-of-type{border-bottom:none;}
  body.nav-open .mobile-panel{display:flex;}
  body.nav-open{overflow:hidden;}

  .hero{padding:clamp(52px,8vw,120px) 0 clamp(48px,6vw,72px); position:relative; overflow:hidden;}
  #heroCanvas{position:absolute; inset:0; z-index:0; pointer-events:none; width:100%; height:100%; display:block;}
  @media (prefers-reduced-motion: reduce){ #heroCanvas{display:none;} }
  .hero-inner{max-width:920px; position:relative; z-index:1;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600; color:var(--blue); background:var(--blue-wash); padding:8px 16px; border-radius:99px; margin-bottom:26px;}
  .eyebrow .dot{width:6px; height:6px; border-radius:50%; background:var(--green); flex-shrink:0;}

  h1{font-family:var(--display); font-weight:700; font-size:clamp(32px, 5.2vw, 64px); line-height:1.05; letter-spacing:-0.025em; max-width:840px;}
  h1 .accent{color:var(--blue);}
  .hero p.lead{margin-top:22px; color:var(--muted); font-size:clamp(16px,1.5vw,19px); max-width:580px;}

  .checker{margin-top:36px; background:var(--paper-2); border:1.5px solid var(--line); border-radius:var(--radius-md); padding:8px; max-width:600px; display:flex; gap:8px; box-shadow:0 20px 48px -28px rgba(18,21,28,0.2);}
  .checker input{flex:1; background:transparent; border:none; color:var(--ink); font-size:16px; padding:14px 16px; min-width:0; font-family:var(--sans);}
  .checker input::placeholder{color:var(--muted-2);}
  .checker button{background:var(--blue); color:#fff; border:none; border-radius:var(--radius-sm); padding:0 24px; font-weight:700; font-size:15px; flex-shrink:0;}
  .checker button:disabled{opacity:0.7; cursor:default;}
  .checker button:hover{background:var(--blue-dark);}
  .checker-hint{margin-top:12px; font-size:13.5px; color:var(--muted); min-height:18px;}
  .checker-hint.ok{color:var(--green); font-weight:600;}
  .checker-hint.err{color:#DC2626; font-weight:600;}

  .hero-tlds{margin-top:18px; display:flex; gap:8px; flex-wrap:wrap;}
  .tld-chip{font-size:13px; font-weight:600; color:var(--muted); border:1px solid var(--line); border-radius:99px; padding:6px 13px; background:var(--paper-2);}

  .value-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:8px;}
  .value-card{background:var(--paper-2); border:1px solid var(--line); border-radius:var(--radius-md); padding:26px 22px; transition:border-color .15s, box-shadow .15s, transform .15s;}
  .value-card:hover{border-color:#D6DCE5; box-shadow:0 18px 36px -24px rgba(18,21,28,0.18); transform:translateY(-2px);}
  .value-icon{width:44px; height:44px; border-radius:12px; background:var(--blue-wash); color:var(--blue); display:flex; align-items:center; justify-content:center; margin-bottom:18px;}
  .value-icon svg{width:21px; height:21px;}
  .value-title{font-weight:700; font-size:16px; color:var(--ink);}
  .value-desc{color:var(--muted); font-size:13.5px; margin-top:6px; line-height:1.5;}

  section{padding:clamp(52px,7vw,104px) 0; scroll-margin-top:88px;}
  .section-tint{background:var(--tint);}
  .section-head{max-width:620px; margin-bottom:clamp(32px,4vw,52px);}

  /* Scroll-reveal: fade + rise into view as the user scrolls */
  .reveal{opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease;}
  .reveal.in-view{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
  }
  .section-head.center{margin-left:auto; margin-right:auto; text-align:center;}
  .section-kicker{display:inline-flex; align-items:center; font-size:12.5px; font-weight:700; color:var(--blue); background:var(--blue-wash); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:22px; padding:6px 14px; border-radius:99px;}
  h2{font-family:var(--display); font-size:clamp(24px, 3.2vw, 38px); font-weight:700; letter-spacing:-0.02em; color:var(--ink);}
  .section-head p{color:var(--muted); margin-top:14px; font-size:16.5px;}

  .tld-table{border:1px solid var(--line); border-radius:var(--radius-md); overflow:hidden; background:var(--paper-2);}

  .bulk-checker{margin-top:24px; border:1px solid var(--line); border-radius:var(--radius-md); padding:22px; background:var(--paper-2);}
  .bulk-checker-head{display:flex; flex-direction:column; gap:4px; margin-bottom:14px;}
  .bulk-checker-head strong{font-size:15px;}
  .bulk-checker-head span{font-size:13.5px; color:var(--muted);}
  #bulkInput{
    width:100%; border:1px solid var(--line); border-radius:var(--radius-sm); padding:12px 14px;
    font-family:var(--mono); font-size:13.5px; color:var(--ink); background:var(--paper); resize:vertical; line-height:1.6;
  }
  .bulk-checker-foot{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:12px; flex-wrap:wrap;}
  .bulk-hint{font-size:13px; color:var(--muted);}
  .bulk-hint.err{color:#DC2626;}

  .migration-form{max-width:640px; background:var(--paper-2); border:1px solid var(--line); border-radius:var(--radius-md); padding:28px;}
  .migration-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
  .migration-field{margin-bottom:16px; display:flex; flex-direction:column; gap:6px;}
  .migration-field label{font-size:13px; font-weight:600; color:var(--muted);}
  .migration-field input, .migration-field textarea{
    border:1px solid var(--line); border-radius:var(--radius-sm); padding:11px 13px;
    font-family:var(--sans); font-size:14.5px; color:var(--ink); background:var(--paper); resize:vertical;
  }
  .migration-form .btn{width:100%; padding:13px;}
  .migration-hint{margin-top:12px; font-size:12.5px; color:var(--muted); text-align:center;}
  @media (max-width:600px){ .migration-row{grid-template-columns:1fr;} }
  .tld-row{display:grid; grid-template-columns:110px 1fr 100px 100px 110px; align-items:center; padding:18px clamp(16px,2vw,24px); border-bottom:1px solid var(--line-2); font-size:15px;}
  .tld-row:last-child{border-bottom:none;}
  .tld-row.head{background:var(--paper); color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:0.05em; font-weight:700;}
  .tld-row:not(.head):hover{background:var(--paper);}
  .tld-name{font-weight:800; color:var(--blue); font-size:16px;}
  .tld-desc{color:var(--muted);}
  .tld-price{font-family:var(--mono); text-align:right; padding-right:8px; font-weight:600;}
  .tld-cta a{color:var(--ink); font-size:13.5px; font-weight:700; border:1.5px solid var(--line); padding:7px 15px; border-radius:var(--radius-sm); display:inline-block; transition:border-color .15s, color .15s;}
  .tld-cta a:hover{border-color:var(--blue); color:var(--blue);}

  .period-toggle{display:inline-flex; gap:4px; background:var(--paper-2); border:1px solid var(--line); border-radius:99px; padding:4px; margin-bottom:28px;}
  .period-btn{
    background:none; border:none; padding:9px 16px; border-radius:99px; font-size:13.5px; font-weight:600;
    color:var(--muted); display:flex; align-items:center; gap:6px; transition:background .15s, color .15s;
  }
  .period-btn.active{background:var(--blue); color:#fff;}
  .period-btn:not(.active):hover{color:var(--ink);}
  .save-badge{
    font-size:10.5px; font-weight:800; background:var(--green); color:#fff; padding:2px 7px; border-radius:99px;
  }
  .period-btn.active .save-badge{background:rgba(255,255,255,0.25);}
  .plan-price .price-note{display:block; font-size:12px; font-weight:500; color:var(--muted); margin-top:4px;}

  .plans{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .plan{border:1.5px solid var(--line); border-radius:var(--radius-md); padding:30px; background:var(--paper-2); display:flex; flex-direction:column;}
  .plan.featured{border-color:var(--blue); box-shadow:0 24px 48px -30px rgba(41,82,227,0.32); position:relative;}
  .plan.featured::before{content:"Most popular"; position:absolute; top:-12px; left:30px; background:var(--blue); color:#fff; font-size:11.5px; font-weight:700; padding:4px 12px; border-radius:99px;}
  .plan-name{font-size:14px; color:var(--muted); text-transform:uppercase; letter-spacing:0.05em; font-weight:700;}
  .plan-price{font-family:var(--display); font-size:38px; font-weight:700; margin-top:12px; letter-spacing:-0.02em;}
  .plan-price span{font-size:15px; color:var(--muted); font-weight:500;}
  .plan-list{margin-top:24px; flex:1; display:flex; flex-direction:column; gap:12px;}
  .plan-list li{display:flex; gap:10px; font-size:14.5px; color:var(--ink);}
  .plan-list li::before{content:"✓"; color:var(--green); font-weight:800; flex-shrink:0;}
  .plan .btn{margin-top:28px; width:100%;}

  .why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .why-card{padding:28px; border-radius:var(--radius-md); background:var(--paper-2); border:1px solid var(--line);}
  .why-num{font-size:13px; font-weight:800; color:var(--blue); letter-spacing:0.05em;}
  .why-card h3{font-size:19px; font-weight:700; margin-top:14px;}
  .why-card p{color:var(--muted); font-size:14.5px; margin-top:10px; line-height:1.6;}

  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:32px;}
  .step-num{width:46px; height:46px; border-radius:var(--radius-sm); background:var(--blue); color:#fff; font-weight:800; font-size:17px; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 24px -12px rgba(41,82,227,0.5);}
  .step h3{font-size:18px; margin-top:16px; font-weight:700;}
  .step p{color:var(--muted); margin-top:8px; font-size:14.5px;}

  .faq-list{max-width:760px; margin:0 auto;}
  .faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
  .faq-q{display:flex; justify-content:space-between; align-items:center; gap:16px; cursor:pointer; font-weight:700; font-size:16px;}
  .faq-q .icon{color:var(--muted); font-size:20px; line-height:1; flex-shrink:0; transition:transform .2s;}
  .faq-item[open] .faq-q .icon{transform:rotate(45deg); color:var(--blue);}
  .faq-a{color:var(--muted); margin-top:14px; font-size:15px; line-height:1.65;}

  .cta-band{background:var(--ink-2); color:#fff; text-align:center; padding:clamp(56px,7vw,100px) clamp(24px,4vw,40px); border-radius:var(--radius-lg); margin:0 clamp(20px,4vw,40px);}
  .cta-band h2{color:#fff; max-width:580px; margin:0 auto;}
  .cta-band p{color:#A6AEBB; margin:14px auto 30px; max-width:480px; font-size:16px;}

  footer{background:var(--paper-2); border-top:1px solid var(--line); margin-top:clamp(52px,7vw,104px);}
  .footer-top{padding:clamp(48px,6vw,72px) 0 40px; display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr; gap:32px;}
  .footer-brand p{color:var(--muted); margin-top:14px; max-width:280px; font-size:14.5px; line-height:1.6;}
  .footer-social{display:flex; gap:10px; margin-top:20px;}
  .footer-social a{width:36px; height:36px; border-radius:var(--radius-sm); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--muted); transition:border-color .15s, color .15s;}
  .footer-social a:hover{border-color:var(--blue); color:var(--blue);}
  .footer-social svg{width:16px; height:16px;}
  .footer-col h4{font-size:13px; color:var(--ink); text-transform:uppercase; letter-spacing:0.05em; margin-bottom:16px; font-weight:700;}
  .footer-col li{margin-bottom:11px; font-size:14.5px; color:var(--muted);}
  .footer-col a:hover{color:var(--ink);}
  .footer-newsletter{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-md); padding:20px;}
  .footer-newsletter h4{font-size:13px; text-transform:uppercase; letter-spacing:0.05em; font-weight:700; margin-bottom:8px;}
  .footer-newsletter p{color:var(--muted); font-size:13px; margin-bottom:14px; line-height:1.5;}
  .footer-newsletter form{display:flex; gap:6px;}
  .footer-newsletter input{flex:1; min-width:0; border:1px solid var(--line); border-radius:var(--radius-sm); padding:10px 12px; font-size:13.5px; font-family:var(--sans); background:var(--paper-2); color:var(--ink);}
  .footer-newsletter button{background:var(--ink); color:#fff; border:none; border-radius:var(--radius-sm); padding:0 16px; font-weight:700; font-size:13px;}
  .footer-newsletter .fn-msg{margin-top:10px; font-size:12.5px; color:var(--green); font-weight:600; min-height:16px;}

  .footer-bottom{border-top:1px solid var(--line); padding:24px 0; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13.5px; color:var(--muted);}

  /* ================= AUTH MODAL ================= */
  .auth-modal{position:fixed; inset:0; z-index:90; display:flex; align-items:center; justify-content:center; padding:20px;}
  .auth-modal[hidden]{display:none;}
  .auth-modal-backdrop{position:absolute; inset:0; background:rgba(10,13,20,0.55); backdrop-filter:blur(2px);}
  .auth-modal-box{
    position:relative; background:var(--paper-2); border:1px solid var(--line); border-radius:var(--radius-lg);
    width:100%; max-width:460px; max-height:min(680px, 90vh); display:flex; flex-direction:column; overflow:hidden;
    box-shadow:0 40px 100px -30px rgba(10,13,20,0.5);
  }
  .auth-modal-head{display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-bottom:1px solid var(--line); font-weight:700; font-size:14.5px; color:var(--ink);}
  .auth-modal-close{background:none; border:none; color:var(--muted); width:32px; height:32px; border-radius:8px; display:flex; align-items:center; justify-content:center;}
  .auth-modal-close:hover{background:var(--line-2); color:var(--ink);}
  .auth-modal-close svg{width:16px; height:16px;}
  #authModalFrame{flex:1; width:100%; border:none; min-height:420px; background:var(--paper-2);}
  .auth-modal-fallback{padding:12px 18px; font-size:12.5px; color:var(--muted); border-top:1px solid var(--line); text-align:center;}
  .auth-modal-fallback a{color:var(--blue); text-decoration:underline;}
  @media (max-width:480px){ .auth-modal-box{max-height:92vh;} }

  /* Payment badges */
  .payment-badges{display:flex; gap:8px; flex-wrap:wrap; margin-top:16px;}
  .payment-badge{font-size:12px; font-weight:700; color:var(--muted); border:1px solid var(--line); border-radius:6px; padding:5px 10px; background:var(--paper-2); letter-spacing:0.02em;}

  /* Telegram support button */
  .telegram-fab{
    position:fixed; bottom:24px; left:24px; z-index:70;
    width:52px; height:52px; border-radius:50%; background:#26A5E4; color:#fff;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 12px 28px -12px rgba(38,165,228,0.55);
    transition:transform .15s;
  }
  .telegram-fab:hover{transform:scale(1.06);}
  .telegram-fab svg{width:26px; height:26px;}

  /* Back to top */
  .back-to-top{
    position:fixed; bottom:24px; right:24px; z-index:70;
    width:46px; height:46px; border-radius:50%; border:1px solid var(--line);
    background:var(--paper-2); color:var(--ink); display:flex; align-items:center; justify-content:center;
    box-shadow:0 12px 28px -14px rgba(18,21,28,0.28);
    opacity:0; visibility:hidden; transform:translateY(8px);
    transition:opacity .2s, transform .2s, visibility .2s, border-color .15s, color .15s;
  }
  .back-to-top.visible{opacity:1; visibility:visible; transform:translateY(0);}
  .back-to-top:hover{border-color:var(--blue); color:var(--blue);}
  .back-to-top svg{width:19px; height:19px;}

  /* Cookie banner */
  .cookie-banner{position:fixed; left:0; right:0; bottom:0; z-index:80; background:var(--ink-2); color:#fff; border-top:1px solid rgba(255,255,255,0.1);}
  .cookie-inner{padding:18px clamp(20px,4vw,40px); display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;}
  .cookie-inner p{font-size:13.5px; color:#C7CDD8; max-width:640px; line-height:1.5;}
  .cookie-inner a{color:#fff; text-decoration:underline;}
  .cookie-actions{display:flex; gap:10px; flex-shrink:0;}
  .cookie-actions .btn-ghost{border-color:rgba(255,255,255,0.25); color:#fff;}
  .cookie-actions .btn-ghost:hover{border-color:#fff;}

  @media (max-width:600px){
    .cookie-inner{flex-direction:column; align-items:stretch;}
    .cookie-actions{justify-content:flex-end;}
    .back-to-top{bottom:16px; right:16px; width:42px; height:42px;}
    .telegram-fab{bottom:16px; left:16px; width:46px; height:46px;}
    .telegram-fab svg{width:22px; height:22px;}
    .period-toggle{display:flex; overflow-x:auto; max-width:100%; -webkit-overflow-scrolling:touch;}
    .period-btn{flex-shrink:0;}
    .save-badge{display:none;}
  }

  @media (min-width:1600px){ :root{--container:1320px;} }

  @media (max-width:1440px){
    .footer-top{grid-template-columns:1.4fr 1fr 1fr 1.3fr;}
    .footer-newsletter{display:none;}
  }

  @media (max-width:1180px){
    .value-grid{grid-template-columns:repeat(2,1fr);}
    .why-grid{grid-template-columns:repeat(3,1fr); gap:18px;}
  }

  @media (max-width:1024px){
    .nav-links{display:none;}
    .menu-toggle{display:flex;}
    .plans{grid-template-columns:1fr 1fr; gap:16px;}
    .why-grid{grid-template-columns:1fr; gap:16px;}
    .steps{grid-template-columns:1fr; gap:28px;}
    .footer-top{grid-template-columns:1fr 1fr; gap:28px;}
  }

  @media (max-width:860px){
    .tld-row{grid-template-columns:1fr; row-gap:6px; padding:16px;}
    .tld-row.head{display:none;}
    .tld-name{font-size:17px;}
    .tld-price::before{content:"Register: "; color:var(--muted); font-weight:400; font-family:var(--sans);}
    .tld-price{text-align:left; padding-right:0;}
    .tld-cta{margin-top:6px;}
    .cta-band{margin:0 12px; border-radius:var(--radius-md);}
    .plans{grid-template-columns:1fr;}
  }

  @media (max-width:600px){
    .value-grid{grid-template-columns:1fr;}
    .checker{flex-direction:column;}
    .checker button{padding:13px; width:100%;}
    .footer-top{grid-template-columns:1fr;}
    .footer-social{margin-bottom:8px;}
  }

  @media (max-width:420px){
    .footer-bottom{flex-direction:column; align-items:flex-start;}
    section{padding:44px 0;}
    .nav-cta .btn-ghost{display:none;}
    h1{font-size:clamp(28px,9vw,36px);}
  }

  @media (max-width:340px){
    .wrap{padding:0 14px;}
    .eyebrow{font-size:12px; padding:6px 12px;}
    .btn{padding:10px 14px; font-size:13.5px;}
  }

/* ================= LEGAL PAGES (terms/privacy/refund/domain-policy) ================= */
.page-kicker{
  display:inline-flex; font-size:12.5px; font-weight:700; color:var(--blue); background:var(--blue-wash);
  text-transform:uppercase; letter-spacing:0.06em; margin-bottom:18px; padding:6px 14px; border-radius:99px;
}
.page-meta{color:var(--muted); font-size:14px; margin-top:12px; font-family:var(--mono);}
main.wrap{padding:64px 0 96px;}
.prose{max-width:720px; margin-top:44px;}
.prose h2{font-size:20px; font-weight:700; margin-top:36px; margin-bottom:12px; color:var(--ink);}
.prose p{color:var(--ink); margin-bottom:14px; font-size:15px; line-height:1.7;}
.prose ul{color:var(--ink); margin:0 0 14px 20px; font-size:15px; line-height:1.7;}
.prose li{margin-bottom:6px;}
.prose a{color:var(--blue); text-decoration:underline; text-underline-offset:2px;}
.prose strong{color:var(--ink);}
