:root{--ink:#111217;--muted:#697181;--line:#e8eaf0;--surface:#fff;--soft:#f7f8fb;--blue:#1f62ff;--violet:#5b25ef;--violet-deep:#4d00d3;--green:#36c759;--display:'Sora',sans-serif;--body:'Manrope',sans-serif;--shadow:0 24px 70px rgba(32,39,63,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--body);overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.section-shell{width:min(1180px,calc(100% - 56px));margin-inline:auto}
.page-glow{position:fixed;z-index:-1;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.35}
.glow-a{width:520px;height:520px;background:#e9e4ff;top:-140px;left:-190px}
.glow-b{width:460px;height:460px;background:#d9ecff;right:-190px;top:500px}
.site-header{width:min(1220px,calc(100% - 48px));height:88px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;position:relative;z-index:30}
.brand img{height:34px;width:auto}
.desktop-nav{display:flex;align-items:center;gap:34px}
.desktop-nav a,.site-footer nav a{font-size:13px;color:#525a69;transition:.25s ease}
.desktop-nav a:hover,.site-footer nav a:hover{color:var(--violet-deep)}
.header-actions{justify-self:end;display:flex;align-items:center;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;cursor:pointer;font-weight:700;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}
.button-small{padding:13px 19px;border-radius:999px;font-size:13px}
.button-lg{padding:16px 24px;border-radius:999px;font-size:14px}
.button-ghost{border:1px solid #d9dde7;background:rgba(255,255,255,.78);backdrop-filter:blur(12px)}
.button-ghost:hover{transform:translateY(-2px);border-color:#bfc6d6;background:#fff}
.button-primary{color:#fff;background:linear-gradient(100deg,var(--violet),var(--blue));box-shadow:0 14px 30px rgba(67,55,238,.22);position:relative;overflow:hidden}
.button-primary::before{content:'';position:absolute;inset:-40%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.28) 50%,transparent 65%);transform:translateX(-65%);transition:transform .75s ease}
.button-primary:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(67,55,238,.32)}
.button-primary:hover::before{transform:translateX(65%)}
.arrow{font-size:17px;line-height:1;transition:transform .25s ease}
.button:hover .arrow{transform:translateX(4px)}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff}
.menu-toggle span{width:16px;height:1.5px;background:#16171c;display:block;margin:4px auto}
.hero{min-height:650px;padding:76px 0 40px;display:grid;grid-template-columns:.94fr 1.06fr;align-items:center;gap:60px;position:relative}
.eyebrow{margin:0 0 20px;font-size:11px;letter-spacing:.22em;font-weight:700;color:#7f88a0}
.hero h1,.section-heading h2,.pricing-copy h2,.request-copy h2{font-family:var(--display);font-weight:800;letter-spacing:-.055em;margin:0;color:#111217}
.hero h1{font-size:clamp(48px,5.6vw,76px);line-height:1.01}
.hero h1 span,.section-heading h2 span{background:linear-gradient(95deg,var(--blue),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{margin:26px 0 30px;max-width:560px;font-size:17px;line-height:1.72;color:#5f6879}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{min-height:510px;display:flex;align-items:center;justify-content:center;position:relative}
.orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}
.orb-one{width:440px;height:440px;right:-80px;top:0;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.95),rgba(204,215,255,.5) 48%,rgba(91,37,239,.08) 70%,transparent 72%)}
.orb-two{width:320px;height:320px;left:0;bottom:10px;border:1px solid rgba(91,37,239,.16);animation:orbSpin 18s linear infinite}
.laptop-wrap{position:relative;width:100%;max-width:650px;perspective:1600px}
.laptop{position:relative;animation:laptopFloat 6s ease-in-out infinite}
.laptop-screen{background:#0e1117;padding:11px;border-radius:22px 22px 10px 10px;box-shadow:0 28px 70px rgba(17,18,23,.22);transform:rotateY(-7deg) rotateX(1deg);transform-origin:center bottom}
.mail-topbar{height:50px;border-radius:13px 13px 0 0;background:#fff;display:grid;grid-template-columns:150px 1fr 130px;align-items:center;gap:12px;padding:0 15px;border-bottom:1px solid #eef0f4}
.mail-brand{display:flex;align-items:center;font-size:10px;gap:5px}
.mail-brand b{font-weight:800}.mail-brand em{font-style:normal;color:var(--violet);font-weight:700}
.brand-dot{width:17px;height:17px;border:5px solid var(--violet);border-radius:50%;display:inline-block}
.mail-search{font-size:9px;color:#9aa2b2;background:#f5f7fb;border:1px solid #edf0f5;padding:9px 12px;border-radius:8px}
.mail-icons{text-align:right;font-size:10px;color:#5f6879}
.mail-layout{display:grid;grid-template-columns:175px 1fr;min-height:340px;background:#fbfcfe}
.mail-sidebar{padding:18px 12px;border-right:1px solid #edf0f4;display:flex;flex-direction:column;gap:7px}
.mail-sidebar button{border:0;background:linear-gradient(110deg,var(--violet),var(--blue));color:#fff;padding:11px 12px;border-radius:8px;font-size:10px;text-align:left;font-weight:700;margin-bottom:5px}
.mail-sidebar a{font-size:9.5px;padding:9px;border-radius:8px;color:#586274}
.mail-sidebar a.active{background:#edf2ff;color:#235df0;font-weight:700}.mail-sidebar a b{float:right}
.mail-list{padding:14px 16px;background:#fff}
.mail-list article{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:13px 4px;border-bottom:1px solid #f0f2f6}
.mail-list article i{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#f0f3f8;font-style:normal;font-size:10px;font-weight:700}
.mail-list article div{display:flex;flex-direction:column;gap:3px}.mail-list article b{font-size:10px}
.mail-list article span,.mail-list time{font-size:8.8px;color:#8b94a3}
.laptop-base{width:108%;height:17px;margin-left:-4%;background:linear-gradient(#d9dce1,#bfc4cc);border-radius:2px 2px 20px 20px;box-shadow:0 15px 28px rgba(0,0,0,.13)}
.uptime-card{position:absolute;left:8%;bottom:40px;width:150px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-radius:17px;padding:16px 18px;box-shadow:0 22px 45px rgba(45,54,78,.15)}
.uptime-card span{font-size:9px;color:#606a79;display:block}.uptime-card span i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#20d449;margin-right:7px;box-shadow:0 0 0 4px rgba(32,212,73,.10)}
.uptime-card strong{display:block;font:800 29px/1.1 var(--display);margin-top:7px}.uptime-card small{font-size:11px;color:#6f7888}.floating-card{animation:cardFloat 4.5s ease-in-out infinite}
.trust-strip{margin-top:14px;margin-bottom:110px;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.78);border:1px solid rgba(225,228,238,.85);border-radius:24px;backdrop-filter:blur(16px);box-shadow:0 16px 45px rgba(35,44,69,.06);overflow:hidden}
.trust-strip article{display:flex;align-items:center;gap:18px;padding:30px 38px;position:relative}
.trust-strip article:not(:last-child)::after{content:'';position:absolute;right:0;top:24%;height:52%;width:1px;background:#e0e4ec}
.trust-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eef2ff;color:#315fff;font-size:21px}
.trust-strip strong{display:block;font:700 17px/1.2 var(--display)}.trust-strip span{display:block;margin-top:5px;font-size:12px;color:#7d8695}
.features{padding:10px 0 120px}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;margin-bottom:44px}
.section-heading h2,.pricing-copy h2,.request-copy h2{font-size:clamp(38px,4vw,58px);line-height:1.06}
.section-heading>p{max-width:360px;justify-self:end;margin:0 0 7px;color:#717a8b;font-size:15px;line-height:1.7}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{position:relative;min-height:300px;padding:28px;border:1px solid #e9ebf1;background:rgba(255,255,255,.86);border-radius:22px;box-shadow:0 16px 44px rgba(40,48,72,.05);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.feature-card:hover{transform:translateY(-8px);box-shadow:0 25px 65px rgba(40,48,72,.10);border-color:#d9dded}
.feature-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;font-size:22px;margin-bottom:36px}.feature-icon.blue{background:#eaf1ff;color:#2564ff}.feature-icon.green{background:#e9f9ee;color:#19984c}.feature-icon.violet{background:#f0ebff;color:#5b25ef}
.card-arrow{position:absolute;right:25px;top:31px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f7f8fb;color:#365cff;transition:.25s ease}.feature-card:hover .card-arrow{transform:translateX(4px);background:#eef2ff}
.feature-card h3{font:700 23px/1.17 var(--display);letter-spacing:-.035em;margin:0 0 14px}.feature-card p{margin:0;color:#727b8b;font-size:14px;line-height:1.7}
.pricing-section{position:relative;padding:95px 0;background:linear-gradient(180deg,#fbfcff,#f6f8ff);overflow:hidden}
.pricing-section::before{content:'';position:absolute;width:680px;height:320px;left:-120px;bottom:-180px;border-radius:50%;border:1px solid rgba(67,75,255,.12);box-shadow:0 0 0 55px rgba(100,120,255,.035),0 0 0 110px rgba(90,40,235,.025)}
.pricing-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px;position:relative}.pricing-copy p:not(.eyebrow),.request-copy>p:not(.eyebrow){color:#727b8c;max-width:450px;line-height:1.75;font-size:15px}
.price-card{position:relative;border:1px solid #e7e9f0;background:rgba(255,255,255,.93);border-radius:24px;padding:38px 40px;box-shadow:var(--shadow);overflow:hidden}.price-glow{position:absolute;width:240px;height:240px;border-radius:50%;right:-90px;top:-90px;background:radial-gradient(circle,rgba(91,37,239,.16),transparent 68%)}
.plan-label{font-size:11px;letter-spacing:.18em;color:#737d90;font-weight:700;margin:0 0 12px}.price-line{display:flex;align-items:baseline;gap:8px}.price-line strong{font:800 46px/1 var(--display);letter-spacing:-.055em;background:linear-gradient(90deg,var(--blue),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}.price-line span{font-size:24px;font-weight:600}
.yearly{font-size:18px;font-weight:700;margin-top:8px}.yearly em{display:inline-block;margin-left:10px;padding:6px 10px;border-radius:999px;background:#e8f8e9;color:#21883e;font-size:11px;font-style:normal}
.price-card ul{list-style:none;padding:0;margin:25px 0 15px;display:grid;gap:11px}.price-card li{font-size:13.5px;color:#5d6677}.price-card li::before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;margin-right:10px;border-radius:50%;background:linear-gradient(135deg,var(--violet),var(--blue));color:#fff;font-size:11px;font-weight:800}.setup-fee{font-size:12px;color:#7b8494;margin:8px 0 22px}.button-full{width:100%;padding:16px 22px;border-radius:13px;font-size:14px}
.request-section{padding:105px 0 95px;display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.request-copy{padding-top:18px}.request-points{display:grid;gap:12px;margin-top:30px;color:#586273;font-size:13px}
.lead-form{border:1px solid #e5e8ef;background:#fff;border-radius:23px;padding:30px;box-shadow:0 20px 55px rgba(37,45,67,.07)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lead-form label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:700;color:#3d4553}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #dce1ea;background:#fbfcfe;border-radius:10px;padding:12px 13px;color:#20242b;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:#8e8cf6;box-shadow:0 0 0 4px rgba(91,37,239,.08);background:#fff}
.full-field{margin-top:16px}.full-field span{font-weight:500;color:#959ca8}.lead-form textarea{min-height:90px;resize:vertical}.consent{flex-direction:row!important;align-items:flex-start!important;margin:16px 0 18px;font-weight:500!important;color:#70798a!important;line-height:1.5}.consent input{width:auto;margin-top:2px}.trap{position:absolute!important;left:-9999px!important}#formStatus{margin-top:12px;font-size:12px}#formStatus.error{color:#b42318;background:#fff3f2;border:1px solid #ffd8d4;border-radius:9px;padding:10px}
.success{padding:50px 20px;text-align:center}.success>b{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:#eaf8ef;color:#1f9d55;font-size:28px}.success small{font-size:10px;letter-spacing:.18em;color:#6d7590}.success h3{font:700 27px/1.2 var(--display);margin:10px 0}.success p{color:#6f7888;line-height:1.6}.site-footer{min-height:105px;border-top:1px solid #eceef3;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px}.footer-brand img{height:31px}.site-footer nav{display:flex;gap:26px}.site-footer>span{justify-self:end;color:#8a92a0;font-size:11px}.mobile-menu{display:none}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.65,.2,1)}.reveal.visible{opacity:1;transform:none}@keyframes laptopFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes orbSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
@media(max-width:980px){.desktop-nav{display:none}.menu-toggle{display:block}.site-header{grid-template-columns:1fr auto;width:min(100% - 34px,1180px)}.hero{grid-template-columns:1fr;padding-top:55px;text-align:center;gap:35px}.hero-copy{max-width:760px;margin:auto}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:450px}.laptop-wrap{max-width:650px}.trust-strip{grid-template-columns:1fr;margin-bottom:80px}.trust-strip article{padding:22px 30px}.trust-strip article:not(:last-child)::after{left:30px;right:30px;bottom:0;top:auto;width:auto;height:1px}.section-heading,.pricing-layout,.request-section{grid-template-columns:1fr;gap:42px}.section-heading>p{justify-self:start}.feature-grid{grid-template-columns:1fr 1fr}.price-card{max-width:680px}.request-copy{padding-top:0}.request-section{padding-top:80px}.site-footer{grid-template-columns:1fr;justify-items:center;text-align:center;padding:35px 0}.site-footer>span{justify-self:center}.site-footer nav{flex-wrap:wrap;justify-content:center}.mobile-menu{position:fixed;top:78px;left:16px;right:16px;z-index:40;padding:18px;border:1px solid #e5e8ef;border-radius:18px;background:rgba(255,255,255,.97);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.mobile-menu.open{display:grid;gap:8px}.mobile-menu a{padding:12px;font-size:14px;border-radius:10px}.mobile-menu a:hover{background:#f5f6fa}}
@media(max-width:680px){.section-shell{width:min(100% - 30px,1180px)}.site-header{height:76px}.brand img{height:27px}.desktop-only{display:none}.button-small{padding:11px 15px;font-size:12px}.hero{padding-top:42px;min-height:auto}.hero h1{font-size:44px}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-visual{min-height:340px;margin-top:10px}.laptop-screen{padding:7px;border-radius:16px 16px 8px 8px}.mail-topbar{grid-template-columns:105px 1fr;height:42px;padding:0 10px}.mail-icons{display:none}.mail-search{font-size:7.5px}.mail-layout{grid-template-columns:95px 1fr;min-height:235px}.mail-sidebar{padding:10px 6px}.mail-sidebar button{font-size:7px;padding:8px 6px}.mail-sidebar a{font-size:6.8px;padding:6px 5px}.mail-list{padding:8px}.mail-list article{grid-template-columns:25px 1fr auto;gap:6px;padding:8px 2px}.mail-list article i{width:23px;height:23px;font-size:7px}.mail-list article b{font-size:7.5px}.mail-list article span,.mail-list time{font-size:6.4px}.uptime-card{left:0;bottom:12px;width:125px;padding:12px}.uptime-card strong{font-size:23px}.trust-strip{margin-top:0;margin-bottom:75px;border-radius:18px}.trust-strip article{padding:20px}.trust-icon{width:42px;height:42px;border-radius:14px}.trust-strip strong{font-size:15px}.section-heading h2,.pricing-copy h2,.request-copy h2{font-size:36px}.section-heading{margin-bottom:28px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:250px}.features{padding-bottom:85px}.pricing-section{padding:75px 0}.pricing-layout{gap:30px}.price-card{padding:28px 22px}.price-line strong{font-size:39px}.price-line span{font-size:20px}.request-section{padding:75px 0;gap:30px}.lead-form{padding:22px}.form-grid{grid-template-columns:1fr}.site-footer nav{gap:15px}.site-footer nav a{font-size:12px}}

/* V2.1 pricing + official icon polish */
.mail-brand img{height:19px;width:auto;max-width:112px}
.trust-icon svg,.feature-icon svg,.point-icon svg,.free-check svg{
  width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round
}
.feature-icon svg{width:25px;height:25px}
.point-icon{width:28px;height:28px;border-radius:9px;display:inline-grid;place-items:center;background:#f0edff;color:#5b25ef;flex:0 0 auto}
.point-icon svg{width:16px;height:16px}
.request-points span{display:flex;align-items:center;gap:10px}
.price-kicker{font-size:12px;font-weight:800;letter-spacing:.03em;color:#5b25ef;margin:2px 0 6px}
.setup-free{display:flex;align-items:center;gap:11px;padding:13px 14px;margin:8px 0 22px;border:1px solid #dcefe1;background:#f4fbf6;border-radius:12px;color:#235b34}
.setup-free .free-check{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#dff5e5;color:#1f9144;flex:0 0 auto}
.setup-free .free-check svg{width:16px;height:16px;stroke-width:2.2}
.setup-free>span:last-child{display:flex;flex-direction:column;gap:2px}
.setup-free b{font-size:12.5px}
.setup-free small{font-size:10.5px;color:#6a806f}
/* Interactive mailbox pricing configurator */
.mailbox-picker{
  margin:22px 0 4px;padding:14px 15px;border:1px solid #e4e7ef;border-radius:15px;
  background:#fafbfe;display:flex;align-items:center;justify-content:space-between;gap:18px
}
.mailbox-picker-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.mailbox-picker-copy strong{font-size:13px;color:#20242c}
.mailbox-picker-copy small{font-size:10.5px;color:#7d8594}
.mailbox-stepper{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.mailbox-stepper button{
  width:34px;height:34px;border:1px solid #dfe3eb;border-radius:50%;background:#fff;color:#343b48;
  display:grid;place-items:center;cursor:pointer;transition:.22s ease
}
.mailbox-stepper button:hover:not(:disabled){border-color:#765cff;color:#5b25ef;transform:translateY(-1px);box-shadow:0 7px 18px rgba(91,37,239,.12)}
.mailbox-stepper button:disabled{opacity:.35;cursor:not-allowed;background:#f2f3f6}
.mailbox-stepper button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.mailbox-stepper output{
  min-width:28px;text-align:center;font:700 16px/1 var(--display);color:#17191f;
  font-variant-numeric:tabular-nums
}
#monthlyPrice,#annualPrice,#mailboxFeatureCount{font-variant-numeric:tabular-nums}
.price-bump{animation:priceBump .28s ease}
@keyframes priceBump{0%{transform:scale(1)}45%{transform:scale(1.045)}100%{transform:scale(1)}}
@media(max-width:520px){
  .mailbox-picker{align-items:flex-start;flex-direction:column}
  .mailbox-stepper{width:100%;justify-content:space-between}
  .mailbox-stepper output{min-width:44px}
}
/* V2.2 — restrained premium icon system inspired by Linear / Resend */
.trust-icon,
.feature-icon,
.point-icon{
  color:#2f333a;
  background:linear-gradient(180deg,#fff,#f8f9fb);
  border:1px solid #e8eaf0;
  box-shadow:0 1px 2px rgba(17,18,23,.03);
}
.trust-icon{
  width:40px;height:40px;border-radius:12px;font-size:0;flex:0 0 auto;
}
.trust-icon svg{
  width:18px;height:18px;
  stroke-width:1.65;
}
.feature-icon{
  width:46px;height:46px;border-radius:13px;
  margin-bottom:32px;
  color:#3d4047;
  transition:border-color .28s ease,color .28s ease,transform .28s ease,background .28s ease;
}
.feature-icon svg{
  width:21px;height:21px;
  stroke-width:1.65;
}
.feature-card:hover .feature-icon{
  color:#4d00d3;
  border-color:#d9cff5;
  background:#fbf9ff;
  transform:translateY(-2px);
}
.feature-icon.blue,
.feature-icon.green,
.feature-icon.violet{
  background:linear-gradient(180deg,#fff,#f8f9fb);
  color:#3d4047;
}
.card-arrow{display:none!important}
.point-icon{
  width:26px;height:26px;border-radius:8px;
  color:#4c5058;
}
.point-icon svg{width:14px;height:14px;stroke-width:1.65}
.request-points span:hover .point-icon{
  color:#4d00d3;border-color:#d9cff5;background:#fbf9ff
}
.trust-strip article{gap:16px}
.trust-strip strong{font-size:16px}
.feature-card{padding-top:26px}
@media(max-width:680px){
  .trust-icon{width:38px;height:38px}
  .feature-icon{width:44px;height:44px}
}
.success-quote{display:inline-block;margin:2px 0 10px!important;padding:9px 12px;border:1px solid #e6e1f7;border-radius:10px;background:#faf9ff;color:#49405e!important;font-size:12px!important}
.tracking-button{margin-top:12px;min-width:220px;padding:13px 18px;border-radius:999px;color:#4d00d3}
