/* HeberPage Frontend Module 01 */
:root{
  --hp-navy:#061b43;
  --hp-navy-2:#0b2d63;
  --hp-blue:#0868e8;
  --hp-blue-dark:#0757c3;
  --hp-cyan:#26c6e8;
  --hp-text:#10213f;
  --hp-muted:#687995;
  --hp-line:#e1e9f4;
  --hp-soft:#f4f8fe;
  --hp-white:#fff;
  --hp-green:#19a86b;
  --hp-shadow:0 18px 50px rgba(13,45,89,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--hp-text);background:#fff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
img{max-width:100%}
.hp-container{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.hp-kicker{display:inline-block;color:var(--hp-blue);font-size:12px;line-height:1;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:17px}
.hp-kicker-light{color:#69ddff}
.hp-lead{color:var(--hp-muted);font-size:17px;line-height:1.75}
.hp-lead-light{color:#c5d8f3}
.hp-inline-link{display:inline-flex;color:var(--hp-blue);font-weight:850;font-size:14px;margin-top:12px}
.hp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 22px;border:1px solid transparent;border-radius:12px;font-weight:850;transition:.2s ease}
.hp-btn:hover{transform:translateY(-2px)}
.hp-btn-small{min-height:43px;padding-inline:18px;font-size:14px}
.hp-btn-primary{color:#fff;background:linear-gradient(135deg,var(--hp-blue),var(--hp-blue-dark));box-shadow:0 12px 26px rgba(8,104,232,.25)}
.hp-btn-outline{color:var(--hp-navy);border-color:#b8c7dc;background:#fff}
.hp-btn-light{color:var(--hp-blue);background:#fff}
.hp-btn-ghost{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.04)}
.hp-btn-block{width:100%}

.hp-promo{background:linear-gradient(90deg,#061b43,#0a4b9e);color:#fff;font-size:13px}
.hp-promo-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.hp-promo-inner>div{display:flex;align-items:center;gap:9px}
.hp-promo-badge{padding:4px 8px;border-radius:20px;background:#27c9e8;color:#052449;font-size:10px;font-weight:950}
.hp-promo a{font-weight:800;color:#9fe8ff}

.hp-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--hp-line)}
.hp-nav{height:78px;display:flex;align-items:center;gap:26px}
.hp-logo{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}
.hp-logo-mark{width:38px;height:31px;display:flex;align-items:flex-end;gap:3px;position:relative}
.hp-logo-mark:after{content:"";position:absolute;left:1px;right:1px;bottom:0;height:8px;border-radius:12px;background:linear-gradient(90deg,var(--hp-blue),var(--hp-cyan))}
.hp-logo-mark i{display:block;width:9px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,var(--hp-cyan),var(--hp-blue))}
.hp-logo-mark i:nth-child(1){height:16px}
.hp-logo-mark i:nth-child(2){height:25px}
.hp-logo-mark i:nth-child(3){height:20px}
.hp-logo-text{font-size:25px;line-height:1;font-weight:900;letter-spacing:-1.5px}
.hp-logo-text b{color:var(--hp-navy)}
.hp-logo-text strong{color:var(--hp-blue)}
.hp-main-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.hp-nav-item{position:relative}
.hp-nav-link{display:flex;align-items:center;gap:5px;padding:28px 11px;border:0;background:transparent;color:#19304f;font-size:14px;font-weight:780;cursor:pointer;white-space:nowrap}
.hp-nav-link:hover{color:var(--hp-blue)}
.hp-nav-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.hp-nav-actions{display:flex;align-items:center;gap:12px}
.hp-language{font-size:13px;font-weight:900;color:var(--hp-blue)}
.hp-client-link{font-size:14px;font-weight:800;color:var(--hp-navy)}
.hp-menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px;cursor:pointer}
.hp-menu-toggle span{display:block;height:2px;background:var(--hp-navy);margin:5px 0;border-radius:5px}

.hp-mega-menu,.hp-small-menu{position:absolute;top:70px;left:50%;transform:translateX(-42%);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;background:#fff;border:1px solid var(--hp-line);box-shadow:0 24px 70px rgba(7,36,79,.16)}
.hp-mega-menu{width:730px;padding:20px;border-radius:20px;display:grid;grid-template-columns:240px 1fr;gap:18px}
.hp-small-menu{width:280px;padding:10px;border-radius:16px;transform:translateX(-36%)}
.hp-has-mega:hover .hp-mega-menu,.hp-has-dropdown:hover .hp-small-menu,.hp-nav-item.is-open .hp-mega-menu,.hp-nav-item.is-open .hp-small-menu{opacity:1;visibility:visible;pointer-events:auto}
.hp-mega-intro{padding:21px;border-radius:15px;background:linear-gradient(145deg,#061c45,#0b4a9b);color:#fff}
.hp-mega-intro h3{font-size:23px;line-height:1.15;margin:0 0 12px}
.hp-mega-intro p{font-size:13px;line-height:1.6;color:#c4d9f6;margin:0}
.hp-mega-intro .hp-inline-link{color:#73e1ff}
.hp-mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hp-mega-card,.hp-small-menu a{display:flex;gap:12px;align-items:center;padding:14px;border-radius:13px}
.hp-mega-card:hover,.hp-small-menu a:hover{background:#f1f6fd}
.hp-mega-card .hp-icon,.hp-small-menu>a>span{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;background:#eaf4ff;color:var(--hp-blue);font-weight:900}
.hp-mega-card b,.hp-mega-card small,.hp-small-menu b,.hp-small-menu small{display:block}
.hp-mega-card b,.hp-small-menu b{font-size:14px;color:var(--hp-navy)}
.hp-mega-card small,.hp-small-menu small{font-size:12px;color:var(--hp-muted);margin-top:4px}

.hp-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 83% 18%,rgba(38,198,232,.23),transparent 29%),linear-gradient(135deg,#06183b 0%,#0b2e68 58%,#0877d8 100%)}
.hp-hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hp-orb-one{width:390px;height:390px;right:-160px;top:-120px;background:rgba(64,210,255,.12)}
.hp-orb-two{width:250px;height:250px;left:-120px;bottom:-110px;background:rgba(30,122,255,.16)}
.hp-hero-grid{position:relative;min-height:690px;display:grid;grid-template-columns:1.08fr .92fr;gap:75px;align-items:center;padding-block:78px}
.hp-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:1.8px;font-weight:900;color:#7ce5ff;margin-bottom:18px}
.hp-hero h1{font-size:64px;line-height:1.01;letter-spacing:-3.5px;margin:0 0 23px;max-width:670px}
.hp-hero h1 span{display:block;color:#43ceff}
.hp-hero-copy>p{max-width:660px;font-size:18px;line-height:1.72;color:#c5d8f3;margin:0}
.hp-hero-actions{display:flex;gap:12px;margin-top:28px}
.hp-domain-search{display:grid;grid-template-columns:1fr 90px 145px;margin-top:31px;padding:7px;background:#fff;border-radius:15px;box-shadow:0 18px 50px rgba(0,0,0,.24)}
.hp-domain-field{display:flex;align-items:center}
.hp-domain-field span{padding-left:15px;color:#8a9ab2}
.hp-domain-field input{min-width:0;width:100%;height:52px;border:0;outline:0;padding:0 8px;color:#203653;background:#fff}
.hp-domain-search select{height:52px;border:0;border-left:1px solid #dce5f1;outline:0;padding:0 12px;background:#fff;color:#203653}
.hp-domain-search button{border:0;border-radius:10px;background:var(--hp-blue);color:#fff;font-weight:900;cursor:pointer}
.hp-domain-prices{display:flex;flex-wrap:wrap;gap:20px;color:#c8daf2;font-size:13px;margin:14px 5px 27px}
.hp-domain-prices b{color:#fff}
.hp-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.hp-trust-row div{padding-left:12px;border-left:2px solid rgba(81,213,255,.5)}
.hp-trust-row strong,.hp-trust-row span{display:block}
.hp-trust-row strong{font-size:14px;color:#fff}
.hp-trust-row span{font-size:11px;color:#bfd3ee;margin-top:3px}

.hp-hero-visual{position:relative;height:510px;display:grid;place-items:center}
.hp-visual-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(49,219,255,.35),transparent 64%)}
.hp-cloud-shape{position:absolute;width:390px;height:170px;border-radius:100px;background:rgba(255,255,255,.055);top:95px;filter:blur(.2px)}
.hp-cloud-shape:before,.hp-cloud-shape:after{content:"";position:absolute;border-radius:50%;background:inherit}
.hp-cloud-shape:before{width:180px;height:180px;left:55px;top:-70px}
.hp-cloud-shape:after{width:145px;height:145px;right:50px;top:-48px}
.hp-server-rack{position:relative;width:350px;padding:38px 25px 28px;border-radius:28px;background:linear-gradient(155deg,#07162e,#0b2c5c);border:1px solid rgba(93,213,255,.4);box-shadow:0 42px 80px rgba(0,0,0,.4);transform:perspective(900px) rotateY(-7deg) rotateX(2deg)}
.hp-server-top{position:absolute;top:0;left:0;right:0;height:39px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#8edfff;font-size:11px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.12)}
.hp-server-top i{width:8px;height:8px;border-radius:50%;background:#28dc8a;box-shadow:0 0 13px #28dc8a}
.hp-server-unit{height:90px;margin:12px 0;border-radius:14px;display:flex;align-items:center;gap:10px;padding:17px;background:linear-gradient(180deg,#163f77,#0b2349);border:1px solid #2c5e98;box-shadow:inset 0 1px rgba(255,255,255,.1)}
.hp-server-unit i{width:9px;height:9px;border-radius:50%;background:#4ce0ff;box-shadow:0 0 10px #4ce0ff}
.hp-server-unit span{margin-left:8px;width:132px;height:10px;border-radius:10px;background:repeating-linear-gradient(90deg,#5d7da5 0 8px,transparent 8px 13px)}
.hp-server-unit b{margin-left:auto;color:#84dfff;font-size:11px}
.hp-server-base{position:absolute;height:15px;left:25px;right:25px;bottom:-14px;border-radius:0 0 18px 18px;background:#06142b}
.hp-shield{position:absolute;right:55px;bottom:60px;width:88px;height:100px;display:grid;place-items:center;font-size:42px;font-weight:950;background:linear-gradient(145deg,#2bd5e9,#0874ed);clip-path:polygon(50% 0,100% 18%,92% 76%,50% 100%,8% 76%,0 18%);filter:drop-shadow(0 18px 19px rgba(0,0,0,.32))}
.hp-floating-card{position:absolute;display:flex;align-items:center;gap:11px;padding:13px 16px;border-radius:14px;background:rgba(255,255,255,.96);color:var(--hp-text);box-shadow:0 18px 35px rgba(0,0,0,.22)}
.hp-floating-card b,.hp-floating-card small{display:block}
.hp-floating-card b{font-size:13px}
.hp-floating-card small{font-size:11px;color:var(--hp-muted);margin-top:2px}
.hp-float-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e5f5ff;color:var(--hp-blue);font-weight:900}
.hp-card-uptime{left:5px;top:83px}
.hp-card-support{right:-5px;top:155px}

.hp-service-strip{position:relative;z-index:4;margin-top:-25px}
.hp-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hp-service-card{display:flex;gap:14px;padding:24px 20px;border-radius:17px;background:#fff;border:1px solid var(--hp-line);box-shadow:var(--hp-shadow);transition:.2s}
.hp-service-card:hover{transform:translateY(-4px);border-color:#bdd9fb}
.hp-service-icon{width:46px;height:46px;border-radius:13px;background:#eaf4ff;color:var(--hp-blue);display:grid;place-items:center;flex:0 0 auto;font-weight:900}
.hp-service-card h3{font-size:16px;margin:0 0 6px}
.hp-service-card p{font-size:13px;line-height:1.5;color:var(--hp-muted);margin:0 0 8px}
.hp-service-card b{font-size:12px;color:var(--hp-blue)}

.hp-section{padding:100px 0}
.hp-section-soft{background:var(--hp-soft)}
.hp-section-head{text-align:center;max-width:780px;margin:0 auto}
.hp-section h2{font-size:46px;line-height:1.12;letter-spacing:-2px;margin:0 0 17px}
.hp-section-head p{font-size:17px;line-height:1.7;color:var(--hp-muted);margin:0}
.hp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;align-items:stretch}
.hp-price-card{position:relative;padding:32px;border:1px solid var(--hp-line);border-radius:23px;background:#fff;box-shadow:0 12px 36px rgba(13,52,96,.07)}
.hp-price-card.hp-featured{border:2px solid var(--hp-blue);transform:translateY(-12px);box-shadow:0 25px 55px rgba(8,104,232,.16)}
.hp-popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);white-space:nowrap;padding:7px 17px;border-radius:20px;background:var(--hp-blue);color:#fff;font-size:11px;font-weight:950}
.hp-plan-icon{width:50px;height:50px;border-radius:14px;background:#eaf4ff;color:var(--hp-blue);display:grid;place-items:center;font-weight:950}
.hp-price-card h3{font-size:25px;margin:20px 0 7px}
.hp-price-card>p{color:var(--hp-muted);line-height:1.6;margin:0}
.hp-price{display:flex;align-items:end;gap:8px;margin:21px 0}
.hp-price strong{font-size:50px;line-height:1;letter-spacing:-2px;color:var(--hp-navy)}
.hp-price span{font-size:12px;color:var(--hp-muted);margin-bottom:6px}
.hp-price-card ul{list-style:none;padding:0;margin:25px 0;display:grid;gap:13px;color:#50617b;font-size:14px}
.hp-price-card li:before{content:"✓";color:var(--hp-green);font-weight:900;margin-right:9px}

.hp-split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.hp-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:29px}
.hp-feature-grid div{padding:20px;border:1px solid var(--hp-line);border-radius:15px;background:#fff}
.hp-feature-grid span{font-size:24px}
.hp-feature-grid b,.hp-feature-grid small{display:block}
.hp-feature-grid b{font-size:15px;margin-top:10px}
.hp-feature-grid small{font-size:12px;line-height:1.55;color:var(--hp-muted);margin-top:6px}
.hp-stats-panel{display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:28px;border-radius:27px;background:linear-gradient(145deg,#071d46,#0b4d9e);box-shadow:0 30px 65px rgba(6,32,76,.25)}
.hp-stats-panel div{min-height:145px;display:grid;place-content:center;text-align:center;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.06)}
.hp-stats-panel strong,.hp-stats-panel span{display:block}
.hp-stats-panel strong{font-size:34px;color:#fff}
.hp-stats-panel span{font-size:12px;color:#b7d8fb;margin-top:6px}

.hp-dark-section{color:#fff;background:linear-gradient(135deg,#061a3f,#0b3978)}
.hp-check-list{list-style:none;padding:0;margin:27px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:14px;color:#d6e6fa}
.hp-check-list li:before{content:"✓";color:#57e0ff;font-weight:900;margin-right:9px}
.hp-map-card{position:relative;height:390px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:radial-gradient(circle at 44% 50%,rgba(38,198,232,.18),transparent 30%),rgba(255,255,255,.05)}
.hp-map-grid{position:absolute;inset:35px;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:35px 35px;border-radius:15px}
.hp-map-card:after{content:"";position:absolute;inset:55px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300' viewBox='0 0 600 300'%3E%3Cpath fill='%235b8fc7' fill-opacity='.38' d='M54 92l52-45 77 16 35 51 56 7 29-26 84 16 70-23 79 42-18 59-50 17-27 44-89 5-74-28-61 21-54-35-67 4-42-48z'/%3E%3C/svg%3E") center/contain no-repeat}
.hp-map-dot{position:absolute;z-index:2;width:16px;height:16px;border-radius:50%;background:#37d9f2;box-shadow:0 0 0 8px rgba(55,217,242,.14),0 0 24px #37d9f2}
.hp-dot-ma{left:39%;top:60%}
.hp-dot-fr{left:51%;top:35%}
.hp-dot-de{left:59%;top:32%}
.hp-map-card label{position:absolute;z-index:2;font-size:11px;color:#d4f5ff}
.hp-label-ma{left:34%;top:67%}
.hp-label-fr{left:46%;top:27%}
.hp-label-de{left:57%;top:23%}

.hp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin-top:43px}
.hp-testimonials blockquote{margin:0;padding:28px;border:1px solid var(--hp-line);border-radius:19px;background:#fff;box-shadow:0 10px 30px rgba(17,52,91,.06)}
.hp-stars{color:#ffb028;letter-spacing:2px}
.hp-testimonials p{font-size:16px;line-height:1.7;color:#3e506c}
.hp-testimonials footer b,.hp-testimonials footer span{display:block}
.hp-testimonials footer b{font-size:13px;color:var(--hp-navy)}
.hp-testimonials footer span{font-size:11px;color:var(--hp-muted);margin-top:3px}

.hp-faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:75px}
.hp-faq-list{display:grid;gap:12px}
.hp-faq-list details{padding:20px 22px;border:1px solid var(--hp-line);border-radius:15px;background:#fff}
.hp-faq-list summary{cursor:pointer;font-weight:850;color:var(--hp-navy)}
.hp-faq-list p{color:var(--hp-muted);line-height:1.65;margin:14px 0 0}

.hp-cta{padding:72px 0;color:#fff;background:linear-gradient(100deg,#0870e9,#19b7d9)}
.hp-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.hp-cta h2{max-width:720px;font-size:39px;line-height:1.15;margin:0}
.hp-cta-actions{display:flex;gap:12px;flex:0 0 auto}

.hp-footer{padding:75px 0 25px;color:#a9bdd9;background:#04132f}
.hp-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:42px}
.hp-logo-light .hp-logo-text b,.hp-logo-light .hp-logo-text strong{color:#fff}
.hp-footer-brand>p{max-width:320px;line-height:1.75}
.hp-footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hp-footer-badges span{padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:20px;font-size:11px}
.hp-footer h4{color:#fff;margin:0 0 18px}
.hp-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px;font-size:13px}
.hp-footer a:hover{color:#fff}
.hp-footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:48px;padding-top:23px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}

@media(max-width:1080px){
  .hp-main-nav{gap:0}
  .hp-nav-link{padding-inline:7px;font-size:13px}
  .hp-client-link{display:none}
}
@media(max-width:940px){
  .hp-menu-toggle{display:block;margin-left:auto}
  .hp-nav-actions{display:none}
  .hp-main-nav{position:absolute;top:77px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:16px 20px 24px;background:#fff;border-bottom:1px solid var(--hp-line);box-shadow:0 18px 35px rgba(8,35,74,.1)}
  body.hp-menu-open .hp-main-nav{display:flex}
  .hp-nav-item{width:100%}
  .hp-nav-link{width:100%;justify-content:space-between;padding:14px 8px}
  .hp-mega-menu,.hp-small-menu{position:static;width:100%;transform:none;display:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;margin:2px 0 10px}
  .hp-nav-item.is-open .hp-mega-menu,.hp-nav-item.is-open .hp-small-menu{display:grid}
  .hp-mega-menu{grid-template-columns:1fr}
  .hp-mega-intro{display:none}
  .hp-hero-grid,.hp-split,.hp-faq-layout{grid-template-columns:1fr}
  .hp-hero-grid{padding-block:70px}
  .hp-hero-visual{height:450px}
  .hp-service-grid{grid-template-columns:1fr 1fr}
  .hp-pricing-grid,.hp-testimonials{grid-template-columns:1fr}
  .hp-price-card.hp-featured{transform:none}
  .hp-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .hp-container{width:min(100% - 26px,1200px)}
  .hp-promo{display:none}
  .hp-nav{height:68px}
  .hp-main-nav{top:67px}
  .hp-logo-text{font-size:22px}
  .hp-hero-grid{min-height:auto;padding-block:58px}
  .hp-hero h1{font-size:45px;letter-spacing:-2.3px}
  .hp-hero-copy>p{font-size:16px}
  .hp-hero-actions{flex-direction:column}
  .hp-domain-search{grid-template-columns:1fr 78px}
  .hp-domain-search button{grid-column:1/-1;height:50px;margin-top:6px}
  .hp-trust-row{grid-template-columns:1fr 1fr}
  .hp-hero-visual{height:365px}
  .hp-server-rack{width:285px}
  .hp-server-unit span{width:82px}
  .hp-card-uptime{left:0;top:55px}
  .hp-card-support{right:0;top:120px}
  .hp-shield{right:24px;bottom:40px}
  .hp-service-grid,.hp-feature-grid,.hp-stats-panel,.hp-footer-grid{grid-template-columns:1fr}
  .hp-section{padding:74px 0}
  .hp-section h2{font-size:36px}
  .hp-check-list{grid-template-columns:1fr}
  .hp-cta-inner,.hp-footer-bottom{flex-direction:column;align-items:flex-start}
  .hp-cta-actions{width:100%;flex-direction:column}
  .hp-cta-actions .hp-btn{width:100%}
  .hp-footer-bottom{gap:8px}
}
