:root{--brand-500: #2A6EBB;--brand-200: #AAC5E4;--brand-100: #EEF6FF;--white: #FFFFFF;--black: #000000;--grey-700: #727272;--grey-300: #D8D8D8;--grey-200: #E5E5E5;--grey-100: #F5F5F5;--radius-card: 24px;--radius-pill: 999px;--container: 1344px;--container-narrow: 1002px;--gutter: 10px;--font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--black);background:var(--white);line-height:1.3;-webkit-font-smoothing:antialiased}body:has(.site-footer){display:flex;flex-direction:column;min-height:100vh}body:has(.site-footer) .site-footer{margin-top:auto}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.container.narrow{max-width:calc(var(--container-narrow) + var(--gutter)*2)}section{padding:64px 0}.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 24px;border-radius:var(--radius-pill);font-weight:500;font-size:16px;white-space:nowrap;transition:opacity .2s,background .2s}.btn-primary{background:var(--brand-500);color:var(--white)}.btn-primary:hover{opacity:.92}.btn-outline{background:transparent;color:var(--brand-500);border:1.5px solid var(--brand-500)}.btn-white{background:var(--white);color:var(--brand-500);border:1px solid var(--brand-500)}.btn-block{width:100%}.site-header{padding:24px 0;background:var(--white);position:sticky;top:0;z-index:50}.site-header .row{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{width:64px;height:64px;border-radius:50%;background:var(--brand-500);color:var(--white);display:grid;place-items:center;font-weight:600;position:relative}.logo .ml{font-size:18px;line-height:1;text-align:center;letter-spacing:-.5px}.logo .plus{position:absolute;top:8px;right:8px;width:14px;height:14px;font-size:12px;display:grid;place-items:center;color:var(--white)}.nav{display:flex;gap:40px}.nav a{font-size:16px;color:var(--black)}.nav a:hover{color:var(--brand-500)}.hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center}.hamburger span{display:block;width:22px;height:2px;background:var(--black);position:relative}.hamburger span:before,.hamburger span:after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--black)}.hamburger span:before{top:-7px}.hamburger span:after{top:7px}.mobile-menu{display:none;position:fixed;inset:0;background:var(--white);z-index:100;padding:24px 16px;flex-direction:column;gap:32px}.mobile-menu.open{display:flex}.mobile-menu .top{display:flex;justify-content:space-between;align-items:center}.mobile-menu .close{width:40px;height:40px;display:grid;place-items:center;font-size:24px;color:var(--black)}.mobile-menu nav{display:flex;flex-direction:column;gap:24px;padding-top:80px}.mobile-menu nav a{font-size:32px;font-weight:500;color:var(--black)}.mobile-menu nav a.disabled{color:var(--grey-300)}.mobile-menu .cta-row{margin-top:auto;padding-top:32px;padding-bottom:32px}.hero{padding-top:32px;padding-bottom:32px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.85fr);gap:clamp(24px,4vw,64px);align-items:center}.hero-rating{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500}.hero-copy{max-width:490px;width:100%;min-width:0;display:flex;flex-direction:column;align-items:center}.stars{color:#000;font-size:16px;letter-spacing:2px}.hero h1{font-size:clamp(40px,6vw,72px);font-weight:600;line-height:1.1;margin:16px 0 24px;text-align:center;overflow-wrap:break-word}.hero-desc{color:var(--grey-700);font-size:18px;max-width:460px;margin:0 0 32px;text-align:center}.hero-image{max-width:831px;width:100%;min-width:0;height:auto}.hero-image img{max-width:100%;height:auto;display:block}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:64px 0 16px;text-align:center;align-items:center;justify-items:center}.trust-row .item{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:166px;width:100%}.trust-icon{width:96px;height:96px;background:var(--white);border-radius:16px;display:grid;place-items:center;color:var(--grey-700);font-size:11px;border:1px dashed var(--grey-300)}.trust-row .item img{max-width:132px;width:100%;height:auto;aspect-ratio:1/1}.trust-row .label{font-size:16px}.section-title{font-size:48px;font-weight:600;margin-top:0}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;height:600px}.why-col{display:grid;gap:24px;height:100%;min-height:0}.why-col--top-fixed{grid-template-rows:328px 1fr}.why-col--bottom-fixed{grid-template-rows:1fr 328px}.why-card{background:var(--brand-100);border-radius:var(--radius-card);padding:24px;position:relative;overflow:hidden;height:100%;min-height:0;display:flex;flex-direction:column}.why-card.dark{background:var(--brand-500);color:var(--white)}.why-content{display:flex;flex-direction:column;gap:8px}.why-card .why-title{font-size:24px;font-weight:500;margin:0;line-height:1.3}.why-card .why-text{font-size:16px;line-height:1.4;color:var(--grey-700);margin:0}.why-card.dark .why-text{color:#ffffffd9}.why-tall .why-bottle{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:60%;max-width:180px;pointer-events:none}.why-tall .why-bottle img{width:100%;height:auto;display:block}.forumla-card{align-items:center;justify-content:flex-end;gap:48px}.forumla-card .why-content{width:100%;align-items:flex-start}.pill-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.pill{border:1px solid #000;border-radius:12px;padding:8px 12px;font-size:14px;text-align:center;min-width:64px;line-height:1.2}.pill.dark{background:var(--black);color:var(--white);border-color:var(--black)}.why-card .ph-img{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:270px;pointer-events:none}.why-card .ph-img img{width:100%;height:auto;display:block}.why-card .avatars{display:flex;align-items:center;justify-content:center;width:100%}.align-center{gap:48px;justify-content:center}.why-card .avatars img{height:72px;width:auto;max-width:100%;display:block;object-fit:contain}.howto-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.howto-title{display:flex;align-items:center;gap:16px}.howto-title img{width:20px;height:auto}.howto-intro{color:var(--grey-700);font-size:16px;margin:16px 0 32px;max-width:420px}.steps{display:grid;gap:16px}.step{display:flex;align-items:center;gap:24px}.step-num{width:40px;height:40px;border:1.5px dashed #000;border-radius:50%;display:grid;place-items:center;font-size:20px;font-weight:500;color:#000;flex-shrink:0}.step-text{font-size:20px}.howto-images{display:grid;grid-template-columns:1fr 1fr;gap:16px}.compare{display:grid;grid-template-columns:1fr 1fr 1fr;position:relative}.compare-head{grid-column:1 / 2;padding-top:8px}.compare-head h2{font-size:48px;font-weight:600;margin:0 0 24px;letter-spacing:-.5px}.compare-head .vs{color:var(--brand-500)}.col-mino,.col-comp{display:flex;flex-direction:column;align-items:center;padding:32px 16px;position:relative}.col-mino{background:var(--brand-500);color:var(--white);border-radius:var(--radius-card) var(--radius-card) 0 0}.col-mino .bottle,.col-comp .bottle{width:40px;height:120px;display:grid;place-items:center}.col-mino .name,.col-comp .name{margin-top:12px;font-size:24px;font-weight:700}.col-comp{color:var(--black)}.compare-row{display:contents}.compare-row>div{padding:24px 16px;border-top:1px solid var(--grey-200);display:flex;align-items:center;font-size:16px}.compare-row>div:first-child{font-weight:600}.compare-row .cell-mino{background:var(--brand-500);color:var(--white);justify-content:center;border-top-color:#fff3}.compare-row .cell-comp{justify-content:center}.compare-row:last-child .cell-mino{border-radius:0 0 var(--radius-card) var(--radius-card)}.check,.xmark{font-size:18px}.xmark{color:var(--grey-700)}.tl-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.tl-head h2{font-size:40px;font-weight:600;margin:0}.tl-arrows{display:flex;gap:8px}.tl-arrow{width:40px;height:40px;display:grid;place-items:center}.tl-arrow:hover{background:var(--grey-100)}.tl-arrow:disabled{opacity:.3;cursor:not-allowed}.tl-viewport{overflow:hidden;border-radius:var(--radius-card)}.tl-track{display:flex;transition:transform .5s cubic-bezier(.2,.7,.3,1)}.tl-slide{flex:0 0 100%;display:grid;grid-template-columns:minmax(0,489px) minmax(0,1fr);gap:32px;align-items:start;padding:0 4px}.tl-kg{font-size:104px;line-height:1;font-weight:400;margin:0;letter-spacing:-2px}.tl-sub{color:var(--grey-700);margin:8px 0 24px}.tl-quote{font-size:16px;line-height:1.5;color:var(--black);margin:16px 0 0}.tl-tags{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.tl-tag{background:var(--brand-100);color:var(--brand-500);padding:6px 12px;border-radius:8px;font-size:13px}.tl-author{display:flex;align-items:center;gap:12px;margin-top:24px}.tl-author img{width:48px;height:48px;aspect-ratio:1/1}.tl-author .name{font-size:14px}.tl-photo{aspect-ratio:16 / 10;display:grid;place-items:center}.doctor-quote{text-align:center}.doctor-quote .qm{color:var(--brand-500);font-size:120px;line-height:100%;line-height:17%}.doctor-quote blockquote{font-size:40px;font-weight:500;color:var(--brand-500);margin:0}.doctor-quote .who{display:inline-flex;align-items:center;gap:12px;margin-top:24px}.doctor-quote .who .info{text-align:left}.doctor-quote .who .name{font-size:16px;color:var(--brand-500);font-weight:600}.doctor-quote .who .role{font-size:14px;color:var(--brand-500)}.doctor-image{width:80px;height:auto}.ticker{overflow:hidden;padding:16px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.ticker-track{display:flex;align-items:center;gap:64px;animation:ticker 60s linear infinite;width:max-content}.ticker-track img{height:32px;width:auto;flex-shrink:0;display:block;object-fit:contain}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.real,.real .section-title{text-align:center}.real-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.real-card .ph-img{aspect-ratio:4 / 5;border-radius:12px;margin-bottom:16px}.real-card .name{font-weight:500;margin-bottom:8px}.real-card .quote{color:var(--grey-700);font-size:14px;line-height:1.5;margin-bottom:12px}.real-card .stars{height:20px;width:auto;margin:auto}.real-card .stars img{margin:auto}.real-carousel{display:none}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.faq-img{aspect-ratio:1 / 1.05;display:grid;place-items:end center;padding-bottom:24px;align-items:start}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--grey-200);border-radius:16px;padding:20px 24px}.faq-q{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:500;cursor:pointer;list-style:none}.faq-q::-webkit-details-marker{display:none}.faq-toggle{width:24px;height:24px;display:grid;place-items:center;font-size:20px;color:var(--black);flex-shrink:0}.faq-a{margin-top:12px;color:var(--grey-700);font-size:14px;line-height:1.5}.faq-item[open] .faq-toggle:before{content:"−"}.faq-item:not([open]) .faq-toggle:before{content:"+"}.banner{background-image:url(https://img.getminoplus.com/home/lastsection_background.webp);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:var(--radius-card);padding:48px;color:var(--white);display:flex;gap:32px;align-items:center;position:relative;overflow:hidden}.banner-tags{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.banner-tag{background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:6px 14px;border-radius:var(--radius-pill);font-size:13px}.banner-eyebrow{font-size:12px;letter-spacing:2px;opacity:.85;margin-bottom:12px}.banner-title{font-size:40px;font-weight:600;line-height:1.1;margin:0 0 24px}.banner-right{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.banner-left{max-width:458px;width:100%}.banner-bottles{aspect-ratio:1 / 1;border-radius:16px;display:grid;place-items:center;max-width:200px;width:100%;height:auto}.banner-stat{background:var(--brand-100);color:var(--black);border-radius:16px;padding:20px}.banner-stat .num{display:flex;align-items:center;gap:8px;font-size:40px;font-weight:600;color:var(--brand-500);margin-bottom:8px}.banner-stat .arrow{width:24px;height:24px;border:1.5px solid var(--brand-500);border-radius:50%;display:grid;place-items:center;font-size:14px}.banner-stat .stat-title{font-weight:600;margin-bottom:6px;font-size:15px}.banner-stat .stat-text{font-size:13px;color:var(--grey-700)}.site-footer{background:var(--brand-500);color:var(--white);padding:32px 0 24px;margin-top:64px}.footer-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding-bottom:32px;font-size:14px}.footer-mail{display:flex;align-items:center;gap:8px}.footer-links{display:flex;gap:32px;justify-content:center}.footer-brand{display:flex;align-items:center;gap:24px;padding:16px 0}.footer-brand img{max-width:300px;width:100%}.footer-brand .name{font-size:64px;font-weight:700;letter-spacing:-1px}.footer-brand .plus{width:56px;height:56px;background:var(--white);color:var(--brand-500);border-radius:50%;display:grid;place-items:center;font-size:32px;font-weight:700}.footer-brand .tagline{font-size:22px}.footer-disclaimer{font-size:11px;opacity:.8;text-align:center;max-width:1100px;margin:16px auto 0;line-height:1.5}@media(max-width:768px){:root{--gutter: 16px}section{padding:40px 0}.site-header{padding:16px 0}.site-header .nav,.site-header .btn{display:none}.hamburger{display:inline-flex}.logo{width:48px;height:48px}.logo .ml{font-size:14px}.hero{padding-top:0}.hero-grid{grid-template-columns:1fr;gap:24px;text-align:center}.hero-image{order:-1;aspect-ratio:831 / 500;border-radius:16px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-rating{justify-content:center;gap:16px}.hero-copy{max-width:none;gap:16px}.hero h1{font-size:40px;margin:0;line-height:1.3}.hero-desc{font-size:16px;color:var(--black);margin:0 auto;max-width:none;line-height:1.3}.hero-copy .btn{width:100%;margin-top:16px;font-size:18px;font-weight:600}.trust-row{grid-template-columns:repeat(2,1fr);gap:40px;padding:16px 0 0;align-items:start;justify-items:stretch}.trust-row .item{gap:8px;max-width:none;align-items:center}.trust-row .item img{max-width:100px}.trust-row .label{font-size:16px;font-weight:500}.real-title-mobile{font-size:28px;text-align:left}.real .section-title{display:none}.section-title{font-size:32px}.why-grid{grid-template-columns:1fr;gap:24px;height:auto}.why-col,.why-col--top-fixed,.why-col--bottom-fixed{grid-template-rows:auto auto;height:auto;gap:24px}.why-card{height:auto;min-height:235px;padding:24px;border-radius:16px}.why-tall{min-height:420px}.why-card .why-title{font-size:24px;font-weight:500}.why-card .why-text{font-size:16px}.forumla-card{gap:24px}.pill{border-radius:8px;padding:8px;font-size:18px;font-weight:500;line-height:1.2;min-width:64px}.why-card .avatars img{height:72px}.align-center{gap:24px}.howto-grid{grid-template-columns:1fr;gap:24px}.howto-title img{width:21px;height:auto}.howto-intro{max-width:none;font-size:16px;margin:16px 0 24px}.step{gap:16px}.step-num{width:40px;height:40px;font-size:20px}.step-text{font-size:18px;font-weight:500}.howto-images{gap:8px}.howto-images .ph-img{aspect-ratio:174.594 / 146.232;border-radius:12px;overflow:hidden}.howto-images .ph-img img{width:100%;height:100%;object-fit:cover}.compare{display:none}.compare-mobile{display:block}.compare-mobile-title{font-size:32px;font-weight:600;letter-spacing:-.5px;margin:0 0 24px;line-height:1.3}.compare-mobile-title .vs{color:var(--brand-500)}.compare-mobile-buy{width:100%;margin-bottom:48px;font-size:18px;font-weight:600;height:48px}.cmp-table{display:grid;grid-template-columns:minmax(0,149fr) minmax(0,99fr) minmax(0,99fr);position:relative;width:100%;max-width:100%;overflow:hidden}.cmp-mino-bg{grid-column:2;grid-row:1 / -1;background:var(--brand-500);border-radius:var(--radius-card) var(--radius-card) 0 0;z-index:0}.last{border-radius:0 0 24px 24px}.cmp-table>*:not(.cmp-mino-bg){position:relative;z-index:1}.cmp-spacer{grid-column:1;grid-row:1}.cmp-mhead,.cmp-chead{grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;padding:14px 8px}.cmp-mhead{grid-column:2;color:var(--white)}.cmp-chead{grid-column:3;color:var(--black)}.cmp-mhead .bottle,.cmp-chead .bottle{width:18px;height:56px;display:grid;place-items:center;background:none}.cmp-mhead .bottle img,.cmp-chead .bottle img{width:100%;height:100%;object-fit:contain}.cmp-mhead strong,.cmp-chead strong{font-size:14px;font-weight:700}.cmp-l,.cmp-m,.cmp-c{padding:10px 4px;font-size:10px;display:flex;align-items:center;border-top:1px solid var(--grey-300);line-height:1.3}.cmp-l{font-weight:600;padding-left:0;padding-right:8px}.cmp-m{color:var(--white);justify-content:center;border-top-color:#fff3;font-weight:500;background-color:var(--brand-500)}.cmp-c{justify-content:center;color:var(--black);font-weight:500}.tl-head h2{font-size:32px;max-width:none;line-height:1.3;font-weight:600}.tl-arrow{width:44px;height:44px}.tl-slide{grid-template-columns:1fr;gap:24px}.tl-photo{order:-1;aspect-ratio:auto;height:217px;border-radius:16px;overflow:hidden}.tl-photo img{width:100%;height:100%;object-fit:cover}.tl-kg{font-size:40px;font-weight:400;line-height:1.3;letter-spacing:0}.tl-sub{font-size:16px;color:var(--black);margin:8px 0 0}.tl-quote{font-size:18px;line-height:1.3;margin:16px 0 0}.tl-tag{background:var(--brand-100);color:var(--black);padding:8px;border-radius:8px;font-size:14px;font-weight:400}.tl-author .name{font-size:16px;font-weight:500}.doctor-quote blockquote{font-size:24px;font-weight:500}.doctor-quote .qm{font-size:80px}.doctor-quote .who{gap:16px}.doctor-image{width:64px;height:64px;border-radius:50%;object-fit:cover}.doctor-quote .who .name{font-size:16px;font-weight:600}.doctor-quote .who .role{font-size:14px;font-weight:500}.ticker-track{gap:24px}.ticker-track img{height:28px}.real-grid{display:none}.real-carousel{display:block}.real-carousel .tl-head h2{font-size:32px;max-width:none}.real-carousel .real-card{text-align:center;padding:0}.real-carousel .real-card .ph-img{aspect-ratio:1 / 1.1;margin-bottom:16px;border-radius:16px;overflow:hidden}.real-carousel .real-card .ph-img img{width:100%;height:100%;object-fit:cover}.real-carousel .real-card .name{font-size:16px;font-weight:500;margin-bottom:8px}.real-carousel .real-card .quote{font-size:16px;color:var(--black);line-height:1.3;margin-bottom:16px}.real-carousel .real-card .stars{display:block;text-align:center}.faq-grid{grid-template-columns:1fr;gap:48px}.faq-img{aspect-ratio:361 / 284;border-radius:9px;overflow:hidden;padding-bottom:0}.faq-img img{width:100%;height:100%;object-fit:cover}.faq-list{gap:16px}.faq-item{padding:16px;border-radius:16px}.faq-q{font-size:18px;font-weight:500}.faq-toggle{width:32px;height:32px;font-size:28px}.faq-a{font-size:16px;color:var(--black);margin-top:16px}.banner{background-image:url(https://img.getminoplus.com/home/lastsection_background_mobile.webp);flex-direction:column;padding:40px 16px;text-align:left;gap:40px;align-items:stretch}.banner-left{max-width:none}.banner-tags{justify-content:stretch;gap:8px;margin-bottom:24px;align-items:center}.banner-tag{background:transparent;border:1px solid var(--white);flex:1;padding:8px 16px;font-size:14px;font-weight:500;text-align:center}.banner-eyebrow{font-size:16px;font-weight:500;letter-spacing:0;opacity:1;margin-bottom:8px;text-transform:none}.banner-title{font-size:32px;font-weight:600;line-height:1.3;margin-bottom:32px}.banner-right{grid-template-columns:1fr;gap:24px}.banner-bottles{aspect-ratio:auto;max-width:150px;height:auto;margin:0 auto}.banner-bottles img{width:100%;height:auto}.banner-stat{padding:24px;border-radius:16px}.banner-stat .num{font-size:48px;font-weight:500;gap:16px}.banner-stat .arrow{width:32px;height:32px;font-size:18px}.banner-stat .stat-title{font-size:18px;font-weight:600;margin-bottom:8px}.banner-stat .stat-text{font-size:14px;color:var(--black)}.banner .btn{width:100%;font-size:18px;font-weight:600}.site-footer{padding:40px 0}.footer-top{grid-template-columns:1fr;text-align:left;gap:24px;padding-bottom:40px;font-size:16px}.footer-mail{font-size:16px;gap:8px}.footer-links{justify-content:flex-start;gap:24px;font-size:16px}.footer-top .btn{width:100%;font-size:18px;font-weight:600}.footer-brand{padding:0 0 40px;flex-direction:column;align-items:flex-start;gap:16px}.footer-brand img{max-width:240px}.footer-brand .tagline{flex-basis:100%;font-size:24px;font-weight:500;margin-top:0;text-align:left}.footer-disclaimer{text-align:center;font-size:12px;color:var(--brand-200);opacity:1}.natural-image{max-width:180px!important}.why-bottle{max-width:120px!important}}@media(min-width:769px){.compare-mobile{display:none}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;overflow-y:auto}.modal__content,.modal-content{background-color:#fff;border:1px solid #E0E0E0;margin:5% auto;padding:20px;border-radius:8px;width:100%;max-width:1050px;overflow-y:auto;position:relative}.modal__close,.modal-close{position:absolute;right:15px;top:10px;font-size:32px;font-weight:700;cursor:pointer;z-index:1;color:#333;line-height:1;background:none;border:none;padding:0}.modal__close:hover,.modal-close:hover{color:#000}.modal__title{color:#000;font-family:Poppins,sans-serif;font-size:40px;font-weight:800;line-height:120%;margin-bottom:16px;padding-right:40px}.modal__body h2{color:#000;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:150%;margin-bottom:16px}.modal__body p{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:150%;margin-bottom:20px}.modal__body a{color:#0d40ff}.modal__body ul{margin:0 0 20px 20px;padding:0}.modal__body li{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:150%;margin-bottom:4px}.modal--terms .modal__body p,.modal--terms .modal__body h2{font-size:12px;line-height:130%}.modal--terms .modal__body ul{margin:0 0 20px 20px;padding:0}.modal--terms .modal__body li{font-size:12px;line-height:150%;margin-bottom:4px}.date{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:120%}@media(max-width:480px){.modal__content{width:90%}.modal__title{font-size:30px}.modal__body h2{font-size:20px}.modal__body p{font-size:14px}}.error-modal{display:none;justify-content:center;align-items:center}.error-modal__content{text-align:center;max-width:400px;padding:30px}.error-modal__icon{font-size:48px;margin-bottom:16px}.error-modal__title{color:#e81b23;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;margin-bottom:12px}.error-modal--coming-soon .error-modal__icon{width:40px;height:40px;margin:0 auto 14px;border-radius:999px;background:#eaf2ff;color:#0d40ff;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:1}.error-modal--coming-soon .error-modal__title{color:#0d40ff;font-size:20px;margin-bottom:10px}.error-modal__message{color:#333;font-family:Roboto,sans-serif;font-size:16px;line-height:1.5;margin-bottom:20px}.error-modal__btn{background-color:#0d40ff;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s ease;width:100%}.error-modal__btn:hover{background-color:#0a33cc}
