/* Product page layout — tokens inherit from assets/css/tokens.css */

    body.hub-product main *{box-sizing:border-box}
    body.hub-product{scroll-behavior:smooth}
    body.hub-product{
      margin:0;
      color:var(--ink);
      background:var(--white);
      line-height:1.55;
    }
    body.hub-product main a{text-decoration:none;color:inherit}
    body.hub-product main .container{max-width:var(--max);margin:auto;padding:0 28px}
    body.hub-product main .section{padding:96px 0}
    body.hub-product main .soft{background:var(--surface)}
    body.hub-product main .dark{background:var(--navy);color:#fff}
    body.hub-product main .eyebrow{
      display:inline-flex;align-items:center;gap:9px;
      text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--blue)
    }
    body.hub-product main .eyebrow:before{content:"";width:22px;height:2px;background:currentColor;border-radius:999px}
    body.hub-product main .section-head{max-width:780px;margin-bottom:44px}
    body.hub-product main .section-head h2,
body.hub-product main .copy h2{
      font-size:var(--text-h2);line-height:var(--lh-h2);letter-spacing:-.05em;margin:12px 0 18px
    }
    body.hub-product main .section-head p,
body.hub-product main .copy p{font-size:18px;color:var(--slate);margin:0}
    body.hub-product main .dark .section-head p,
