  /* ===================================================
     PACKAGE PAGE — brand-aligned, sales-forward
     =================================================== */

  /* BREADCRUMB */
  .crumb{padding:14px 0;background:var(--beige);border-bottom:1px solid var(--peach-deep)}
  .crumb-row{display:flex;align-items:center;gap:10px;font-family:'Roboto';font-size:12px;color:var(--muted)}
  .crumb-row a{color:var(--muted);text-decoration:none}
  .crumb-row a:hover{color:var(--ink)}
  .crumb-row .here{color:var(--ink);font-weight:600}
  .crumb-row .sep{opacity:.4}

  /* HERO */
  .prod-hero{
    background:var(--beige);
    padding:60px 0 80px;
    position:relative;overflow:hidden;
  }
  .prod-hero .pkg-accent{
    position:absolute;top:0;right:0;bottom:0;
    width:42%;
    pointer-events:none;
    z-index:0;
  }
  .prod-hero-inner{
    position:relative;z-index:2;
    display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:start;
  }

  /* HERO LEFT */
  .ph-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}
  .ph-tag{
    font-family:'Roboto';font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
    padding:6px 12px;background:var(--white);border:1px solid var(--peach-deep);
    border-radius:100px;color:var(--navy);
  }
  .ph-tag.dark{background:var(--navy);color:var(--peach);border-color:var(--ink)}

  .ph-name{
    font-family:'Roboto';font-weight:900;
    font-size:clamp(56px,8vw,104px);
    color:var(--ink);
    line-height:.85;
    letter-spacing:-.04em;
    margin-bottom:8px;
  }
  .ph-ua{
    font-family:'Roboto';font-weight:500;
    font-size:clamp(18px,2.2vw,26px);
    color:var(--coral-deep);
    margin-bottom:24px;
  }
  .ph-tagline{
    font-family:'Roboto';font-weight:800;
    font-size:clamp(20px,2.4vw,28px);
    color:var(--ink);line-height:1.2;
    margin-bottom:20px;max-width:600px;
    border-left:4px solid var(--coral);
    padding-left:18px;
  }
  .ph-desc{
    font-size:16px;color:var(--navy);
    max-width:560px;line-height:1.6;
    margin-bottom:28px;opacity:.85;
  }
  .ph-meta{
    display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
    padding-top:24px;border-top:1px solid var(--peach-deep);max-width:600px;
  }
  .ph-meta > div{display:flex;flex-direction:column;gap:4px}
  .ph-meta .k{font-family:'Roboto';font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}
  .ph-meta .v{font-family:'Roboto';font-weight:800;font-size:14px;color:var(--ink);line-height:1.3}

  /* HERO RIGHT — sales card */
  .ph-buy{
    background:var(--white);
    border-radius:24px;padding:32px;
    box-shadow:var(--shadow-3);
    border:1px solid var(--peach-deep);
    position:sticky;top:90px;
  }
  .ph-buy-photo{
    aspect-ratio:4/3;
    background:var(--peach-soft);
    border-radius:16px;
    margin:-12px -12px 22px;
    position:relative;overflow:hidden;
    border:1px solid var(--peach-deep);
  }
  .ph-buy-photo img{width:100%;height:100%;object-fit:cover;display:block}
  .ph-buy-label{
    font-family:'Roboto';font-size:10.5px;font-weight:700;
    letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;
    display:flex;justify-content:space-between;
  }
  .ph-buy-label .urg{color:var(--green);display:inline-flex;align-items:center;gap:5px}
  .ph-buy-label .urg::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(63,143,95,.25);animation:livepulse 2s infinite}
  @keyframes livepulse{0%,100%{opacity:1}50%{opacity:.4}}

  .ph-buy-price{
    display:flex;align-items:baseline;gap:8px;margin-bottom:4px;
  }
  .ph-buy-price .from{font-family:'Roboto';font-size:13px;font-weight:600;color:var(--muted)}
  .ph-buy-price .am{font-family:'Roboto';font-weight:900;font-size:56px;color:var(--ink);line-height:1;letter-spacing:-.03em}
  .ph-buy-price .cur{font-family:'Roboto';font-weight:700;font-size:22px;color:var(--ink)}
  .ph-buy-per{font-family:'Roboto';font-weight:600;font-size:13.5px;color:var(--navy);margin-bottom:8px}
  .ph-buy-per b{color:var(--coral-deep)}

  .ph-buy-incl{
    margin:18px 0 22px;padding:14px 16px;
    background:var(--beige);border-radius:12px;
    font-size:13px;color:var(--navy);line-height:1.55;
  }
  .ph-buy-incl b{font-family:'Roboto';font-weight:800;color:var(--ink);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;display:block;margin-bottom:6px;color:var(--coral-deep)}
  .ph-buy-incl ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}
  .ph-buy-incl li{padding-left:18px;position:relative}
  .ph-buy-incl li::before{content:"✓";color:var(--green);font-weight:700;position:absolute;left:0;top:0}

  .ph-buy-btns{display:flex;flex-direction:column;gap:8px}
  .ph-buy-btns .btn{width:100%;justify-content:center}
  .ph-buy-note{
    font-family:'Roboto';font-size:11px;color:var(--muted);
    text-align:center;margin-top:12px;line-height:1.5;
  }

  @media(max-width:920px){
    .prod-hero-inner{grid-template-columns:1fr;gap:32px}
    .ph-buy{position:static;max-width:520px;margin:0 auto;width:100%}
  }

  /* PROOF STRIP */
  .proof{background:var(--navy);color:var(--white);padding:36px 0}
  .proof-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
  .proof-it{display:flex;align-items:center;gap:14px}
  .proof-it .ic{
    width:44px;height:44px;flex-shrink:0;border-radius:50%;
    background:var(--coral);color:var(--white);
    display:grid;place-items:center;
    font-family:'Roboto';font-weight:900;font-size:18px;
  }
  .proof-it .body{line-height:1.25}
  .proof-it .body b{display:block;font-family:'Roboto';font-size:14.5px;color:var(--white);font-weight:800;margin-bottom:2px}
  .proof-it .body span{font-size:11px;color:rgba(255,255,255,.6);font-family:'Roboto';letter-spacing:.06em}
  @media(max-width:880px){.proof-row{grid-template-columns:1fr 1fr;gap:16px}}

  /* INCLUDES + PAINS */
  .two-col{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:48px}
  @media(max-width:680px){.two-col{grid-template-columns:1fr;gap:28px}}
  .blk h3{font-size:26px;font-weight:800;margin-bottom:20px;color:var(--ink);line-height:1.2}
  .blk-pre{font-family:'Roboto';font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--coral-deep);display:block;margin-bottom:8px}
  .inc-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}
  .inc-list li{font-size:14.5px;color:var(--navy);line-height:1.45;padding-left:30px;position:relative}
  .inc-list li::before{
    content:"";position:absolute;left:0;top:5px;
    width:18px;height:18px;border-radius:50%;
    background:var(--peach);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%231F262E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3,7 6,10 11,4'/%3E%3C/svg%3E");
    background-size:60% 60%;background-repeat:no-repeat;background-position:center;
  }

  .pain-list{list-style:none;display:flex;flex-direction:column;gap:12px}
  .pain-list li{
    background:var(--white);border-radius:14px;
    padding:16px 20px;border-left:3px solid var(--coral);
    font-size:14.5px;color:var(--ink);font-style:italic;line-height:1.5;
    box-shadow:var(--shadow-1);
  }
  .pain-list li::before{ content:none; }

  /* TESTIMONIAL */
  .testim-wrap{padding:0}
  .testim{
    background:var(--navy);color:var(--white);
    border-radius:32px;padding:56px;
    display:grid;grid-template-columns:120px 1fr;gap:32px;align-items:center;
    position:relative;overflow:hidden;
  }
  .testim::before{
    content:"„";position:absolute;top:-40px;right:30px;
    font-family:'Roboto';font-weight:900;font-size:280px;
    color:var(--peach);opacity:.15;line-height:1;
  }
  .testim-av{
    width:120px;height:120px;border-radius:50%;
    background:var(--coral);color:var(--white);
    display:grid;place-items:center;
    font-family:'Roboto';font-weight:900;font-size:44px;
    flex-shrink:0;
    box-shadow:0 8px 24px rgba(255,125,90,.32);
  }
  .testim-quote{
    font-family:'Roboto';font-weight:500;
    font-size:clamp(20px,2.4vw,28px);
    color:var(--white);line-height:1.4;margin-bottom:18px;
    position:relative;z-index:2;
  }
  .testim-name{font-family:'Roboto';font-weight:800;font-size:15.5px;color:var(--peach);display:block;margin-bottom:3px;letter-spacing:-.01em}
  .testim-meta{font-family:'Roboto';font-size:12px;color:rgba(255,255,255,.6);letter-spacing:.04em}

  @media(max-width:780px){
    .testim{grid-template-columns:1fr;padding:36px;text-align:left;gap:20px}
    .testim-av{width:72px;height:72px;font-size:28px}
  }

  /* FAQ */
  .faqs{max-width:820px;margin:0 auto}
  .faq-item{
    background:var(--white);border-radius:14px;
    border:1px solid var(--peach-deep);
    margin-bottom:10px;overflow:hidden;
  }
  .faq-item summary{
    padding:22px 26px;cursor:pointer;
    display:flex;justify-content:space-between;align-items:center;gap:14px;
    font-family:'Roboto';font-weight:700;font-size:16px;color:var(--ink);
    list-style:none;
  }
  .faq-item summary::-webkit-details-marker{display:none}
  .faq-item summary::after{
    content:"+";color:var(--coral-deep);
    font-family:'Roboto';font-weight:600;font-size:26px;
    flex-shrink:0;transition:transform .25s;line-height:1;
  }
  .faq-item[open] summary::after{transform:rotate(45deg);color:var(--ink)}
  .faq-item .a{
    padding:0 26px 22px;font-size:14.5px;color:var(--navy);
    line-height:1.6;opacity:.88;
  }
  .faq-item .a a{color:var(--coral-deep);text-decoration:underline}

  /* FORM */
  .form-section{
    background:linear-gradient(180deg,var(--beige) 0%,var(--peach-soft) 100%);
    padding:80px 0;
  }
  .form-wrap{
    max-width:580px;margin:0 auto;
    background:var(--white);border-radius:28px;
    padding:48px;
    box-shadow:var(--shadow-3);
    border:1px solid var(--peach-deep);
  }
  .form-eyebrow{font-family:'Roboto';font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--coral-deep);text-align:center;margin-bottom:10px}
  .form-wrap h3{font-size:clamp(24px,3vw,32px);font-weight:900;color:var(--ink);text-align:center;margin-bottom:8px;line-height:1.1}
  .form-wrap .subt{text-align:center;font-size:14.5px;color:var(--navy);opacity:.7;margin-bottom:28px}

  .form-pkg{
    background:var(--navy);color:var(--white);
    border-radius:14px;padding:14px 18px;
    display:flex;align-items:center;justify-content:space-between;
    margin-bottom:24px;font-family:'Roboto';font-size:12px;
    color:var(--peach);font-weight:700;
  }
  .form-pkg .pk{font-family:'Roboto';font-weight:900;font-size:15px;color:var(--white);letter-spacing:.02em}
  .form-pkg .pr{font-family:'Roboto';font-size:13px;color:var(--peach);font-weight:700}
  .form-pkg .ch{font-family:'Roboto';font-size:11.5px;color:rgba(255,255,255,.7);font-weight:400;text-decoration:underline;cursor:pointer}
  .form-pkg .ch:hover{color:var(--white)}

  .field{margin-bottom:16px}
  .field label{display:block;font-family:'Roboto';font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:6px}
  .field input,.field select{
    width:100%;padding:14px 16px;
    border:1.5px solid var(--peach-deep);
    border-radius:12px;font-size:15px;
    font-family:'Roboto';color:var(--ink);background:var(--white);
    transition:all .15s;
  }
  .field input:focus,.field select:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 4px rgba(87,106,128,.08)}

  .submit-row{display:flex;flex-direction:column;gap:12px;margin-top:24px}
  .submit-btn{
    width:100%;padding:18px;
    background:var(--coral);color:var(--white);
    border:0;border-radius:100px;
    font-family:'Roboto';font-weight:700;font-size:16px;
    cursor:pointer;transition:all .2s;letter-spacing:-.01em;
    box-shadow:0 8px 24px rgba(255,125,90,.32);
  }
  .submit-btn:hover{background:var(--coral-deep);transform:translateY(-1px);box-shadow:0 12px 32px rgba(255,125,90,.42)}

  .form-tiny{font-family:'Roboto';font-size:11.5px;color:var(--muted);text-align:center;line-height:1.5}

  .form-success{display:none;text-align:center;padding:40px 20px}
  .form-success.on{display:block}
  .form-success .check{
    width:80px;height:80px;border-radius:50%;
    background:var(--green);color:var(--white);
    font-family:'Roboto';font-weight:900;font-size:42px;
    display:grid;place-items:center;margin:0 auto 20px;
    box-shadow:var(--shadow-2);
  }
  .form-success h4{font-size:24px;color:var(--ink);margin-bottom:8px}
  .form-success p{color:var(--navy);font-size:15px;line-height:1.55}

  /* OTHER PACKAGES */
  .other-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
  .other-card{
    background:var(--white);border:1px solid var(--peach-deep);
    border-radius:16px;padding:22px;
    text-decoration:none;color:var(--ink);transition:all .2s;
    display:flex;flex-direction:column;gap:8px;
  }
  .other-card:hover{transform:translateY(-3px);border-color:var(--coral);color:var(--ink);box-shadow:var(--shadow-2)}
  .other-card:hover .o-ic{border-color:var(--coral)}
  .other-card .o-head{display:flex;align-items:center;gap:11px}
  .other-card .o-ic{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;background:var(--peach-soft);border:1px solid var(--peach-deep);border-radius:11px;padding:5px;transition:border-color .15s}
  .other-card .o-ic svg{width:100%;height:100%;display:block}
  .other-card .nm{font-family:'Roboto';font-weight:900;font-size:18px;color:var(--ink);letter-spacing:.02em;line-height:1;flex:1;min-width:0}
  .other-card .ua{font-size:12px;color:var(--muted);margin-top:3px}
  .other-card .tag{font-family:'Roboto';font-size:10px;font-weight:700;padding:4px 7px;border-radius:5px;background:var(--peach-soft);color:var(--ink);letter-spacing:.06em;flex-shrink:0}
  .other-card .desc{font-size:13px;color:var(--navy);opacity:.78;line-height:1.5;margin-top:4px;flex:1}
  .other-card .o-foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px;padding-top:12px;border-top:1px dashed var(--peach-deep)}
  .other-card .pr{font-family:'Roboto';font-weight:800;font-size:14px;color:var(--coral-deep)}
  .other-card .pr small{display:block;font-family:'Roboto';font-weight:400;font-size:11px;color:var(--muted);margin-top:2px}
  .other-card .ar{color:var(--coral-deep);font-weight:700;font-size:13px}

  @media(max-width:880px){.other-row{grid-template-columns:1fr;gap:12px}}

  /* Per-package accent color (controls hero accent stripe + chips) */
  .accent-peach .pkg-accent{background:linear-gradient(135deg, var(--peach-soft), var(--peach))}
  .accent-lilac .pkg-accent{background:linear-gradient(135deg, var(--lilac-soft), var(--lilac))}
  .accent-sage .pkg-accent{background:linear-gradient(135deg, var(--grey-soft), var(--sage-soft))}
  .accent-coral .pkg-accent{background:linear-gradient(135deg, var(--peach), var(--coral-soft))}

  /* Error state */
  .err{padding:80px 0;text-align:center;min-height:50vh;display:grid;place-items:center}
  .err h2{font-size:32px;margin-bottom:14px}
  .err p{font-size:16px;color:var(--navy);opacity:.7;margin-bottom:28px}

  /* Section overrides for product page */
  .section.beige{background:var(--beige)}

  /* Бейдж формату у form-pkg блоці (обраний формат) */
  .form-fmt-badge{
    display:inline-block;
    background:var(--coral);color:var(--white);
    font-family:'Roboto';font-weight:800;font-size:11px;
    letter-spacing:.06em;text-transform:uppercase;
    padding:3px 9px;border-radius:6px;
    margin-left:8px;
    transition:background .2s;
  }

  /* ===== 2 ШЛЯХИ (AMBICJA: UA-шлях / PL-шлях) ===== */
  .paths-grid{
    display:grid;grid-template-columns:repeat(2,1fr);gap:24px;
    margin-bottom:24px;
  }
  .path-card{
    background:var(--white);
    border-radius:22px;
    padding:36px 32px;
    border:2px solid var(--peach-deep);
    box-shadow:var(--shadow-1);
    display:flex;flex-direction:column;gap:18px;
    transition:transform .25s, border-color .25s, box-shadow .25s;
    position:relative;
  }
  .path-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-2);border-color:var(--coral)}
  .path-ua{border-top:8px solid #A9C7E8}
  .path-pl{border-top:8px solid #E66E4D}

  .path-flag{margin-bottom:-6px}
  .path-flag-cell{
    display:inline-flex;align-items:center;gap:8px;
    font-family:'Roboto';font-weight:900;font-size:14px;
    letter-spacing:.06em;
    padding:8px 14px;border-radius:8px;
  }
  .path-flag-cell.ua{background:#A9C7E8;color:#274B73}
  .path-flag-cell.pl{background:#E66E4D;color:#FFFFFF}

  .path-card h3{
    font-family:'Roboto';font-weight:900;
    font-size:clamp(24px,2.6vw,32px);
    color:var(--ink);
    letter-spacing:-.02em;line-height:1.1;
    margin:0;
  }
  .path-desc{
    font-size:15px;color:var(--navy);line-height:1.6;
    margin:0;
  }
  .path-outputs{
    padding:18px 0;border-top:1px dashed var(--peach-deep);
    border-bottom:1px dashed var(--peach-deep);
  }
  .path-outputs-lbl{
    display:block;
    font-family:'Roboto';font-weight:800;font-size:11px;
    letter-spacing:.14em;text-transform:uppercase;
    color:var(--coral-deep);margin-bottom:10px;
  }
  .path-outputs ul{
    list-style:none;display:flex;flex-direction:column;gap:8px;padding:0;
  }
  .path-outputs li{
    font-size:14px;color:var(--ink);font-weight:600;
    padding-left:24px;position:relative;line-height:1.45;
  }
  .path-outputs li::before{
    content:"";position:absolute;left:0;top:5px;
    width:16px;height:16px;border-radius:50%;
    background:var(--coral);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3,7 6,10 11,4'/%3E%3C/svg%3E");
    background-size:65% 65%;background-repeat:no-repeat;background-position:center;
  }

  .path-cta{
    width:100%;justify-content:center;
    margin-top:auto;
  }
  .path-footnote{
    text-align:center;
    font-size:14px;color:var(--navy);
    background:var(--white);
    padding:14px 22px;border-radius:14px;
    border:1px dashed var(--peach-deep);
    margin:0 auto;max-width:680px;
    line-height:1.5;
  }

  @media(max-width:880px){
    .paths-grid{grid-template-columns:1fr;gap:14px}
    .path-card{padding:28px 22px}
  }

  /* ===== HERO BUY CARD — TABS (3 формати) ===== */
  .ph-buy.has-tabs{padding:0;overflow:hidden}

  /* Hint над табами */
  .ph-buy.has-tabs::before{
    content:"⇩  ОБЕРІТЬ ФОРМАТ — ЦІНА ЗМІНИТЬСЯ  ⇩";
    display:block;
    background:var(--coral);
    color:var(--white);
    font-family:'Roboto',sans-serif;
    font-size:11px;font-weight:800;
    letter-spacing:.16em;text-transform:uppercase;
    text-align:center;
    padding:10px 12px;
    line-height:1;
  }

  /* Таб-навігація */
  .ph-buy-tabs{
    display:grid;grid-template-columns:repeat(3,1fr);
    gap:6px;
    padding:10px 10px 0;
    background:var(--beige-deep);
  }

  .ph-tab{
    background:var(--white);
    border:2px solid var(--peach-deep);
    border-bottom:none;
    border-radius:14px 14px 0 0;
    cursor:pointer;
    padding:14px 8px 16px;
    display:flex;flex-direction:column;align-items:center;gap:4px;
    transition:transform .15s, border-color .15s, box-shadow .15s, background .15s;
    position:relative;
    font-family:'Roboto',sans-serif;
    box-shadow:0 -2px 0 0 var(--peach-deep) inset;
    opacity:.7;
  }
  .ph-tab:hover{
    opacity:1;
    transform:translateY(-2px);
    border-color:var(--coral);
    box-shadow:0 -3px 0 0 var(--coral) inset, 0 -6px 12px rgba(255,125,90,.15);
    z-index:2;
  }
  .ph-tab.active{
    background:var(--white);
    opacity:1;
    transform:translateY(-4px);
    border-color:var(--coral);
    border-width:2.5px;
    box-shadow:
      0 -4px 0 0 var(--coral) inset,
      0 -10px 24px rgba(255,125,90,.22),
      0 0 0 1px var(--coral-pale);
    z-index:3;
  }
  .ph-tab.active::after{
    content:"";
    position:absolute;
    bottom:-12px;left:50%;transform:translateX(-50%);
    border:6px solid transparent;
    border-top-color:var(--white);
    filter:drop-shadow(0 1px 0 var(--coral));
  }

  .ph-tab-ic{
    display:inline-flex;align-items:center;justify-content:center;
    width:46px;height:46px;line-height:1;margin-bottom:6px;
    transition:transform .25s;
  }
  .ph-tab-ic svg{width:100%;height:100%;display:block}
  .ph-tab.active .ph-tab-ic{transform:scale(1.1)}
  .ph-tab:hover .ph-tab-ic{transform:scale(1.06)}
  .ph-tab-lbl{font-size:13px;font-weight:900;color:var(--ink);letter-spacing:-.01em}
  .ph-tab.active .ph-tab-lbl{color:var(--coral-deep)}
  .ph-tab-pr{
    font-size:12px;font-weight:700;
    color:var(--muted);
    font-family:'Roboto',monospace;
    background:var(--beige);
    padding:2px 8px;border-radius:6px;
    margin-top:3px;
  }
  .ph-tab.active .ph-tab-pr{
    background:var(--coral);
    color:var(--white);
    box-shadow:0 2px 6px rgba(255,125,90,.32);
  }

  /* Панель формату — лише активна видима */
  .ph-fmt-panel{display:none;padding:32px 30px 22px;background:var(--white);position:relative;z-index:1}
  .ph-fmt-panel.active{display:block;animation:fmtFade .25s ease}
  @keyframes fmtFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}

  .ph-buy.has-tabs .ph-buy-label{margin-bottom:8px}
  .ph-buy.has-tabs .ph-buy-price{margin-bottom:6px}
  .ph-buy.has-tabs .ph-buy-price .per-mo{
    font-family:'Roboto';font-weight:600;font-size:14px;color:var(--muted);
    margin-left:4px;align-self:flex-end;padding-bottom:8px;
  }

  /* Рядки інфо в панелі */
  .ph-fmt-row{
    padding:14px 0;
    border-bottom:1px dashed var(--peach-deep);
    display:flex;flex-direction:column;gap:6px;
  }
  .ph-fmt-row:last-of-type{border-bottom:none}
  .ph-fmt-key{
    font-family:'Roboto';font-weight:800;font-size:11.5px;
    color:var(--coral-deep);
    letter-spacing:.12em;text-transform:uppercase;
  }
  .ph-fmt-val{
    font-size:14px;color:var(--ink);line-height:1.5;
  }
  .ph-fmt-list{
    list-style:none;display:flex;flex-direction:column;gap:6px;margin-top:4px;padding:0;
  }
  .ph-fmt-list li{
    font-size:13.5px;color:var(--ink);padding-left:20px;position:relative;line-height:1.45;
  }
  .ph-fmt-list li::before{
    content:"✓";color:var(--coral);font-weight:800;
    position:absolute;left:0;top:0;
  }

  .ph-buy.has-tabs .ph-buy-btns{margin-top:16px}
  .ph-buy.has-tabs .ph-buy-note{padding:0 30px 24px;text-align:center}

  /* ===========================
     HERO DECOR (school tools/icons at edges)
     =========================== */
  .hero-decor{
    position:absolute;inset:0;
    pointer-events:none;
    z-index:1;
    overflow:hidden;
  }
  .hd-tool{
    position:absolute;
    opacity:.5;
    filter:drop-shadow(0 4px 10px rgba(28,33,52,.12));
    will-change:transform;
    transition:opacity .4s ease;
  }
  .prod-hero:hover .hd-tool{opacity:.65}

  /* ── Розміри ── */
  .hd-sz-sm{width:54px;height:auto}
  .hd-sz-md{width:78px;height:auto}
  .hd-sz-lg{width:104px;height:auto}

  /* ── 11 позицій: ОБИДВА боки + верх/середина/низ (асиметрично) ── */
  /* Усі позиції тримаємо ВСЕРЕДИНІ hero щоб overflow:hidden не обрізав */
  /* ROW 1 — top */
  .hd-pos-1 {top:24px;     left:12px;   animation:hd-fly-1 7.0s ease-in-out infinite}
  .hd-pos-2 {top:14px;     left:22%;    animation:hd-fly-2 8.5s ease-in-out infinite}
  .hd-pos-3 {top:22px;     right:4%;    animation:hd-fly-3 9.0s ease-in-out infinite}
  /* ROW 2 — upper mid */
  .hd-pos-4 {top:26%;      left:14px;   animation:hd-fly-2 7.8s ease-in-out infinite reverse}
  .hd-pos-5 {top:22%;      left:28%;    animation:hd-fly-1 9.2s ease-in-out infinite}
  /* ROW 3 — lower mid */
  .hd-pos-6 {top:54%;      left:18px;   animation:hd-fly-3 8.4s ease-in-out infinite}
  .hd-pos-7 {top:58%;      left:18%;    animation:hd-fly-2 7.6s ease-in-out infinite reverse}
  /* ROW 4 — bottom */
  .hd-pos-8 {bottom:38px;  left:14px;   animation:hd-fly-1 8.0s ease-in-out infinite reverse}
  .hd-pos-9 {bottom:54px;  left:25%;    animation:hd-fly-3 9.4s ease-in-out infinite}
  .hd-pos-10{bottom:20px;  left:44%;    animation:hd-fly-2 7.2s ease-in-out infinite}
  .hd-pos-11{bottom:30px;  right:3%;    animation:hd-fly-1 8.8s ease-in-out infinite reverse}

  /* Повороти через CSS-змінні (вмонтовані в keyframes) */
  .hd-pos-1 {--hd-rot:-12deg}
  .hd-pos-2 {--hd-rot:8deg}
  .hd-pos-3 {--hd-rot:-10deg}
  .hd-pos-4 {--hd-rot:18deg}
  .hd-pos-5 {--hd-rot:-6deg}
  .hd-pos-6 {--hd-rot:-14deg}
  .hd-pos-7 {--hd-rot:10deg}
  .hd-pos-8 {--hd-rot:16deg}
  .hd-pos-9 {--hd-rot:-8deg}
  .hd-pos-10{--hd-rot:6deg}
  .hd-pos-11{--hd-rot:-18deg}

  /* Splash dots */
  .hd-splash{
    position:absolute;
    border-radius:50%;
    opacity:.45;
    pointer-events:none;
  }
  .hd-splash-1{top:14%;left:42%;width:12px;height:12px;background:var(--coral);animation:hd-pulse 4s ease-in-out infinite}
  .hd-splash-2{top:72%;left:10%;width:9px;height:9px;background:var(--yellow);animation:hd-pulse 5s ease-in-out infinite .8s}
  .hd-splash-3{top:46%;left:48%;width:10px;height:10px;background:var(--peach-deep);animation:hd-pulse 6s ease-in-out infinite 1.6s}

  /* ── Floating animations (translateY + rotate via CSS var) ── */
  @keyframes hd-fly-1{
    0%,100%{transform:translateY(0) rotate(var(--hd-rot, 0deg))}
    50%{transform:translateY(-9px) rotate(calc(var(--hd-rot, 0deg) + 3deg))}
  }
  @keyframes hd-fly-2{
    0%,100%{transform:translateY(0) rotate(var(--hd-rot, 0deg))}
    50%{transform:translateY(-7px) rotate(calc(var(--hd-rot, 0deg) - 4deg))}
  }
  @keyframes hd-fly-3{
    0%,100%{transform:translateY(0) rotate(var(--hd-rot, 0deg))}
    50%{transform:translateY(-12px) rotate(calc(var(--hd-rot, 0deg) + 2deg))}
  }
  @keyframes hd-pulse{
    0%,100%{transform:scale(1);opacity:.45}
    50%{transform:scale(1.4);opacity:.8}
  }

  /* Tablet: scale down + hide some to declutter */
  @media (max-width: 1200px){
    .hd-sz-sm{width:44px}
    .hd-sz-md{width:62px}
    .hd-sz-lg{width:82px}
    .hd-pos-5,.hd-pos-7,.hd-pos-9{display:none}
  }
  @media (max-width: 1024px){
    .hd-pos-3,.hd-pos-11{display:none} /* hide right-side items when card is narrower */
  }

  /* Mobile: hide decor entirely */
  @media (max-width: 900px){
    .hero-decor{display:none}
  }

.ph-prog{font-family:'Roboto';font-size:13px;font-weight:500;color:var(--muted);margin:10px 0 0;line-height:1.4}

.ph-fmt-key .mk{width:14px;height:14px;vertical-align:-2px;margin-right:6px;color:var(--navy-soft);flex:none}

/* PL: локалізація CSS-хінта над табами формату */
html[lang="pl"] .ph-buy.has-tabs::before{ content:"⇩  WYBIERZ FORMAT — CENA SIĘ ZMIENI  ⇩"; }
