.hopp-zone{ --yellow:#FFED00; --bg:#0B0B0B; --surface:#242420; --white:#ffffff; --ink-soft:#c2c2bc; --ink-mute:#8a8a83; --line:#3a3a33; --radius:16px; font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif; } .hopp-zone *{box-sizing:border-box;} .hopp-zone p:empty{display:none;} .hopp-zone{margin:0;background:var(--bg);color:var(--white);line-height:1.7;} .hopp-zone a{color:inherit;text-decoration:none;} .hopp-zone img{max-width:100%;display:block;border-radius:12px;} .hopp-zone .note{ max-width:860px;margin:0 auto;padding:14px 20px;background:var(--surface);border:1px solid var(--line); border-radius:10px;font-size:13px;color:var(--ink-soft);margin-top:16px; } .hopp-zone header.site{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line);} .hopp-zone .nav-wrap{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;} .hopp-zone .logo{display:inline-flex;align-items:center;} .hopp-zone .logo img{height:40px;width:auto;border-radius:0;} .hopp-zone nav.links{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:700;letter-spacing:.3px;color:#ffffff;} .hopp-zone nav.links a:hover{color:var(--yellow);} .hopp-zone nav.links .mon-test{background:var(--yellow);color:#141400;padding:9px 16px;border-radius:999px;font-weight:700;} .hopp-zone .crumbs{max-width:860px;margin:22px auto 0;padding:0 24px;font-size:12.5px;color:var(--ink-mute);} .hopp-zone .crumbs a{color:var(--ink-mute);} .hopp-zone .crumbs a:hover{color:var(--yellow);} .hopp-zone .hero{max-width:860px;margin:0 auto;padding:18px 24px 0;} .hopp-zone h1.title{font-size:33px;line-height:1.25;margin:0 0 14px;color:var(--yellow);font-weight:800;} .hopp-zone .dek{font-size:17px;color:var(--ink-soft);margin:0 0 20px;max-width:640px;} .hopp-zone .hero-img{width:100%;aspect-ratio:16/9;object-fit:cover;margin-top:20px;border:1px solid var(--line);} .hopp-zone .hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:stretch;} .hopp-zone .hero-left{text-align:left;} .hopp-zone .hero-media{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);min-height:100%;} .hopp-zone .hero-media > img{width:100%;height:100%;object-fit:cover;border-radius:0;} .hopp-zone .hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,11,11,0) 35%,rgba(11,11,11,.45) 100%);} .hopp-zone .hero-media.frame{display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:0;} .hopp-zone .hero-media.frame::after{display:none;} @media (max-width:860px){.hopp-zone .hero-grid{grid-template-columns:1fr;} .hopp-zone .hero-media{min-height:220px;order:-1;}} .hopp-zone .layout{max-width:860px;margin:0 auto;padding:12px 24px 0;display:grid;grid-template-columns:1fr;gap:0;} .hopp-zone .toc{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px 24px;margin-bottom:18px;} .hopp-zone .toc-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--yellow);margin:0 0 12px;} .hopp-zone .toc ol{margin:0;padding-left:18px;font-size:14.5px;color:var(--ink-soft);display:grid;gap:8px;} .hopp-zone .toc a:hover{color:var(--yellow);} .hopp-zone .cta{border-radius:var(--radius);padding:22px 28px;margin:16px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;} .hopp-zone .cta > .cta-btn{margin-left:auto;} .hopp-zone .cta-primary{background:var(--yellow);color:var(--bg);} .hopp-zone .cta-primary .cta-title, .hopp-zone .cta-primary .cta-sub{color:var(--bg);} .hopp-zone .cta-primary .cta-sub{color:#3a3600;} .hopp-zone .cta-soft{background:var(--surface);border:1px solid var(--yellow);} .hopp-zone .cta-soft .cta-title{color:var(--white);} .hopp-zone .cta-soft .cta-sub{color:var(--ink-soft);} .hopp-zone .cta-inline{background:var(--surface);border:2px solid var(--yellow);} .hopp-zone .cta-inline .cta-title{color:var(--white);} .hopp-zone .cta-inline .cta-sub{color:var(--ink-soft);} .hopp-zone .cta-title{font-size:17px;font-weight:800;margin:0 0 4px;} .hopp-zone .cta-sub{font-size:13.5px;margin:0;max-width:420px;} .hopp-zone .cta-btn{white-space:nowrap;padding:12px 22px;border-radius:999px;font-weight:800;font-size:14px;} .hopp-zone .cta-primary .cta-btn{background:var(--bg);color:var(--yellow);} .hopp-zone .cta-soft .cta-btn{background:var(--yellow);color:var(--bg);} .hopp-zone .cta-inline .cta-btn{background:var(--yellow);color:var(--bg);} .hopp-zone .badge-time{display:inline-flex;align-items:center;gap:6px;flex:none;height:40px;padding:0 12px;background:#0B0B0B;color:var(--yellow);border-radius:10px;font-weight:800;font-size:14px;white-space:nowrap;} .hopp-zone article h2{font-size:23px;font-weight:800;margin:40px 0 14px;color:var(--yellow);scroll-margin-top:90px;} .hopp-zone article h3{font-size:17px;font-weight:700;margin:26px 0 14px;color:var(--white);scroll-margin-top:90px;} .hopp-zone article p{font-size:15.5px;color:var(--ink-soft);margin:0 0 16px;} .hopp-zone article ul{font-size:15.5px;color:var(--ink-soft);padding-left:20px;margin:0 0 16px;} .hopp-zone ul.sigle-list{list-style:none;padding-left:0;} .hopp-zone ul.sigle-list li{position:relative;padding-left:26px;} .hopp-zone ul.sigle-list li::before{content:"";position:absolute;left:0;top:2px;width:17px;height:17px;background:url(https://hopp-sport.com/wp-content/uploads/2026/08/sigle-hopp-web.png) no-repeat center/contain;} .hopp-zone article li{margin-bottom:6px;} .hopp-zone figure{margin:22px 0;} .hopp-zone figure img{width:100%;object-fit:cover;border:1px solid var(--line);} .hopp-zone figcaption{font-size:12px;color:var(--ink-mute);margin-top:8px;} .hopp-zone .callout{background:var(--surface);border-left:4px solid var(--yellow);border-radius:0 12px 12px 0;padding:16px 20px;margin:22px 0;font-size:14.5px;color:var(--ink-soft);} .hopp-zone .callout b{color:var(--yellow);font-size:16.5px;} .hopp-zone .quote{font-size:19px;font-weight:600;color:var(--yellow);border-left:3px solid var(--yellow);padding-left:20px;margin:30px 0;line-height:1.5;} .hopp-zone .keypoints{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;margin:26px 0;} .hopp-zone .keypoints-title{font-size:15px;font-weight:800;text-transform:uppercase;color:var(--yellow);margin:0 0 12px;} .hopp-zone .keypoints ul{margin:0;padding-left:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;} .hopp-zone .keypoints ul li{position:relative;padding-left:16px;} .hopp-zone .keypoints ul li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--yellow);} .hopp-zone .keypoints ul.icon-list{grid-template-columns:1fr;gap:14px;} .hopp-zone .keypoints ul.icon-list li{padding-left:34px;color:var(--white);} .hopp-zone .keypoints ul.icon-list li::before{display:none;} .hopp-zone .keypoints ul.icon-list li svg{position:absolute;left:0;top:0;width:21px;height:21px;stroke:var(--yellow);flex:none;} .hopp-zone .progress-list{list-style:none;margin:22px 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;} .hopp-zone .progress-list li{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600;color:var(--white);} .hopp-zone .progress-list .num{flex:none;width:26px;height:26px;border-radius:50%;background:var(--yellow);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:800;} .hopp-zone .timeline{list-style:none;margin:22px 0;padding:0;position:relative;} .hopp-zone .timeline::before{content:"";position:absolute;left:14px;top:6px;bottom:6px;width:2px;background:var(--line);} .hopp-zone .timeline li{position:relative;padding-left:46px;margin-bottom:20px;} .hopp-zone .timeline li:last-child{margin-bottom:0;} .hopp-zone .timeline .num{position:absolute;left:0;top:0;width:29px;height:29px;border-radius:50%;background:var(--yellow);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;z-index:1;} .hopp-zone .timeline .step-title{font-size:14.5px;font-weight:800;color:var(--white);display:block;padding-top:5px;} .hopp-zone .timeline .step-sub{font-size:13px;color:var(--ink-soft);display:block;margin-top:3px;} .hopp-zone .row-media{display:flex;gap:24px;align-items:flex-start;margin:22px 0;} .hopp-zone .row-media.reverse{flex-direction:row-reverse;} .hopp-zone .row-media p{margin:0;flex:1 1 320px;} .hopp-zone .row-media figure{margin:0;flex:0 0 230px;max-width:230px;position:relative;} .hopp-zone .row-media figure img{width:100%;aspect-ratio:4/5;object-fit:cover;border:1px solid var(--line);} .hopp-zone figure.phone-frame{ background:linear-gradient(155deg,#2c2c26,#0c0c0a); border-radius:34px; padding:10px 10px 14px; border:1px solid var(--line); box-shadow:0 18px 34px rgba(0,0,0,.45); position:relative; } .hopp-zone figure.phone-frame::before{ content:""; position:absolute; top:20px; left:50%; transform:translateX(-50%); width:46px; height:6px; background:#000; border-radius:4px; z-index:2; } .hopp-zone figure.phone-frame::after{ content:""; position:absolute; bottom:-38px; left:50%; transform:translateX(-50%); width:60%; height:30px; background:var(--yellow); filter:blur(22px); opacity:.45; border-radius:50%; z-index:-1; } .hopp-zone figure.phone-frame.no-halo::after{display:none;} .hopp-zone figure.phone-frame.halo-back::after{ bottom:auto; top:50%; left:50%; width:230px; height:230px; transform:translate(-50%,-50%); opacity:.4; filter:blur(75px); } .hopp-zone figure.phone-frame img{ width:100%; aspect-ratio:auto; object-fit:contain; border-radius:22px; border:none; display:block; } @media (max-width:640px){.hopp-zone .row-media{flex-direction:column;} .hopp-zone .row-media figure{max-width:100%;flex:none;}} .hopp-zone .trio{display:flex;gap:18px;margin:22px 0 26px;flex-wrap:wrap;} .hopp-zone .trio-item{flex:1 1 140px;text-align:center;} .hopp-zone .trio-icon{width:60px;height:60px;border:2.5px solid var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;} .hopp-zone .trio-icon svg{width:28px;height:28px;stroke:var(--yellow);} .hopp-zone .picker{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-top:20px;} .hopp-zone .picker-label{display:block;font-size:19px;font-weight:800;letter-spacing:.2px;color:var(--yellow);margin-bottom:6px;} .hopp-zone .picker-select{ width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none; background:var(--bg) url("data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23FFED00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>") no-repeat right 16px center / 18px 18px; border:1.5px solid var(--yellow);border-radius:12px;color:var(--white);font-family:inherit;font-size:15px;font-weight:600; padding:15px 46px 15px 16px;cursor:pointer; } .hopp-zone .picker-select option{background:var(--bg);color:var(--white);} .hopp-zone .picker-sub{font-size:12.5px;color:var(--ink-mute);margin:12px 0 0;} .hopp-zone .trio-item p{font-size:12.5px;font-weight:700;color:var(--white);margin:0;line-height:1.35;} .hopp-zone .path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0 8px;} .hopp-zone .path-pill{display:flex;align-items:center;justify-content:space-between;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:8px 14px;font-size:13px;font-weight:600;line-height:1.25;color:var(--white);height:72px;overflow:hidden;} .hopp-zone .path-pill:hover{border-color:var(--yellow);color:var(--yellow);} .hopp-zone .path-pill.active{background:var(--yellow);border-color:var(--yellow);color:var(--bg);font-weight:800;} .hopp-zone .path-pill svg{flex:none;width:14px;height:14px;stroke:currentColor;opacity:.6;} @media (max-width:640px){.hopp-zone .path-grid{grid-template-columns:repeat(2,1fr);}} .hopp-zone .compare-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--line);margin:22px 0;} .hopp-zone table.mini-compare{width:100%;border-collapse:collapse;min-width:480px;background:var(--surface);} .hopp-zone table.mini-compare thead th{padding:14px 16px;text-align:center;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;color:var(--ink-soft);background:#1a1a17;border-bottom:1px solid var(--line);} .hopp-zone table.mini-compare thead th.hopp-zone{color:var(--bg);background:var(--yellow);font-size:16px;} .hopp-zone table.mini-compare thead th.hopp-zone span{display:block;font-size:10px;font-weight:600;text-transform:none;margin-top:2px;} .hopp-zone table.mini-compare tbody td{padding:12px 16px;font-size:13px;border-bottom:1px solid var(--line);vertical-align:middle;} .hopp-zone table.mini-compare tbody tr:last-child td{border-bottom:none;} .hopp-zone table.mini-compare tbody td:first-child{font-weight:700;color:var(--white);text-align:center;} .hopp-zone table.mini-compare td.hopp-zone{color:var(--yellow);font-weight:700;text-align:center;} .hopp-zone table.mini-compare td.cab-td{text-align:center;color:var(--ink-soft);} .hopp-zone .team-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:22px 0;} .hopp-zone .team-card{text-align:center;} .hopp-zone .team-card img.photo{width:100%;max-width:280px;border-radius:16px;margin:0 auto 16px;object-fit:cover;} .hopp-zone .team-card h4{font-size:16px;font-weight:800;margin:0 0 4px;color:var(--white);} .hopp-zone .team-card p.role{font-size:12.5px;color:var(--ink-soft);margin:0 0 12px;line-height:1.4;} .hopp-zone .team-card img.fifa{height:38px;width:auto;max-width:none;margin:0 auto;border-radius:0;filter:grayscale(1) brightness(1.6);} .hopp-zone .team-cta{text-align:center;margin:26px 0 0;} @media (max-width:560px){.hopp-zone .team-grid{grid-template-columns:1fr;}} .hopp-zone .program{background:var(--yellow);color:var(--bg);border-radius:18px;padding:18px 20px;margin:26px 0;} .hopp-zone .program input{position:absolute;opacity:0;pointer-events:none;} .hopp-zone .ptab-labels{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px;} .hopp-zone .ptab-labels label{cursor:pointer;font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:999px;background:rgba(11,11,11,.08);color:#3a3600;} .hopp-zone #pt1:checked ~ .ptab-labels label[for="pt1"], .hopp-zone #pt2:checked ~ .ptab-labels label[for="pt2"], .hopp-zone #pt3:checked ~ .ptab-labels label[for="pt3"], .hopp-zone #pt4:checked ~ .ptab-labels label[for="pt4"]{background:var(--bg);color:var(--yellow);} .hopp-zone .ptab-panel{display:none;font-size:14px;color:#2b2700;font-weight:600;} .hopp-zone #pt1:checked ~ .panels .panel-1, .hopp-zone #pt2:checked ~ .panels .panel-2, .hopp-zone #pt3:checked ~ .panels .panel-3, .hopp-zone #pt4:checked ~ .panels .panel-4{display:block;} .hopp-zone .pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0 8px;align-items:start;} .hopp-zone .price-col{position:relative;display:flex;flex-direction:column;align-items:center;} .hopp-zone .price-col:nth-child(1)::before, .hopp-zone .price-col:nth-child(3)::before{ content:""; position:absolute; top:50%;left:50%; width:260px;height:260px; transform:translate(-50%,-50%); background:var(--yellow); filter:blur(70px); opacity:.5; border-radius:50%; z-index:-1; } .hopp-zone .price-headline{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.2px;color:var(--white);text-align:center;line-height:1.4;white-space:nowrap;height:34px;display:flex;align-items:center;justify-content:center;margin:0 0 16px;} .hopp-zone .price-card.featured .price-headline{color:var(--bg);} .hopp-zone .price-quote{font-size:12px;font-style:italic;font-weight:600;color:var(--ink-soft);text-align:center;line-height:1.4;margin:0 0 16px;padding:10px 14px;border-radius:12px;background:rgba(255,255,255,.05);} .hopp-zone .price-card.featured .price-quote{color:#2b2700;background:rgba(11,11,11,.08);} .hopp-zone .price-card{background:#161613;border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;display:flex;flex-direction:column;width:100%;} .hopp-zone .price-card.featured{ background:var(--yellow); border:none; position:relative; padding:22px 20px; transform:scale(1.02); box-shadow:0 20px 40px rgba(255,237,0,.2), 0 12px 24px rgba(0,0,0,.5); opacity:1; z-index:2; } .hopp-zone .price-tag{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-height:34px;font-size:14px;font-weight:800;letter-spacing:.5px;color:var(--white);text-transform:uppercase;margin:0 0 16px;padding:0 16px;border:1px solid var(--white);border-radius:999px;background:rgba(255,255,255,.06);box-sizing:border-box;} .hopp-zone .price-col:nth-child(2) .price-tag{color:var(--bg);background:var(--yellow);border:none;} .hopp-zone .price-amount{font-size:36px;line-height:1.1;font-weight:800;color:var(--white);margin:0;text-align:center;} .hopp-zone .price-card.featured .price-amount{font-size:40px;color:var(--bg);} .hopp-zone .price-amount .old{font-size:19px;color:var(--ink-mute);text-decoration:line-through;font-weight:600;margin-right:6px;} .hopp-zone .price-card.featured .price-amount .old{color:#6b6500;} .hopp-zone .price-note{font-size:12.5px;line-height:1.3;font-weight:700;color:var(--ink-soft);text-align:center;margin:2px 0 16px;letter-spacing:.2px;} .hopp-zone .price-card.featured .price-note{color:#2b2700;} .hopp-zone .price-features{list-style:none;margin:14px 0 18px;padding:0;display:grid;gap:8px;flex:1;} .hopp-zone .price-features li{font-size:12.5px;font-weight:600;color:var(--white);display:flex;gap:8px;align-items:flex-start;} .hopp-zone .price-features li svg{flex:none;color:var(--yellow);margin-top:2px;} .hopp-zone .price-card.featured .price-features li{color:#2b2700;} .hopp-zone .price-card.featured .price-features li svg{color:var(--bg);} .hopp-zone .price-btn{display:block;text-align:center;padding:12px;border-radius:999px;font-weight:800;font-size:13.5px;background:var(--yellow);color:var(--bg);} .hopp-zone .price-card.featured .price-btn{background:var(--bg);color:var(--yellow);font-size:14.5px;padding:14px;} @media (max-width:720px){.hopp-zone .price-card.featured{transform:none;}} .hopp-zone .bio{position:relative;display:flex;gap:24px;align-items:center;justify-content:center;flex-wrap:wrap;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:8px 26px 0 18px;margin:56px 0 40px;overflow:visible;} .hopp-zone .bio::before{ content:""; position:absolute; top:50%;left:18%; width:260px;height:260px; transform:translate(-50%,-50%); background:var(--yellow); filter:blur(90px); opacity:.4; border-radius:50%; z-index:0; } .hopp-zone .bio-photo{position:relative;z-index:1;width:140px;height:auto;flex:none;align-self:flex-end;margin-bottom:-1px;margin-top:-48px;} .hopp-zone .bio-text{position:relative;z-index:1;flex:0 1 auto;padding-bottom:10px;} .hopp-zone .bio-slogan{position:relative;z-index:1;width:150px;height:auto;flex:none;margin-left:0;} .hopp-zone .bio-name{font-weight:800;font-size:15px;margin:0;color:var(--white);} .hopp-zone .bio-role{font-size:13px;color:var(--ink-soft);margin:2px 0 0;} .hopp-zone .faq-item{border-bottom:1px solid var(--line);padding:16px 0;} .hopp-zone .faq-item summary{cursor:pointer;font-size:15.5px;font-weight:700;color:var(--white);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;} .hopp-zone .faq-item summary::-webkit-details-marker{display:none;} .hopp-zone .faq-item summary::after{content:"+";font-size:20px;color:var(--yellow);flex:none;} .hopp-zone .faq-item[open] summary::after{content:"–";} .hopp-zone .faq-item p{font-size:14.5px;color:var(--ink-soft);margin:12px 0 0;} .hopp-zone .related{max-width:1120px;margin:56px auto 0;padding:0 24px;} .hopp-zone .related h2{font-size:21px;font-weight:800;margin:0 0 20px;color:var(--yellow);} .hopp-zone .rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;} .hopp-zone .rel-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;} .hopp-zone .rel-card img{border-radius:0;aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--line);} .hopp-zone .rel-body{padding:16px 18px;} .hopp-zone .rel-tag{font-size:11px;font-weight:800;color:var(--bg);text-transform:uppercase;background:var(--yellow);display:inline-block;padding:3px 8px;border-radius:6px;} .hopp-zone .rel-title{font-size:14.5px;font-weight:700;margin:10px 0 0;line-height:1.4;color:var(--white);} .hopp-zone footer.site{background:var(--bg);color:var(--ink-mute);margin-top:60px;border-top:1px solid var(--line);} .hopp-zone .footer-wrap{max-width:1120px;margin:0 auto;padding:30px 24px 40px;font-size:12.5px;} @media (max-width:720px){.hopp-zone h1.title{font-size:26px;} .hopp-zone .rel-grid{grid-template-columns:1fr;} .hopp-zone .pricing-cards{grid-template-columns:1fr;} .hopp-zone .team-grid{grid-template-columns:1fr;} .hopp-zone .cta{flex-direction:column;align-items:flex-start;} .hopp-zone nav.links{display:none;}}
@media (max-width:640px){
.hopp-zone h1.title{text-align:center;font-size:30px;}
.hopp-zone .hero-left{display:flex;flex-direction:column;text-align:left;}
.hopp-zone .hero-left .dek{order:3;}
.hopp-zone .hero-left .picker{order:1;}
.hopp-zone .hero-left .cta-primary{order:2;}
.hopp-zone .cta-primary{display:block !important;padding:18px 20px !important;}
.hopp-zone .cta-primary .cta-title{font-size:15px !important;}
.hopp-zone .cta-primary .cta-sub{display:block !important;margin:8px 0 0 !important;}
.hopp-zone .cta-primary .cta-sub .badge-time{display:none !important;}
.hopp-zone .cta-inline .cta-sub .badge-time{display:none !important;}
.hopp-zone .cta-primary .cta-sub > span:last-child{max-width:none !important;}
.hopp-zone .cta-primary .cta-btn{display:block !important;width:100% !important;box-sizing:border-box;text-align:center !important;margin:56px 0 0 !important;}
.hopp-zone .cta-inline{display:block !important;padding:18px 20px !important;}
.hopp-zone .cta-inline .cta-title{font-size:15px !important;}
.hopp-zone .cta-inline .cta-sub{margin:8px 0 0 !important;}
.hopp-zone .cta-inline .cta-btn{display:block !important;width:100% !important;box-sizing:border-box;text-align:center !important;margin:56px 0 0 !important;}
.hopp-zone .row-media > figure[style*="260px"]{order:-1 !important;margin-left:auto !important;margin-right:auto !important;float:none !important;}
.hopp-zone .hero-media{min-height:auto !important;padding:4px 0 !important;}
.hopp-zone .hero-grid{gap:6px !important;}
.hopp-zone .crumbs{margin-top:0 !important;}
.hopp-zone .hero-media figure.phone-frame{width:200px !important;max-width:200px !important;margin:0 auto !important;}
.hopp-zone .row-media.reverse{flex-direction:column !important;}
.hopp-zone .row-media figure.phone-frame{width:200px !important;max-width:200px !important;flex:none !important;margin:0 auto !important;}
.hopp-zone .layout{min-width:0 !important;}
.hopp-zone article{min-width:0 !important;}
.hopp-zone .row-media,.hopp-zone .row-media > *,.hopp-zone .cta,.hopp-zone .cta > *{min-width:0 !important;}
.hopp-zone .cta-btn{white-space:normal !important;}
.hopp-zone .cta{align-items:center !important;}
.hopp-zone .cta > div{text-align:center !important;}
.hopp-zone .cta > .cta-btn{margin:0 auto !important;}
.hopp-zone .cta > div .cta-sub{margin-left:auto !important;margin-right:auto !important;}
.hopp-zone table.mini-compare{min-width:0 !important;}
.hopp-zone table.mini-compare thead th{padding:8px 4px !important;font-size:10px !important;}
.hopp-zone table.mini-compare thead th.hopp-zone{font-size:11px !important;}
.hopp-zone table.mini-compare thead th.hopp-zone span{font-size:8px !important;}
.hopp-zone table.mini-compare tbody td{padding:8px 4px !important;font-size:11px !important;}
}