body.hub-product main .dark .copy p{color:rgba(255,255,255,.74)}

    body.hub-product main .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      min-height:48px;padding:0 19px;border-radius:13px;border:1px solid transparent;
      font-weight:900;font-size:14px;transition:.2s ease
    }
    body.hub-product main .btn:hover{box-shadow:0 10px 24px rgba(11,31,77,.16)}
    body.hub-product main .btn-primary{background:var(--champagne);color:var(--navy)}
    body.hub-product main .btn-blue{background:var(--blue);color:#fff}
    body.hub-product main .btn-outline{border-color:var(--line);color:var(--navy);background:#fff}
    body.hub-product main .btn-light{background:#fff;color:var(--navy);border-color:var(--line)}
    body.hub-product main .link-arrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:900}
    body.hub-product main .link-arrow span,
    body.hub-product main .link-arrow i{transition:.2s}
    body.hub-product main .link-arrow:hover span,
    body.hub-product main .link-arrow:hover i{transform:translateX(4px)}
    body.hub-product main .catalog-channels .link-arrow:focus-visible{
      outline:2px solid var(--blue);outline-offset:3px;border-radius:4px
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    body.hub-product main .hero{
      color:var(--navy);padding:92px 0 72px;overflow:hidden;position:relative;
      background:var(--j2p-hero-bg)
    }
    body.hub-product main .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:24px 32px;align-items:center}
    body.hub-product main .hero .eyebrow{color:var(--blue)}
    body.hub-product main .hero h1{font-size:var(--j2p-hero-h1);line-height:var(--lh-h1);letter-spacing:-.04em;margin:0 0 22px;height:auto;max-width:11em}
    html[dir="rtl"] body.hub-product main .hero h1{max-width:none;letter-spacing:normal}
    body.hub-product main .hero h1 .accent{color:var(--blue)}
    body.hub-product main .hero-copy{font-size:var(--text-body-large);color:var(--slate);max-width:42em;margin:0}
    body.hub-product main .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;justify-content:flex-start}
    body.hub-product main.v3h .hero-benefits{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
      margin-top:28px;
      max-width:540px;
      justify-content:stretch;
    }
    body.hub-product main.v3h .hero-benefits__item{
      border-radius:14px;
      min-height:46px;
      padding:10px 12px;
    }
    html[dir="rtl"] body.hub-product main.v3h .hero-benefits{margin-inline-start:0;margin-inline-end:0}

    body.hub-product main .hero-ui{position:relative;min-height:0}
    body.hub-product main .window{position:relative;right:auto;top:auto;width:100%;background:#fff;color:var(--ink);border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:0 40px 100px rgba(11,31,77,.15)}
    body.hub-product main .window-top{height:42px;background:#F2F5F9;display:flex;align-items:center;gap:7px;padding:0 14px}
    body.hub-product main .window-top i{width:8px;height:8px;border-radius:50%;background:#CBD5E1}
    body.hub-product main .app{display:grid;grid-template-columns:110px 1fr;min-height:385px}
    body.hub-product main .side{background:#0E2A63;padding:18px 12px;color:rgba(255,255,255,.62)}
    body.hub-product main .side b{display:block;color:#fff;margin-bottom:26px;font-size:12px}
    body.hub-product main .side span{display:block;font-size:12px;padding:8px 5px;border-radius:6px;margin-bottom:5px}
    body.hub-product main .side .on{background:rgba(255,255,255,.11);color:#fff}
    body.hub-product main .dash{padding:20px;background:#F8FAFC}
    body.hub-product main .dash-title{display:flex;justify-content:space-between;align-items:center}
    body.hub-product main .dash-title h4{margin:0;color:var(--navy)}
    body.hub-product main .avatar{width:26px;height:26px;border-radius:50%;background:var(--champagne)}
    body.hub-product main .kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}
    body.hub-product main .kpi{background:#fff;border:1px solid #E8EDF4;border-radius:10px;padding:12px}
    body.hub-product main .kpi small{font-size:12px;color:var(--muted)} body.hub-product main .kpi strong{display:block;font-size:17px;color:var(--navy)}
    body.hub-product main .charts{display:grid;grid-template-columns:1.3fr .7fr;gap:10px;margin-top:10px}
    body.hub-product main .panel{height:145px;border-radius:10px;background:#fff;border:1px solid #E8EDF4;padding:12px;position:relative;overflow:hidden}
    body.hub-product main .panel small{font-size:12px;color:var(--muted)}
    body.hub-product main .bars{position:absolute;left:13px;right:13px;bottom:17px;height:82px;display:flex;align-items:end;gap:7px}
    body.hub-product main .bars b{flex:1;background:linear-gradient(var(--blue),#93C5FD);border-radius:4px 4px 1px 1px}
    body.hub-product main .donut{width:82px;height:82px;border-radius:50%;margin:18px auto;background:conic-gradient(var(--blue) 0 62%,var(--champagne) 62% 84%,#E2E8F0 84%);position:relative}
    body.hub-product main .donut:after{content:"";position:absolute;inset:17px;background:#fff;border-radius:50%}
    body.hub-product main .float{position:absolute;background:#fff;color:var(--ink);padding:12px 14px;border-radius:13px;box-shadow:0 18px 40px rgba(0,0,0,.22);z-index:5;font-size:10px}
    body.hub-product main .float strong{display:block;color:var(--navy);font-size:13px}
    body.hub-product main .float.one{right:12px;top:72px}body.hub-product main .float.two{left:0;bottom:12px}
    body.hub-product main .float .dot{width:7px;height:7px;border-radius:50%;background:var(--success);display:inline-block;margin-inline-end:5px}

    
    /* FROZEN 2026-09-03 — Product .subnav placement + document flow. See docs/audit/subnav-flow-freeze.md. Do not use sticky, fixed, header top, spacers, or JS positioning. */
    body.hub-product main .subnav{position:static;top:auto;z-index:auto;background:#fff;border-bottom:1px solid var(--line);overflow-x:auto;max-width:100%}
    body.hub-product main .subnav-inner{height:58px;display:flex;align-items:center;gap:23px;overflow:auto;white-space:nowrap;font-size:13px;font-weight:850;color:var(--slate)}
    body.hub-product main .subnav-inner a:hover{color:var(--blue)}

    
    body.hub-product main .split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
    body.hub-product main .copy ul{margin:20px 0 0;padding-inline-start:18px;color:var(--slate)}
    body.hub-product main .copy li{margin:8px 0}
    body.hub-product main .check-list{display:grid;gap:11px;margin:25px 0}
    body.hub-product main .check{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--slate)}
    body.hub-product main .check:before{
      content:"\e182";font-family:"Phosphor";width:20px;height:20px;border-radius:50%;background:#EEF4FF;color:var(--blue);
      display:grid;place-items:center;font-weight:normal;flex:0 0 20px;font-size:13px
    }
    body.hub-product main .badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--champagne);color:var(--navy);font-size:10px;font-weight:950;letter-spacing:.07em}

    body.hub-product main .catalog-channels{padding-top:88px;padding-bottom:88px;overflow-x:clip;background:var(--white)}
    body.hub-product main .catalog-channels__grid{
      display:grid;grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);gap:24px 16px;align-items:center
    }
    body.hub-product main .catalog-channels__copy{text-align:start;min-width:0;max-width:28.5rem}
    body.hub-product main .catalog-channels__copy h2{
      font-size:clamp(1.9rem,2.9vw,2.55rem);line-height:1.12;letter-spacing:-.04em;font-weight:800;
      margin:0 0 18px;color:var(--navy);max-width:10.6em
    }
    body.hub-product main .catalog-channels__copy p{
      font-size:16px;line-height:1.65;color:var(--slate);margin:0;max-width:34em
    }
    body.hub-product main .catalog-points{list-style:none;padding:0;display:grid;gap:16px;margin:28px 0 22px}
    body.hub-product main .catalog-point{
      display:flex;align-items:center;gap:12px;font-size:14.5px;color:var(--slate);line-height:1.4
    }
    body.hub-product main .catalog-point__icon{
      width:32px;height:32px;border-radius:50%;background:var(--blue-soft);color:var(--blue);
      display:grid;place-items:center;flex:0 0 32px
    }
    body.hub-product main .catalog-point__icon i{font-size:16px;line-height:1}
    body.hub-product main .catalog-point span{min-width:0;overflow-wrap:anywhere}
    html[dir="rtl"] body.hub-product main .catalog-channels__copy{max-width:32rem}
    html[dir="rtl"] body.hub-product main .catalog-channels__copy h2{max-width:none;letter-spacing:normal;line-height:1.28}

    body.hub-product main .catalog-art{
      position:relative;min-width:0;width:124%;max-width:none;margin-inline-end:-24%
    }
    body.hub-product main .catalog-art__shot{margin:0}
    body.hub-product main .catalog-art__shot img{
      width:100%;max-width:none;height:auto;display:block;background:transparent;
      image-rendering:auto
    }
    html[dir="rtl"] body.hub-product main .link-arrow:hover span,
    html[dir="rtl"] body.hub-product main .link-arrow:hover i{transform:translateX(-4px)}

    
    body.hub-product main .overview-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
    body.hub-product main .overview-card{background:linear-gradient(135deg,#08183A,#0D2D6C);color:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow)}
    body.hub-product main .overview-card .big{font-size:54px;font-weight:950;letter-spacing:-.06em;color:var(--champagne)}
    body.hub-product main .overview-card p{color:rgba(255,255,255,.72);margin-top:6px}
    body.hub-product main .overview-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
    body.hub-product main .overview-tags span{padding:9px 11px;border-radius:999px;background:rgba(255,255,255,.08);font-size:11px;font-weight:800}
    body.hub-product main .capabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    body.hub-product main .cap{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}
    body.hub-product main .cap h3{margin:0 0 7px;color:var(--navy);font-size:18px}body.hub-product main .cap p{margin:0;color:var(--slate);font-size:13px}

    
    body.hub-product main .workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
    body.hub-product main .step{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px;position:relative}
    body.hub-product main .step:not(:last-child):after{content:"\e06c";font-family:"Phosphor";position:absolute;right:-15px;top:50%;transform:translateY(-50%);color:var(--champagne);font-size:20px;font-weight:900;z-index:2}
    body.hub-product main .step .num{font-size:10px;font-weight:900;color:var(--blue)}
    body.hub-product main .step h3{font-size:17px;color:var(--navy);margin:8px 0}body.hub-product main .step p{font-size:12px;color:var(--slate);margin:0}

    
    body.hub-product main .shot-wrap{
      border-radius:28px;background:linear-gradient(145deg,#F8FAFC,#EEF4FF);
      padding:26px;border:1px solid var(--line);box-shadow:var(--shadow-soft)
    }
    body.hub-product main .shot-wrap--image{
      padding:0;background:transparent;border:0;box-shadow:none;border-radius:0
    }
    body.hub-product main .shot-wrap--image img{
      width:100%;height:auto;display:block;background:transparent;border-radius:0;box-shadow:none
    }
    body.hub-product main .shot-label{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px}
    body.hub-product main .shot-label strong{color:var(--navy);font-size:16px}
    body.hub-product main .shot-label span{font-size:11px;font-weight:800;color:var(--blue);background:#EAF1FF;padding:7px 10px;border-radius:999px}
    body.hub-product main .shot-grid{display:grid;grid-template-columns:1fr;gap:12px}
    body.hub-product main .shot{
      background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden
    }
    body.hub-product main .shot-top{height:38px;background:#F3F6FA;display:flex;gap:6px;align-items:center;padding:0 12px}
    body.hub-product main .shot-top i{width:7px;height:7px;border-radius:50%;background:#CBD5E1}
    body.hub-product main .shot-body{padding:18px}
    body.hub-product main .shot-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
    body.hub-product main .shot-title b{font-size:14px;color:var(--navy)}
    body.hub-product main .shot-title small{color:var(--muted);font-size:10px;font-weight:800}
    body.hub-product main .shot-lines{display:grid;gap:10px}
    body.hub-product main .shot-lines .line{height:12px;border-radius:999px;background:#E5ECF5}
    body.hub-product main .line.w40{width:40%}body.hub-product main .line.w50{width:50%}body.hub-product main .line.w60{width:60%}body.hub-product main .line.w70{width:70%}body.hub-product main .line.w80{width:80%}body.hub-product main .line.w90{width:90%}
    body.hub-product main .screen-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}
    body.hub-product main .screen-kpis div{border:1px solid var(--line);border-radius:11px;padding:10px}
    body.hub-product main .screen-kpis small{display:block;color:var(--muted);font-size:12px}
    body.hub-product main .screen-kpis b{display:block;color:var(--navy);font-size:14px}
    body.hub-product main .cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
    body.hub-product main .cards3 i,
body.hub-product main .cards4 i{display:block;background:linear-gradient(145deg,#E9EEF8,#F8F2E7);border-radius:10px;height:78px}
    body.hub-product main .cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
    body.hub-product main .table{display:grid;gap:8px}
    body.hub-product main .trow{display:grid;grid-template-columns:1.3fr .8fr .9fr .7fr;gap:8px}
    body.hub-product main .trow span{display:block;height:12px;background:#E8EEF7;border-radius:999px}
    body.hub-product main .status-pill{display:inline-flex;padding:6px 8px;border-radius:999px;background:#ECFDF5;color:#166534;font-size:10px;font-weight:800}
    body.hub-product main .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    body.hub-product main .field{height:42px;border:1px solid var(--line);border-radius:10px;background:#fff}
    body.hub-product main .field.big{grid-column:1/-1;height:72px}
    body.hub-product main .checkout{
      border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff
    }
    body.hub-product main .checkout-head{height:12px;width:36%;background:#0B1F4D;border-radius:999px;margin-bottom:14px}
    body.hub-product main .checkout-box{height:56px;border-radius:10px;background:linear-gradient(145deg,#EEF4FF,#F8F9FC);margin:9px 0}
    body.hub-product main .legend{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
    body.hub-product main .legend span{font-size:10px;font-weight:800;color:#334155;background:#F1F5F9;border-radius:999px;padding:7px 10px;text-align:center}

    
    body.hub-product main .feature-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    body.hub-product main .gallery-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px}
    body.hub-product main .gallery-card h3{margin:0 0 10px;color:var(--navy);font-size:18px}
    body.hub-product main .gallery-card p{margin:0 0 14px;color:var(--slate);font-size:13px}
    body.hub-product main .thumb-lg{height:170px;border-radius:14px;background:linear-gradient(145deg,#EEF4FF,#F8F2E7);border:1px solid #E6EDF8;display:grid;place-items:center;color:var(--navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}

    
    body.hub-product main .payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
    body.hub-product main .method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
    body.hub-product main .method{border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:18px;background:rgba(255,255,255,.05);font-weight:900}
    body.hub-product main .method span{display:block;color:rgba(255,255,255,.55);font-size:11px;font-weight:650;margin-top:4px}
    body.hub-product main .psp{margin-top:18px;border-radius:18px;background:var(--champagne);color:var(--navy);padding:22px}
    body.hub-product main .psp h3{margin:0 0 5px}body.hub-product main .dark .copy .psp p{margin:0;color:#000;font-size:13px}

    
    body.hub-product main .reporting-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
    body.hub-product main .dashboard-main{border:1px solid var(--line);border-radius:20px;background:#fff;padding:22px;box-shadow:var(--shadow-soft)}
    body.hub-product main .report-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
    body.hub-product main .report-kpis div{border:1px solid var(--line);border-radius:11px;padding:12px}
    body.hub-product main .report-kpis small{font-size:12px;color:var(--muted)}
    body.hub-product main .report-kpis b{display:block;color:var(--navy);font-size:17px}
    body.hub-product main .report-chart{border:1px solid var(--line);border-radius:12px;margin-top:12px;overflow:hidden;background:#08183A}
    body.hub-product main .report-chart img{width:100%;height:auto;display:block}
    body.hub-product main .report-list{display:grid;gap:12px}
    body.hub-product main .report-item{border:1px solid var(--line);border-radius:16px;padding:17px;background:#fff}
    body.hub-product main .report-item h4{margin:0 0 5px;color:var(--navy)} body.hub-product main .report-item p{margin:0;color:var(--slate);font-size:12px}

    
    body.hub-product main .grades{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}
    body.hub-product main .grade{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff;min-height:230px;position:relative}
    body.hub-product main .grade.launch{background:linear-gradient(180deg,#FFF9EF,#fff);border-color:var(--champagne)}
    body.hub-product main .grade.launch:before{content:"WEBSITE";position:absolute;top:-12px;left:13px;background:var(--champagne);color:var(--navy);padding:5px 8px;border-radius:999px;font-size:9px;font-weight:950}
    body.hub-product main .grade .n{font-size:10px;color:var(--muted);font-weight:950}
    body.hub-product main .grade h3{font-size:18px;margin:8px 0 9px;color:var(--navy)}
    body.hub-product main .grade p{font-size:12px;color:var(--slate);margin:0}
    body.hub-product main .continuity{margin-top:24px;border-radius:18px;background:var(--navy);color:#fff;padding:20px;display:flex;justify-content:center;flex-wrap:wrap;gap:14px 28px;font-size:12px;font-weight:850}
    body.hub-product main .continuity span:before{content:"\e182";font-family:"Phosphor";color:var(--champagne);margin-inline-end:7px}

    body.hub-product main .teaser{border-radius:26px;padding:34px;background:linear-gradient(135deg,#F8FAFC,#EEF4FF);border:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
    body.hub-product main .teaser h3{font-size:34px;line-height:1.04;letter-spacing:-.04em;color:var(--navy);margin:8px 0 10px}
    body.hub-product main .teaser p{margin:0;color:var(--slate)}
    body.hub-product main .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
    body.hub-product main .chips span{padding:9px 11px;border-radius:10px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:850;color:var(--navy)}

    body.hub-product main .faq{display:grid;gap:12px}
    body.hub-product main details{border:1px solid var(--line);border-radius:16px;padding:18px 20px;background:#fff}
    body.hub-product main summary{cursor:pointer;font-weight:900;color:var(--navy)}
    body.hub-product main details p{color:var(--slate);font-size:14px;margin:12px 0 0}

    body.hub-product main .final-cta{padding:82px 0;background:linear-gradient(110deg,#081638,#0B1F4D 55%,#163E8A);color:#fff}
    body.hub-product main .cta-row{display:flex;justify-content:space-between;align-items:center;gap:40px}
    body.hub-product main .cta-row h2{font-size:var(--text-h2);line-height:var(--lh-h2);letter-spacing:var(--tracking-heading);margin:0 0 14px}
    body.hub-product main .cta-row p{color:rgba(255,255,255,.7);max-width:650px;margin:0}
    body.hub-product main .cta-actions{display:flex;gap:10px;flex-shrink:0}

    
    
    
    
    
    
    
    

    @media(max-width:1020px){

      
      body.hub-product main .hero-grid,
body.hub-product main .overview-grid,
body.hub-product main .split,
body.hub-product main .payment-grid,
body.hub-product main .reporting-grid{grid-template-columns:1fr}
      body.hub-product main .workflow{grid-template-columns:repeat(3,1fr)}
      body.hub-product main .step:nth-child(3):after{display:none}
      body.hub-product main .feature-gallery{grid-template-columns:1fr 1fr}
      body.hub-product main .grades{grid-template-columns:repeat(3,1fr)}
      
      body.hub-product main .teaser{grid-template-columns:1fr}
      body.hub-product main .hero h1{max-width:none}
      body.hub-product main.v3h .hero-benefits{max-width:none}
    
}

    @media(max-width:720px){

      body.hub-product main .container{padding:0 20px}body.hub-product main .section{padding:72px 0}body.hub-product main .hero{padding-top:var(--j2p-hero-pad-top)}
      body.hub-product main .hero h1{font-size:var(--j2p-hero-h1)}
      body.hub-product main .hero-ui{min-height:0}body.hub-product main .window{width:100%}
      body.hub-product main .capabilities,
body.hub-product main .workflow,
body.hub-product main .feature-gallery,
body.hub-product main .method-grid,
body.hub-product main .grades,
body.hub-product main .report-kpis,
body.hub-product main .screen-kpis,
body.hub-product main .cards3,
body.hub-product main .cards4,
body.hub-product main .legend,
body.hub-product main .form-grid{grid-template-columns:1fr}
      body.hub-product main .step:after{display:none!important}
      body.hub-product main .reporting-grid{grid-template-columns:1fr}
      body.hub-product main .cta-row{display:block}body.hub-product main .cta-actions{margin-top:26px;flex-wrap:wrap}
      
      body.hub-product main .legal-inline{margin-top:10px;flex-wrap:wrap}
    
}

@media(max-width:1024px){
  body.hub-product main .catalog-channels{padding-top:72px;padding-bottom:72px}
  body.hub-product main .catalog-channels__grid{gap:20px 12px;grid-template-columns:minmax(0,.38fr) minmax(0,.62fr)}
  body.hub-product main .catalog-channels__copy{max-width:none}
  body.hub-product main .catalog-art{width:114%;margin-inline-end:-14%}
}

@media(max-width:767px){
  body.hub-product main .catalog-channels{padding-top:56px;padding-bottom:56px}
  body.hub-product main .catalog-channels__grid{grid-template-columns:1fr;gap:24px}
  body.hub-product main .catalog-channels__copy h2{font-size:clamp(1.55rem,6.2vw,1.9rem);max-width:none}
  body.hub-product main .catalog-art{width:calc(100% + 28px);margin-inline:-14px}
}

@media(prefers-reduced-motion:reduce){
  body.hub-product{scroll-behavior:auto}
  body.hub-product main .link-arrow span,
  body.hub-product main .link-arrow i{transition:none}
  body.hub-product main .link-arrow:hover span,
  body.hub-product main .link-arrow:hover i,
  html[dir="rtl"] body.hub-product main .link-arrow:hover span,
  html[dir="rtl"] body.hub-product main .link-arrow:hover i{transform:none}
}

  
body.hub-product main .section[id]{scroll-margin-top:calc(var(--header-h,76px) + 8px)}
@media(max-width:1279px){
  body.hub-product main .section[id]{scroll-margin-top:calc(var(--header-h,68px) + 8px)}
}
@media(max-width:720px){
  body.hub-product main .section[id]{scroll-margin-top:calc(var(--header-h,68px) + 8px)}
}

/* Product hero: real split so Arabic copy stays on the right and
   English copy on the left. The figure lives in its own column. */
html[data-page="product"] main.v3h .hero.hero--interior{
  overflow:hidden;
}
html[data-page="product"] main.v3h .hero.hero--interior .hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:24px 32px;
  align-items:center;
  position:relative;
  min-height:0;
}
html[data-page="product"] main.v3h .hero.hero--interior .hero-grid > :first-child{
  position:relative;
  z-index:2;
  max-width:36rem;
  justify-self:start;
  text-align:start;
  margin-inline:0;
}
html[dir="rtl"][data-page="product"] main.v3h .hero.hero--interior .hero-grid > :first-child{
  margin-inline-start:0;
  margin-inline-end:0;
}
html[data-page="product"] main.v3h .hero.hero--interior .hero-media--image{
  position:relative;
  inset:auto;
  z-index:1;
  display:block;
  overflow:hidden;
  width:100%;
  max-width:none;
  height:auto;
  min-width:0;
  min-height:0;
  margin:0;
  pointer-events:auto;
  aspect-ratio:1 / 1;
}
html[data-page="product"] main.v3h .hero.hero--interior .hero-media--image img{
  background:transparent;
  width:100%;
  max-width:none;
  height:100%;
  margin:0;
  object-fit:cover;
  object-position:right center;
}
html[dir="rtl"][data-page="product"] main.v3h .hero.hero--interior .hero-media--image img{
  object-position:left center;
}

@media(max-width:1023px){
  html[data-page="product"] main.v3h .hero.hero--interior .hero-grid{
    grid-template-columns:minmax(0,1fr);
    gap:16px;
  }
  html[data-page="product"] main.v3h .hero.hero--interior .hero-grid > :first-child{
    max-width:none;
    justify-self:stretch;
  }
  html[data-page="product"] main.v3h .hero.hero--interior .hero-media--image{
    aspect-ratio:5 / 4;
  }
}
