.reservation-page{--reservation-green: #0284c7;--reservation-green-dark: #319c4c;--reservation-green-pale: color-mix(in srgb, var(--reservation-green) 13%, white);--reservation-ink: #1c261f;--reservation-muted: #66716a;--reservation-border: #dce3de;min-height:100vh;overflow-x:clip;color:var(--reservation-ink);background:linear-gradient(180deg,#f0f9ff 0,#fff 360px);background-position:top center;background-size:cover;font-family:Montserrat,Arial,sans-serif}.reservation-page *,.reservation-page *:before,.reservation-page *:after{box-sizing:border-box}.reservation-page button,.reservation-page input,.reservation-page textarea{font:inherit}.reservation-page button:focus-visible,.reservation-page a:focus-visible,.reservation-page input:focus-visible,.reservation-page textarea:focus-visible{outline:3px solid rgb(89 196 109 / 35%);outline-offset:2px}.reservation-brand{min-height:76px;max-width:1200px;margin:0 auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.reservation-brand a{color:var(--reservation-green);text-decoration:none;font-size:29px;font-weight:800;letter-spacing:-1.7px}.reservation-brand a img{width:150px;height:44px;display:block;object-fit:contain;object-position:left center}.reservation-brand>span{color:var(--reservation-muted);font-size:13px;font-weight:600}.reservation-shell{width:min(1180px,calc(100% - 40px));margin:28px auto 70px;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(560px,1.4fr);gap:58px;align-items:start}.reservation-intro{position:sticky;top:28px;padding:42px 10px 24px}.reservation-kicker{margin:0 0 13px!important;color:var(--reservation-green-dark)!important;text-transform:uppercase;letter-spacing:.11em;font-size:12px!important;font-weight:800}.reservation-intro h1{margin:0;max-width:540px;font-size:clamp(34px,4.4vw,58px);line-height:1.06;letter-spacing:-2.6px}.reservation-intro>p:nth-of-type(2){margin:22px 0 32px;color:var(--reservation-muted);font-size:17px;line-height:1.75}.reservation-intro>div{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid #cce9d2;border-radius:16px;background:#ffffffb3}.reservation-intro>div>span{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--reservation-green)}.reservation-intro>div p{margin:0;display:grid;gap:5px}.reservation-intro>div strong{font-size:14px}.reservation-intro>div small{color:var(--reservation-muted);line-height:1.5}.reservation-form{display:grid;gap:18px;padding:30px;border:1px solid var(--reservation-border);border-radius:24px;background:#fff;box-shadow:0 22px 70px #1b43251c}.reservation-form-error,.reservation-inline-error{margin:0;color:#ae3434;font-size:13px;line-height:1.5}.reservation-form-error{padding:13px 15px;border-radius:12px;background:#fff0f0}.reservation-step{min-width:0;margin:0;padding:0 0 25px;border:0;border-bottom:1px solid #edf0ee}.reservation-step:last-of-type{padding-bottom:8px;border-bottom:0}.reservation-step>legend,.reservation-step>header{width:100%;margin:0 0 20px;padding:0;display:flex;align-items:center;gap:12px}.reservation-step>legend>span,.reservation-step>header>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--reservation-green);font-weight:800}.reservation-step>legend>div,.reservation-step>header>div{display:grid;gap:3px}.reservation-step>legend strong,.reservation-step>header strong{font-size:17px}.reservation-step>legend small,.reservation-step>header small{color:var(--reservation-muted);font-size:12px}.reservation-services{display:grid;gap:10px}.reservation-services label{min-height:92px;padding:16px;border:1px solid var(--reservation-border);border-radius:15px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.reservation-services label:hover{border-color:#9fd8aa;transform:translateY(-1px)}.reservation-services label:focus-within{outline:3px solid color-mix(in srgb,var(--reservation-green) 36%,transparent);outline-offset:3px}.reservation-services label.is-selected{border-color:var(--reservation-green);background:var(--reservation-green-pale);box-shadow:inset 0 0 0 1px var(--reservation-green)}.reservation-services input{position:absolute;opacity:0;pointer-events:none}.reservation-services label>span{min-width:0;display:grid;gap:5px}.reservation-services strong{font-size:15px}.reservation-services small{overflow:hidden;color:var(--reservation-muted);font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.reservation-services em{color:var(--reservation-green-dark);font-size:12px;font-style:normal;font-weight:700}.reservation-services b{color:var(--reservation-green-dark);font-size:21px}.reservation-date-strip{display:none}.reservation-slot-groups{display:grid;gap:18px;max-height:430px;padding-right:5px;overflow:auto;scrollbar-color:#c0d7c5 transparent}.reservation-slot-groups section{display:grid;gap:10px}.reservation-slot-groups h2{margin:0;text-transform:capitalize;font-size:13px}.reservation-slot-groups section>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.reservation-slot-groups button{min-height:43px;border:1px solid var(--reservation-border);border-radius:10px;color:#455049;background:#fff;cursor:pointer;font-size:12px;font-weight:700}.reservation-slot-groups button:hover{border-color:var(--reservation-green);color:var(--reservation-green-dark)}.reservation-slot-groups button.is-selected{border-color:var(--reservation-green);color:#fff;background:var(--reservation-green)}.reservation-slot-groups button span{margin-right:5px}.reservation-slots-loading,.reservation-placeholder{min-height:72px;margin:0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--reservation-muted);background:#f7f9f8;font-size:13px}.reservation-slots-loading span,.reservation-loading span{width:20px;height:20px;border:2px solid #c9e8cf;border-top-color:var(--reservation-green);border-radius:50%;animation:reservation-spin .8s linear infinite}.reservation-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.reservation-contact-grid .reservation-field:last-child{grid-column:1 / -1}.reservation-field{display:grid;gap:7px}.reservation-field label{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:700}.reservation-field label small{color:var(--reservation-muted);font-weight:500}.reservation-field input,.reservation-field textarea{width:100%;min-height:46px;border:1px solid var(--reservation-border);border-radius:10px;padding:11px 13px;color:var(--reservation-ink);background:#fff}.reservation-field textarea{min-height:88px;resize:vertical}.reservation-field.has-error input,.reservation-field.has-error textarea{border-color:#d65c5c}.reservation-field>span{color:#ae3434;font-size:11px}.reservation-order-summary{padding:16px;border:1px solid #cde8d2;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--reservation-green-pale)}.reservation-order-summary>div{min-width:0;display:flex;align-items:center;gap:11px}.reservation-order-summary>div>span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;color:var(--reservation-green-dark);background:#fff}.reservation-order-summary p{min-width:0;margin:0;display:grid;gap:4px}.reservation-order-summary strong,.reservation-order-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reservation-order-summary strong{font-size:13px}.reservation-order-summary small{color:var(--reservation-muted);font-size:11px}.reservation-order-summary>b{white-space:nowrap}.reservation-privacy{display:flex;align-items:flex-start;gap:10px;color:var(--reservation-muted);font-size:11px;line-height:1.55;cursor:pointer}.reservation-privacy input{width:17px;height:17px;margin-top:1px;flex:0 0 auto;accent-color:var(--reservation-green)}.reservation-privacy.has-error{color:#ae3434}.reservation-submit{min-height:54px;border:0;border-radius:13px;padding:0 22px;display:flex;justify-content:center;align-items:center;gap:10px;color:#fff;background:var(--reservation-green);cursor:pointer;font-weight:800;box-shadow:0 10px 24px #43a85640}.reservation-submit:hover:not(:disabled){background:var(--reservation-green-dark)}.reservation-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.reservation-secure-note{margin:-4px 0 0;text-align:center;color:#7b857e;font-size:10px}.reservation-secure-note span{margin-right:6px;color:var(--reservation-green)}.reservation-footer{min-height:62px;border-top:1px solid #e5eae7;display:flex;justify-content:center;align-items:center;gap:7px;color:var(--reservation-muted);font-size:11px}.reservation-footer a{color:var(--reservation-green-dark);text-decoration:none;font-weight:800}.reservation-loading,.reservation-error{min-height:100vh;padding:30px;display:grid;place-content:center;justify-items:center;text-align:center}.reservation-loading{gap:10px;color:var(--reservation-muted)}.reservation-error>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#b84646;background:#ffe8e8;font-size:26px;font-weight:800}.reservation-error h1{margin:20px 0 8px}.reservation-error p{max-width:460px;margin:0;color:var(--reservation-muted);line-height:1.6}.reservation-success{width:min(760px,calc(100% - 36px));margin:46px auto 80px;padding:46px;border:1px solid var(--reservation-border);border-radius:26px;text-align:center;background:#fff;box-shadow:0 22px 70px #1b43251c}.reservation-success__icon{width:72px;height:72px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--reservation-green);font-size:34px;font-weight:800;box-shadow:0 10px 30px #59c46d4d}.reservation-success h1{margin:0;font-size:clamp(29px,5vw,44px);letter-spacing:-1.5px}.reservation-success>p:nth-of-type(2){max-width:590px;margin:18px auto 28px;color:var(--reservation-muted);line-height:1.65}.reservation-success>dl{margin:0 0 24px;border:1px solid var(--reservation-border);border-radius:15px;overflow:hidden;text-align:left}.reservation-success>dl div{min-height:52px;padding:12px 16px;border-bottom:1px solid #edf0ee;display:flex;align-items:center;justify-content:space-between;gap:20px}.reservation-success>dl div:last-child{border-bottom:0}.reservation-success dt{color:var(--reservation-muted);font-size:12px}.reservation-success dd{margin:0;text-align:right;font-size:13px;font-weight:700}.reservation-success dd span{padding:6px 9px;border-radius:999px;color:#926214;background:#fff3d7;font-size:11px}.reservation-wallet-card{padding:22px;border-radius:18px;display:grid;grid-template-columns:auto 1fr;gap:14px;text-align:left;color:#fff;background:linear-gradient(135deg,#183122,#315f3d)}.reservation-wallet-card>span{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#ffffff21}.reservation-wallet-card h2{margin:0 0 7px;font-size:17px}.reservation-wallet-card p{margin:0;color:#ffffffb8;font-size:11px;line-height:1.55}.reservation-wallet-actions,.reservation-wallet-unavailable{grid-column:1 / -1}.reservation-wallet-actions{display:flex;gap:9px;flex-wrap:wrap}.reservation-wallet-actions a{min-height:43px;padding:0 15px;border:1px solid #fff;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#1c261f;background:#fff;text-decoration:none;font-size:12px;font-weight:800}.reservation-wallet-actions a.is-secondary{color:#fff;background:transparent}.reservation-wallet-unavailable{color:#ffffffb8!important}.reservation-text-button{margin-top:22px;border:0;color:var(--reservation-green-dark);background:transparent;cursor:pointer;font-weight:700}@keyframes reservation-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.reservation-shell{grid-template-columns:1fr;gap:20px;margin-top:0}.reservation-intro{position:static;padding:24px 6px 8px}.reservation-intro h1{max-width:650px}.reservation-intro>p:nth-of-type(2){max-width:680px}}@media(max-width:620px){.reservation-page{background:linear-gradient(180deg,#effaf1 0,#fff 280px)}.reservation-brand{min-height:64px;padding:14px 18px}.reservation-brand a{font-size:25px}.reservation-brand>span{max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reservation-shell{width:100%;margin-bottom:0}.reservation-intro{padding:23px 20px 20px}.reservation-intro h1{font-size:35px;letter-spacing:-1.6px}.reservation-intro>p:nth-of-type(2){margin-block:16px 22px;font-size:14px}.reservation-intro>div{display:none}.reservation-form{padding:22px 18px 28px;border-inline:0;border-bottom:0;border-radius:24px 24px 0 0;box-shadow:0 -8px 34px #1b432512}.reservation-services label{min-height:86px}.reservation-date-strip{width:100%;margin:0 0 16px;padding:5px 5px 9px;display:grid;grid-auto-flow:column;grid-auto-columns:64px;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:5px;scroll-snap-type:inline mandatory;scrollbar-width:none}.reservation-date-strip::-webkit-scrollbar{display:none}.reservation-date-strip button{min-height:76px;padding:8px 4px;border:1px solid var(--reservation-border);border-radius:13px;display:grid;place-content:center;justify-items:center;gap:2px;scroll-snap-align:start;color:var(--reservation-muted);background:#fff;cursor:pointer}.reservation-date-strip button span,.reservation-date-strip button small{font-size:10px;line-height:1.1;text-transform:capitalize}.reservation-date-strip button strong{color:var(--reservation-ink);font-size:20px;line-height:1.05}.reservation-date-strip button.is-selected{border-color:var(--reservation-green);color:#fff;background:var(--reservation-green);box-shadow:0 6px 14px #43a85633}.reservation-date-strip button.is-selected strong{color:#fff}.reservation-slot-groups{max-height:none;padding-right:0;overflow:visible}.reservation-slot-groups section{display:none}.reservation-slot-groups section.is-mobile-selected{display:grid}.reservation-slot-groups h2{font-size:12px}.reservation-slot-groups section>div{grid-template-columns:repeat(3,minmax(0,1fr))}.reservation-slot-groups button{min-height:48px;font-size:13px;touch-action:manipulation}.reservation-contact-grid{grid-template-columns:1fr}.reservation-contact-grid .reservation-field:last-child{grid-column:auto}.reservation-order-summary{align-items:flex-start}.reservation-order-summary>b{padding-top:8px}.reservation-footer{display:none}.reservation-success{width:100%;min-height:calc(100vh - 64px);margin:0;padding:34px 18px 48px;border:0;border-radius:0;box-shadow:none}.reservation-success>dl div{align-items:flex-start}.reservation-wallet-card{padding:19px}.reservation-wallet-actions{display:grid}.reservation-wallet-actions a{width:100%}}@media(prefers-reduced-motion:reduce){.reservation-page *,.reservation-page *:before,.reservation-page *:after{scroll-behavior:auto!important;transition:none!important}}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;src:url(/assets/montserrat-ext.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{color:#171717;background:#fff;font-family:Montserrat,Arial,Helvetica,sans-serif;font-synthesis:weight;text-rendering:optimizeLegibility;--green: #0284c7;--green-hover: #0369a1;--orange: #f1832a;--dark: #1c1c1e;--ink: #202426;--muted: #585d59;--pale: #f0f9ff}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}body{margin:0;min-width:320px;min-height:100vh;color:#171717;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,select{font-family:inherit}button,input,select{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(2,132,199,.38);outline-offset:3px}.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:82px;padding:16px 80px;display:flex;align-items:center;justify-content:space-between;background:#fff}.site-logo,.site-logo img{width:164px;height:51px}.desktop-nav{display:flex;align-items:center;gap:32px}.desktop-nav a{color:#333;font-size:16px;font-weight:500;white-space:nowrap}.desktop-nav a:hover{color:var(--green)}.cabinet-link,.mobile-login-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:42px;padding:10px 20px;border-radius:100px;color:#fff;background:var(--green);font-size:16px;font-weight:500;transition:background-color .3s ease}.cabinet-link:hover,.mobile-login-link:hover{background:var(--green-hover)}.menu-button{display:none;border:0;padding:4px;background:transparent;cursor:pointer}.home-main{padding-top:0}.hero{position:relative;z-index:1;overflow:hidden;padding:20px 80px 100px;background:#fff}.hero:before{content:"";position:absolute;inset:0 0 auto;z-index:-1;height:59%;background:url(/assets/bg-elements.png) no-repeat top / cover,linear-gradient(180deg,#fff,#f0f9ff)}.hero-content{margin-top:77px;text-align:center}.hero-announcement{width:fit-content;max-width:min(680px,100%);margin:0 auto 18px;padding:8px 16px;border:1px solid rgba(2,132,199,.3);border-radius:999px;color:#287f3b;background:#ffffffdb;box-shadow:0 8px 24px #0284c714;font-size:14px;font-weight:600;line-height:1.45}.hero-content h1{color:var(--dark);font-size:72px;font-weight:800;line-height:1.4}.hero-content h1 span{color:var(--green)}.hero-subtitle{margin:20px 0;color:#666;font-size:20px}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin-top:30px}.hero-cta{position:relative;min-width:200px;min-height:46px;display:flex;align-items:center;padding:12px 60px 12px 24px;border-radius:999px;color:#fff;background:var(--orange);font-size:16px;transition:background-color .3s ease}.hero-cta:hover{background:#d96f1e}.hero-cta-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500}.hero-cta-arrow{position:absolute;top:50%;right:3px;width:48px;height:48px;transform:translateY(-50%)}.hero-note{color:#333;font-size:16px;text-align:center}.dashboard-preview{position:relative;z-index:2;width:100%;max-width:1200px;margin:100px auto 0;padding:20px}.dashboard-desktop{width:100%;height:auto;margin-bottom:12px;border-radius:12px;object-fit:contain}.dashboard-mobile{display:none}.features{margin-top:80px;background:#fff}.features h2,.how-it-works h2,.pricing h2,.contact h2{color:var(--dark);font-size:56px;font-weight:700;line-height:76px}.features>h2,.pricing>h2,.contact>h2{text-align:center}.features h2 span,.how-it-works h2 span,.pricing h2 span,.contact h2 span{color:var(--green)}.section-subtitle{color:var(--muted);font-size:18px;font-weight:500}.features>.section-subtitle{margin:12px 0 40px;text-align:center}.feature-list{display:flex;flex-direction:column;gap:80px}.feature-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:14px}.feature-copy{width:500px;min-height:122px;margin-top:22px;text-align:left}.feature-copy h3{color:var(--dark);font-size:24px;font-weight:600;line-height:30px}.feature-copy p{margin-top:7px;color:#293c2d;font-size:16px;line-height:24px}.feature-image,.feature-image img{width:522px;height:333px}.feature-image img{object-fit:contain}.how-it-works{position:relative;min-height:724px;margin-top:100px;padding:40px 0;overflow:hidden;background:var(--pale)}.how-copy{max-width:1000px;padding-left:80px}.how-copy>.section-subtitle{margin-top:0}.steps{display:flex;flex-direction:column;gap:32px;margin-top:48px}.step{position:relative;display:flex;align-items:flex-start;gap:20px;padding-bottom:26px}.step-number{position:relative;z-index:1;width:68px;height:68px;flex:0 0 68px;display:flex;align-items:center;justify-content:center;border:1px solid var(--green);border-radius:50%;color:#000;font-size:18px;font-weight:600}.step:not(:last-child) .step-number:after{content:"";position:absolute;top:100%;left:50%;z-index:-1;width:1px;height:60px;background:#ccc;transform:translate(-50%)}.step-copy h3{color:var(--dark);font-size:20px;font-weight:600;line-height:26px}.step-copy p{width:500px;margin-top:10px;color:var(--ink);font-size:16px;line-height:1.25}.how-illustration{position:absolute;right:0;bottom:0;z-index:0;width:406px;max-width:100%;height:auto}.pricing{padding:100px 40px;text-align:center}.pricing>.section-subtitle{margin-bottom:50px;line-height:1}.plan-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.plan-card{position:relative;width:413px;height:458px;padding:15px;border:1px solid #ccc;border-radius:16px;background:#fff;text-align:left;transition:all .3s ease}.plan-card:hover,.plan-card:focus-within{border:1.5px solid #3ecf8e;background:#f0f9ff}.plan-header{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:16px}.plan-header h3{color:#112615;font-size:22px;font-weight:500;line-height:30px}.plan-badge{position:absolute;top:0;right:0;padding:4px 8px;border-radius:6px;color:#fff;background:#bb07ed;font-size:12px;opacity:0;transition:opacity .3s ease}.plan-card:hover .plan-badge,.plan-card:focus-within .plan-badge{opacity:1}.plan-price{margin-bottom:16px;color:#000;font-size:32px;font-weight:600;line-height:38px}.plan-price span{color:#606e62;font-size:18px;font-weight:500}.plan-cta{width:385px;height:46px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border-radius:20px;color:#fff;background:var(--green);font-size:16px;font-weight:500;line-height:22px;transition:background-color .3s ease}.plan-cta:hover{background:var(--green-hover)}.plan-rule{width:384px;border-top:1px solid #ccc}.plan-card ul{padding:0;margin:23px 0 0;list-style:none}.plan-card li{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:500;line-height:20px}.plan-card li img{width:20px;height:20px;flex:0 0 20px}.contact{position:relative;z-index:1;overflow:hidden;padding-top:40px;background:linear-gradient(180deg,#fff,#f0f9ff)}.contact:before{content:"";position:absolute;top:-83px;right:0;bottom:0;left:0;z-index:-1;background:url(/assets/bg-elements.png) repeat}.contact h2{margin:0 auto;line-height:70px}.contact>.section-subtitle{margin:20px 0 50px;text-align:center;line-height:1}.contact-layout{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:24px;margin:0 auto;padding-bottom:30px}.contact-map{width:40%;height:244px;border:1px solid #ccc;border-radius:16px}.contact-cards{min-width:320px;display:flex;flex:1 1;justify-content:space-between;gap:16px}.contact-card{width:232px;height:244px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:1px solid #ccc;border-radius:16px;background:#fff;text-align:center}.contact-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;padding:10px;border:1px solid #ccc;border-radius:50%}.contact-card h3{margin-bottom:6px;color:var(--ink);font-size:18px;font-weight:600;line-height:26px}.contact-card a,.contact-card p{color:var(--ink);font-size:14px;font-weight:400;line-height:1}.site-footer{min-height:72px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:20px 80px;border-top:1px solid #eee;background:#fff;color:#222}.site-footer p{color:var(--ink);font-size:16px;font-weight:400}.site-footer p:last-child{font-size:14px;font-weight:500}.site-footer strong{font-weight:600}.social-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.social-links a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.social-links a:hover{background:var(--green)}.social-links img{width:28px;height:28px;padding:5px}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;background:#fffffff2}.mobile-menu-panel{width:100%;height:100%;display:flex;flex-direction:column;padding:24px 20px;opacity:0;transform:translateY(-100%);animation:slide-down 1.3s ease forwards}.mobile-menu-panel.is-closing{animation:slide-up 1.3s ease forwards}@keyframes slide-down{to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.mobile-menu-top button{border:0;padding:4px;background:#fff;cursor:pointer}.mobile-nav{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.mobile-nav a{color:#000;font-size:18px;font-weight:500}.mobile-login-link{align-self:stretch;padding:12px 24px}.auth-shell{position:relative;min-height:100vh;display:flex;padding:20px;background:#fff}.auth-mobile-logo{display:none}.auth-form-side{position:relative;min-width:0;min-height:calc(100vh - 40px);flex:1 1 50%;display:flex;align-items:center;justify-content:center;padding:20px 40px}.auth-visual-side{width:710px;flex:0 0 710px;display:flex;align-items:flex-start;justify-content:center;margin:0 auto}.auth-visual-side img{width:710px;height:760px;max-height:calc(100vh - 40px);object-fit:contain}.auth-card,.registration-otp{width:100%;max-width:410px;display:flex;flex-direction:column;align-items:center;gap:14px}.auth-card h1,.registration-otp h1,.register-form h1{color:#112615;font-size:28px;font-weight:600;line-height:38px;text-align:center}.auth-intro,.registration-otp>p,.register-intro{max-width:410px;margin-bottom:24px;color:#112615;font-size:14px;font-weight:400;line-height:20px;text-align:center}.auth-form,.otp-form{width:100%;display:flex;flex-direction:column;gap:16px}.auth-form label,.form-group label,.reward-label{color:#112615;font-size:15px;font-weight:500}.auth-form input,.form-group>input,.password-field input{width:100%;min-height:46px;padding:12px 16px;border:1px solid #ccc;border-radius:12px;outline:0;background:#fff;color:#000;font-size:15px}.auth-form input:focus,.form-group>input:focus,.password-field input:focus,.registration-phone:focus-within,.simple-phone-input:focus-within,.suffix-input input:focus{border-color:var(--green)}.simple-phone-input,.registration-phone{width:100%;height:46px;display:flex;align-items:center;overflow:hidden;border:1px solid #ccc;border-radius:12px;background:#fff;color:#000}.simple-phone-input>span,.registration-phone>span{flex:0 0 auto;padding-left:12px;color:#333;font-size:15px;font-weight:500;white-space:nowrap}.simple-phone-input input,.registration-phone input{height:100%;flex:1 1;min-width:0;padding:0 12px;border:0;outline:0;background:#fff;color:#000;font-size:15px}.registration-phone select{flex:0 0 auto;width:57px;margin-left:3px;border:0;outline:0;background:transparent;color:#000;font-size:14px;cursor:pointer}.password-field{position:relative;width:100%}.password-field input{padding-right:46px}.password-field button{position:absolute;top:50%;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:0;padding:4px;background:transparent;transform:translateY(-50%);cursor:pointer}.primary-pill,.secondary-button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;border:0;border-radius:100px;padding:12px 24px;font-size:16px;cursor:pointer}.primary-pill{margin-top:12px;color:#fff;background:var(--green);font-weight:500;transition:background-color .3s ease}.primary-pill:hover:not(:disabled){background:#0369a1}.primary-pill:disabled{opacity:.68;cursor:wait}.secondary-button{margin-top:0;background:transparent;color:var(--ink);font-weight:400}.auth-text-link{margin-top:0;color:var(--ink);font-size:16px;cursor:pointer}.field-error{margin:4px 0 0;color:#c82929;font-size:13px;line-height:18px;text-align:left}.notice{position:fixed;top:20px;right:20px;z-index:12000;width:min(390px,calc(100vw - 40px));display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #d6e5d9;border-radius:10px;box-shadow:0 12px 36px #1126151f;background:#fff;color:#112615;font-size:14px}.notice--error{border-color:#f3c4c4}.notice--success{border-color:var(--green)}.notice--info{border-color:#84b3e9}.notice button{flex:0 0 auto;border:0;background:transparent;color:inherit;font-size:24px;line-height:1;cursor:pointer}.notice button img{display:block;width:16px;height:16px}.register-container{width:100%;min-height:calc(100vh - 80px);align-self:stretch}.step-indicator{width:90%;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 0 40px;margin:0 auto 32px;list-style:none}.step-indicator li{position:relative;min-width:0;flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--ink);font-size:14px;font-weight:500;white-space:nowrap}.step-line{position:absolute;top:-12px;left:50%;z-index:0;width:100%;height:3px;background:#e0e0e0;transform:translate(-50%)}.step-indicator .is-active .step-line,.step-indicator .is-complete .step-line{background:var(--green)}.step-circle{position:relative;z-index:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #999;border-radius:50%;background:#fff;color:var(--ink);font-size:14px;font-weight:600}.step-indicator .is-active .step-circle{border:0;color:#fff;background:var(--green)}.register-form{width:410px;max-width:100%;display:flex;flex-direction:column;margin:0 auto}.register-intro{margin:4px 0 0;color:var(--muted)}.form-group{width:100%;margin-bottom:16px}.form-group label{display:block;padding-top:10px;margin-bottom:6px;color:var(--ink)}.form-group label span,.reward-label span{color:#e40819}.password-meter-row{width:100%;display:flex;align-items:center;gap:12px;margin-top:5px;color:var(--muted);font-size:12px}.password-meter{height:8px;flex:1 1;overflow:hidden;border-radius:5px;background:#ddd}.password-meter i{width:25%;height:100%;display:block;border-radius:inherit;background:#9b9b9b;transition:width .3s ease,background-color .3s ease}.password-meter.strength-2 i{width:50%;background:#e6c342}.password-meter.strength-3 i{width:75%;background:#8edc84}.password-meter.strength-4 i{width:100%;background:#0284c7}.password-rules{display:flex;flex-direction:column;gap:3px;margin-top:8px;padding:8px;border:1px solid #05ca05;border-radius:8px}.password-rules p{color:#000;font-size:10px;line-height:16px;text-align:left}.reward-form{gap:18px}.reward-form .register-intro{margin:-14px 0 0}.reward-label{margin-top:8px;color:var(--ink);font-weight:600}.reward-radios{display:flex;gap:24px}.reward-radios label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:16px;cursor:pointer}.reward-radios input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;display:grid;place-content:center;border:2px solid #999;border-radius:50%;background:#fff;cursor:pointer}.reward-radios input:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--green);transform:scale(0);transition:transform .2s ease}.reward-radios input:checked{border-color:var(--green)}.reward-radios input:checked:before{transform:scale(1)}.reward-box{overflow:hidden;border:1px solid #ccc;border-radius:8px}.reward-box-body{padding:16px}.reward-title-row{display:flex;align-items:center;gap:12px;padding-bottom:16px}.reward-title-row>img{flex:0 0 24px}.reward-title-row strong{color:#112615;font-size:16px;font-weight:600;line-height:20px}.reward-title-row p{margin-top:3px;color:#112615b3;font-size:14px;font-weight:500;line-height:20px}.suffix-input{position:relative}.suffix-input input{width:100%;height:44px;padding:12px 44px 12px 16px;border:1px solid #ccc;border-radius:12px;outline:0;background:#fff;font-size:14px}.suffix-input span{position:absolute;top:0;right:0;height:100%;min-width:40px;display:flex;align-items:center;justify-content:center;border-left:1px solid #d4d4d4;color:#000;font-weight:700}.reward-box>.field-error{padding:0 16px 6px}.reward-example{padding:12px;border-top:1px solid #ccc;background:#e5eae8;color:#333;font-size:13px;line-height:19px;text-align:left}.reward-example strong{font-size:14px}.registration-otp{margin:auto}.otp-inputs{width:100%;display:flex;justify-content:space-between;gap:10px;margin-bottom:16px}.otp-inputs input{width:60px;height:54px;padding:12px;border:1px solid #ccc;border-radius:8px;outline:0;background:#fff;color:#000;font-size:22px;text-align:center}.otp-inputs input:focus{border-color:var(--green)}.resend-button{border:0;background:#fff;color:#000;font-size:16px;cursor:pointer}.resend-button strong{color:#000}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:24px;background:linear-gradient(180deg,#fff,#f0f9ff)}.not-found h1{color:var(--dark);font-size:32px}.not-found .primary-pill{width:auto;min-width:220px}@media(min-width:1303px){.contact-layout{width:1280px}.contact-map{width:512px}.contact-cards{width:744px;flex:0 0 744px}}@media(min-width:1236px){.auth-form-side:has(.register-container){padding:0}.step-indicator{margin:0 auto}}@media(min-width:769px)and (max-width:1302px){.contact-layout{width:100%;flex-direction:column;align-items:center;padding-inline:40px}.contact-map{width:min(100%,744px)}.contact-cards{width:min(100%,744px);flex:0 0 auto}}@media(max-width:1235px){.auth-visual-side{display:none}.auth-form-side{flex-basis:100%}}@media(min-width:769px)and (max-width:1103px){.hero{margin-top:50px;padding:40px}.hero-content{margin-top:40px}.hero-content h1{font-size:42px}.hero-subtitle{margin:20px 0 30px;padding:0 20px;font-size:17px}.hero-actions{flex-direction:column;gap:20px;margin-top:40px}}@media(max-width:900px){.site-header{padding:16px 38px}.site-footer{min-height:166px;flex-direction:column;justify-content:center;gap:12px;padding:20px}.site-footer p{font-size:13px}.site-footer p:last-child{font-size:13px}}@media(max-width:768px){.site-header{position:absolute;height:72px;padding:16px}.site-logo,.site-logo img{width:130px;height:auto}.desktop-nav,.cabinet-link{display:none}.menu-button{display:block}.home-main{padding-top:72px}.hero{min-height:925px;padding:24px 16px 40px;text-align:center}.hero-content{margin-top:0}.hero-content h1{margin-top:32px;font-size:24px;line-height:1.4}.hero-subtitle{margin:16px 0 24px;padding:0 10px;font-size:13px;line-height:1.6}.hero-actions{flex-direction:column;gap:20px;margin-top:40px}.hero-cta{width:100%;max-width:320px;min-height:52px;justify-content:space-between;padding:14px 20px}.hero-cta-label{width:203px;height:24px}.hero-cta-arrow{right:8px;width:36px;height:36px}.hero-note{margin-top:16px;font-size:14px}.dashboard-preview{margin:100px auto 0;padding:10px}.dashboard-desktop{display:none}.dashboard-mobile{display:flex;flex-direction:column;gap:12px}.dashboard-mobile img{width:100%;height:auto;border-radius:10px}.features{margin-top:0;padding:40px 20px}.features h2,.how-it-works h2,.contact h2{font-size:28px;line-height:38px}.features>.section-subtitle,.how-it-works .section-subtitle,.contact>.section-subtitle{font-size:16px;line-height:26px}.features>.section-subtitle{padding:0 10px}.feature-list{gap:40px}.feature-row{flex-direction:column;align-items:flex-start;text-align:left}.feature-copy{width:100%;min-height:0;margin-top:0}.feature-copy h3{font-size:20px;line-height:26px}.feature-copy p{margin-top:6px;font-size:15px;line-height:24px}.feature-image,.feature-image img{width:100%;height:auto}.feature-image{margin-top:12px}.how-it-works{height:828px;min-height:828px;margin-top:40px;padding:66px 20px;text-align:left}.how-copy{max-width:100%;padding-left:0}.how-it-works h2{padding-inline:38px;line-height:36px;text-align:center}.how-it-works .section-subtitle{margin-top:12px;padding-inline:38px;text-align:center}.steps{gap:28px;margin-top:36px}.step{height:88px;gap:16px;padding-bottom:0}.step-number{width:56px;height:56px;flex-basis:56px;border-width:2px;font-size:16px}.step:not(:last-child) .step-number:after{height:62px}.step-copy h3{font-size:16px;line-height:24px}.step-copy p{width:auto;max-width:279px;margin-top:4px;font-size:14px;line-height:24px}.how-illustration{bottom:-20px;width:180px;opacity:.1}.pricing{padding:60px 20px}.pricing h2{font-size:32px;line-height:42px}.pricing>.section-subtitle{margin-bottom:40px;font-size:16px;line-height:26px}.plan-grid{flex-direction:column;align-items:center;gap:32px}.plan-card{width:100%;max-width:360px;height:auto;min-height:438px;padding:24px 20px}.plan-header{flex-wrap:wrap}.plan-badge{top:8px;right:8px;padding:4px 6px;font-size:11px}.plan-price{margin-bottom:12px;font-size:28px;line-height:36px}.plan-cta,.plan-rule{width:100%}.plan-card ul{margin-top:20px}.plan-card li{margin-bottom:12px}.contact{width:100%;padding:40px 16px;overflow-x:hidden}.contact h2{width:100%;line-height:38px}.contact>.section-subtitle{margin:16px 0 32px}.contact-layout{width:100%;padding-bottom:0}.contact-map{width:100%;height:240px}.contact-cards{min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.contact-card{width:100%;height:auto;min-height:160px;align-items:flex-start;padding:16px;text-align:left}.contact-card:last-child{grid-column:span 2}.contact-icon{width:48px;height:48px;margin-bottom:8px}.contact-card h3{font-size:16px;text-align:left}.contact-card a,.contact-card p{font-size:14px;line-height:20px;text-align:left}.auth-form-side{min-height:auto;align-items:flex-start;padding:100px 24px 40px}.auth-card,.registration-otp{margin:0 auto}.auth-card h1,.registration-otp h1,.register-form h1{font-size:24px}.auth-form input,.form-group>input,.password-field input{font-size:14px}.primary-pill,.secondary-button{min-height:44px;font-size:15px}.register-container{min-height:0}.step-indicator{width:100%;gap:16px;padding-bottom:16px}.step-indicator li{font-size:12px}.reward-title-row{align-items:flex-start}.otp-inputs input{width:48px;height:48px;font-size:18px}}@media(max-width:547px){.register-form h1,.register-intro{text-align:left}}@media(max-width:480px){.mobile-menu-panel{padding:20px 16px}.mobile-menu-top{margin-bottom:32px}.mobile-nav{gap:20px}.mobile-nav a{font-size:16px}.mobile-login-link{padding:10px 20px;font-size:15px}}@media(max-width:430px){.auth-shell{flex-direction:column;padding:0}.auth-mobile-logo{position:absolute;top:24px;left:24px;z-index:10;display:block;width:120px}.auth-form-side{width:100%;padding:120px 24px 40px}.auth-card,.registration-otp{align-items:flex-start}.auth-card h1,.auth-card .auth-intro{text-align:left}.step-indicator{gap:12px;padding-top:32px}.step-indicator li{font-size:10px}}@media(max-width:398px){.otp-inputs input{width:32px;height:32px;padding:4px}}@media(max-width:360px){.step-copy p{max-width:205px;font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.locale-switcher{display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid rgba(2,132,199,.2);border-radius:999px;background:#fffffff0;box-shadow:0 10px 30px #0f2b441f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.locale-switcher--docked{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:15000}.locale-switcher button{min-width:34px;height:30px;padding:0 8px;border:0;border-radius:999px;color:#31546e;background:transparent;font:750 11px/1 Montserrat,Arial,sans-serif;letter-spacing:.04em;cursor:pointer}.locale-switcher button.is-active{color:#fff;background:#0284c7}.locale-switcher button:focus-visible{outline:3px solid rgba(2,132,199,.25);outline-offset:2px}.join-page{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background-position:center;background-size:cover}.join-card{width:min(100%,560px);padding:36px;border:1px solid rgba(2,132,199,.22);border-radius:24px;background:#fffffff5;box-shadow:0 24px 70px #122f1924}.join-logo{display:block;width:auto;max-width:180px;max-height:72px;margin:0 auto 18px;object-fit:contain}.join-kicker{display:block;margin-bottom:8px;color:#0369a1;font-weight:700;text-align:center}.join-card h1,.join-card>p{text-align:center}.join-card h1{margin:0 0 10px;color:#112615;font-size:30px}.join-card>p{margin:0 0 26px;color:#585d59;line-height:1.55}.join-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.join-form>label{display:grid;gap:8px;color:#293c2d;font-size:14px;font-weight:600}.join-form input:not([type=radio]){width:100%;min-height:48px;padding:0 14px;border:1px solid #d8ded9;border-radius:10px;background:#fff;font:inherit}.join-form fieldset{display:flex;grid-column:1 / -1;gap:24px;padding:0;border:0}.join-form fieldset legend{margin-bottom:10px;color:#293c2d;font-size:14px;font-weight:600}.join-form fieldset label{display:flex;align-items:center;gap:8px}.join-form .primary-pill{grid-column:1 / -1}.join-success-mark{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:#0284c7}.join-success-mark img{width:30px;height:30px;filter:brightness(0) invert(1)}.wallet-actions{display:grid;gap:12px;margin-top:28px}.wallet-button{display:grid;place-items:center;min-height:52px;padding:12px 20px;border:0;border-radius:12px;background:#151515;color:#fff;font:600 15px/1.2 Montserrat,Arial,sans-serif;text-decoration:none}.wallet-button--google{background:#fff;color:#202124;border:1px solid #dadce0}.wallet-button:disabled{background:#eef1ee;color:#778078;cursor:not-allowed}@media(max-width:620px){.join-page{padding:20px 16px}.join-card{padding:28px 20px;border-radius:18px}.join-card h1{font-size:24px}.join-form{grid-template-columns:1fr}.join-form fieldset,.join-form .primary-pill{grid-column:1}}:root{--brand: #0284c7;--brand-hover: #0369a1;--brand-dark: #075985;--sky-50: #f0f9ff;--sky-100: #e0f2fe;--sky-200: #bae6fd;--sky-300: #7dd3fc;--surface: #ffffff;--ink-strong: #0f172a;--ink-muted: #475569;--green: var(--brand);--green-hover: var(--brand-hover);--pale: var(--sky-50)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-color:#0284c761}.brand-lockup{position:relative;display:inline-flex;align-items:center;overflow:hidden}.brand-lockup img{width:100%;height:auto;object-fit:contain}.brand-icon{width:28px;height:28px;display:inline-grid;place-items:center}.brand-icon img{width:26px;height:26px}.home-page{overflow:clip;color:var(--ink-strong);background:var(--surface)}.home-page .site-header{position:fixed;top:16px;left:50%;width:min(calc(100% - 48px),1280px);height:72px;padding:12px 18px 12px 24px;border:1px solid rgba(186,230,253,.8);border-radius:22px;background:#ffffffe6;box-shadow:0 18px 50px #0369a11a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%)}.home-page .site-logo,.home-page .site-logo img{width:184px;height:auto}.home-page .desktop-nav{gap:clamp(18px,2.4vw,34px)}.home-page .desktop-nav a{color:#334155;font-size:14px;font-weight:650}.home-page .desktop-nav a:hover{color:var(--brand-dark)}.home-page .cabinet-link{height:46px;padding:0 22px;border:1px solid var(--brand);color:var(--brand-dark);background:var(--sky-50);font-size:14px;font-weight:700}.home-page .cabinet-link img{filter:hue-rotate(145deg) saturate(1.3)}.home-page .cabinet-link:hover{color:#fff;background:var(--brand)}.home-page .home-main{padding-top:0}.home-page .hero{isolation:isolate;min-height:820px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(42px,6vw,88px);padding:152px max(40px,calc((100vw - 1280px)/2)) 96px;background:radial-gradient(circle at 14% 14%,rgba(125,211,252,.48),transparent 29%),radial-gradient(circle at 87% 35%,rgba(186,230,253,.9),transparent 34%),linear-gradient(145deg,#fff 0%,var(--sky-50) 55%,#fff 100%)}.home-page .hero:before{top:0;right:0;bottom:0;left:0;height:auto;background-image:linear-gradient(rgba(2,132,199,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(2,132,199,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 86%);mask-image:linear-gradient(to bottom,#000,transparent 86%)}.home-page .hero-content{max-width:610px;margin:0;text-align:left}.home-page .hero-eyebrow,.home-page .hero-announcement{width:fit-content;display:inline-flex;align-items:center;gap:10px;margin:0 0 24px;padding:7px 14px 7px 8px;border:1px solid var(--sky-200);border-radius:999px;color:var(--brand-dark);background:#ffffffdb;box-shadow:0 12px 28px #0284c714;font-size:13px;font-weight:750;line-height:1.3}.home-page .hero-content h1{color:var(--ink-strong);font-size:clamp(44px,5.2vw,74px);font-weight:790;letter-spacing:-.055em;line-height:1.03}.home-page .hero-content h1 span{color:var(--brand)}.home-page .hero-subtitle{max-width:580px;margin:26px 0 0;color:var(--ink-muted);font-size:clamp(16px,1.45vw,19px);line-height:1.75}.home-page .hero-actions{justify-content:flex-start;gap:12px;margin-top:32px}.home-page .hero-cta,.home-page .hero-secondary{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-size:15px;font-weight:750}.home-page .hero-cta{min-width:190px;gap:18px;padding:0 18px 0 24px;background:var(--brand);box-shadow:0 14px 30px #0284c73d}.home-page .hero-cta:hover{background:var(--brand-hover)}.home-page .hero-cta-arrow{position:static;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ffffff2e;transform:none;font-size:18px}.home-page .hero-secondary{min-width:152px;padding:0 20px;border:1px solid var(--sky-200);color:var(--brand-dark);background:#ffffffbd}.home-page .hero-secondary:hover{border-color:var(--brand);background:#fff}.home-page .hero-note{margin-top:18px;color:#334155;font-size:13px;font-weight:650;text-align:left}.wallet-availability{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.wallet-availability span{padding:7px 11px;border:1px solid rgba(186,230,253,.85);border-radius:999px;color:#334155;background:#ffffffad;font-size:11px;font-weight:700}.hero-product{position:relative;min-width:0;padding:54px 0 44px}.hero-product__glow{position:absolute;top:10%;right:4%;bottom:4%;left:4%;border-radius:50%;background:#7dd3fc80;filter:blur(65px)}.home-page .dashboard-preview{position:relative;width:112%;max-width:none;margin:0 0 0 -4%;padding:14px;border:1px solid rgba(186,230,253,.9);border-radius:26px;background:#ffffffd9;box-shadow:0 30px 80px #0369a12e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:rotate(1.2deg)}.home-page .dashboard-desktop{margin:0;border-radius:15px}.hero-stat{position:absolute;z-index:3;min-width:164px;padding:14px 16px;border:1px solid var(--sky-200);border-radius:17px;background:#fffffff0;box-shadow:0 20px 46px #0369a124}.hero-stat strong,.hero-stat span{display:block}.hero-stat strong{color:var(--brand-dark);font-size:15px}.hero-stat span{margin-top:4px;color:var(--ink-muted);font-size:11px}.hero-stat--left{left:-20px;bottom:26px}.hero-stat--right{top:16px;right:-8px}@media(max-width:1100px){.home-page .desktop-nav{display:none}.home-page .menu-button{display:block}.home-page .hero{grid-template-columns:1fr;gap:34px;padding-inline:max(32px,calc((100vw - 820px)/2))}.home-page .hero-content{max-width:760px;text-align:center}.home-page .hero-eyebrow,.home-page .hero-announcement,.home-page .hero-subtitle{margin-inline:auto}.home-page .hero-actions{justify-content:center}.home-page .hero-note{text-align:center}.wallet-availability{justify-content:center}.hero-product{width:min(100%,820px);margin-inline:auto}}@media(max-width:768px){.home-page .site-header{top:10px;width:calc(100% - 24px);height:62px;padding:9px 12px 9px 16px;border-radius:18px}.home-page .site-logo,.home-page .site-logo img{width:150px}.home-page .hero{min-height:0;padding:112px 18px 64px}.home-page .hero-content h1{margin-top:0;font-size:clamp(38px,12vw,54px);line-height:1.04}.home-page .hero-subtitle{padding:0;font-size:15px;line-height:1.65}.home-page .hero-actions{flex-direction:row;gap:10px;margin-top:26px}.home-page .hero-cta,.home-page .hero-secondary{width:auto;min-width:0;flex:1 1 0;padding-inline:14px}.home-page .hero-cta-arrow{display:none}.wallet-availability{margin-top:22px}.hero-product{padding:24px 0 48px}.home-page .dashboard-preview{width:100%;margin:0;padding:8px;border-radius:18px;transform:none}.home-page .dashboard-desktop{display:block}.home-page .dashboard-mobile{display:none}.hero-stat{min-width:140px;padding:11px 13px;border-radius:14px}.hero-stat--left{left:8px;bottom:2px}.hero-stat--right{top:4px;right:6px}.brand-lockup--menu{width:148px}}@media(max-width:480px){.home-page .hero-eyebrow,.home-page .hero-announcement{font-size:11px}.home-page .hero-actions{flex-direction:column}.home-page .hero-cta,.home-page .hero-secondary{width:100%}.hero-stat--right{display:none}}.home-page section[id]{scroll-margin-top:104px}.section-heading{width:min(100%,760px);margin:0 auto 48px;text-align:center}.section-kicker{margin-bottom:14px;color:var(--brand-dark);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-page .features,.home-page .pricing,.home-page .contact{margin:0;padding:104px max(24px,calc((100vw - 1200px)/2))}.home-page .features h2,.home-page .how-it-works h2,.home-page .pricing h2,.home-page .contact h2{color:var(--ink-strong);font-size:clamp(38px,4.2vw,58px);font-weight:760;letter-spacing:-.045em;line-height:1.08}.home-page .features h2 span,.home-page .how-it-works h2 span,.home-page .pricing h2 span,.home-page .contact h2 span{color:var(--brand)}.home-page .section-subtitle{margin-top:18px;color:var(--ink-muted);font-size:16px;font-weight:480;line-height:1.7}.home-page .features{background:#fff}.home-page .features>.section-subtitle,.home-page .features>h2{display:none}.home-page .feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-page .feature-row{min-width:0;min-height:500px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:28px;padding:34px;overflow:hidden;border:1px solid var(--sky-100);border-radius:28px;background:linear-gradient(145deg,#fff,var(--sky-50));box-shadow:0 18px 50px #0f172a0f}.home-page .feature-row--2,.home-page .feature-row--3{background:linear-gradient(145deg,var(--sky-50),var(--sky-100))}.home-page .feature-copy{width:auto;min-height:0;margin:0}.feature-index{width:42px;height:42px;display:grid;place-items:center;margin-bottom:22px;border:1px solid var(--sky-200);border-radius:13px;color:var(--brand-dark);background:#ffffffb8;font-size:12px;font-weight:800}.home-page .feature-copy h3{max-width:520px;color:var(--ink-strong);font-size:clamp(22px,2.5vw,31px);font-weight:720;letter-spacing:-.025em;line-height:1.18}.home-page .feature-copy p{max-width:540px;margin-top:14px;color:var(--ink-muted);font-size:15px;line-height:1.7}.home-page .feature-image,.home-page .feature-image img{width:100%;height:245px}.home-page .feature-image{margin:0;padding:12px;overflow:hidden;border:1px solid rgba(186,230,253,.8);border-radius:20px;background:#ffffffad}.home-page .feature-image img{object-fit:contain}.home-page .how-it-works{position:relative;width:min(calc(100% - 48px),1200px);min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);align-items:center;gap:72px;margin:0 auto 104px;padding:68px;border:1px solid var(--sky-200);border-radius:34px;background:linear-gradient(135deg,var(--sky-50),var(--sky-100));box-shadow:0 30px 80px #0369a11a}.home-page .how-copy{max-width:none;padding:0}.home-page .how-copy>.section-subtitle{max-width:620px;margin-top:18px}.home-page .steps{gap:14px;margin-top:36px}.home-page .step{min-height:0;gap:16px;padding:16px;border:1px solid rgba(186,230,253,.8);border-radius:18px;background:#ffffffb8}.home-page .step-number{width:46px;height:46px;flex-basis:46px;border:0;border-radius:14px;color:#fff;background:var(--brand);font-size:13px}.home-page .step:not(:last-child) .step-number:after{display:none}.home-page .step-copy h3{color:var(--ink-strong);font-size:16px;line-height:1.35}.home-page .step-copy p{width:auto;margin-top:5px;color:var(--ink-muted);font-size:13px;line-height:1.55}.how-visual{position:relative;min-height:500px;display:grid;place-items:center;padding:32px;overflow:hidden;border:1px solid rgba(125,211,252,.9);border-radius:28px;background:#ffffffb8}.home-page .how-illustration{position:static;width:min(100%,390px);opacity:1}.how-visual__message{position:absolute;right:18px;bottom:18px;left:18px;padding:17px 18px;border:1px solid var(--sky-200);border-radius:17px;background:#ffffffeb;box-shadow:0 14px 36px #0369a11f}.how-visual__message strong,.how-visual__message span{display:block}.how-visual__message strong{color:var(--brand-dark);font-size:14px}.how-visual__message span{margin-top:5px;color:var(--ink-muted);font-size:12px;line-height:1.5}.home-page .pricing{background:var(--sky-50)}.home-page .pricing>h2,.home-page .pricing>.section-subtitle{display:none}.home-page .plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px}.home-page .plan-card{width:auto;height:auto;min-height:520px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--sky-200);border-radius:26px;background:#fff;box-shadow:0 18px 48px #0f172a0e}.home-page .plan-card--featured{border-color:var(--brand);box-shadow:0 24px 62px #0284c729;transform:translateY(-10px)}.home-page .plan-card:hover,.home-page .plan-card:focus-within{border-color:var(--brand);background:#fff;transform:translateY(-6px)}.home-page .plan-card--featured:hover,.home-page .plan-card--featured:focus-within{transform:translateY(-14px)}.home-page .plan-header{min-height:54px;margin-bottom:20px}.home-page .plan-header img{filter:hue-rotate(137deg) saturate(1.35)}.home-page .plan-header h3{color:var(--ink-strong);font-weight:720}.home-page .plan-badge{top:0;right:0;max-width:142px;padding:5px 8px;border-radius:8px;color:var(--brand-dark);background:var(--sky-100);font-size:9px;font-weight:800;opacity:1}.home-page .plan-price{margin-bottom:22px;color:var(--ink-strong);font-size:34px;letter-spacing:-.03em}.home-page .plan-price span{color:var(--ink-muted);font-size:13px}.home-page .plan-cta,.home-page .plan-rule{width:100%}.home-page .plan-cta{height:48px;margin-bottom:24px;border-radius:14px;background:var(--brand);font-weight:720}.home-page .plan-cta:hover{background:var(--brand-hover)}.home-page .plan-rule{border-color:var(--sky-100)}.home-page .plan-card ul{flex:1 1 auto;margin-top:24px}.home-page .plan-card li{color:#334155;font-size:13px;line-height:1.45}.home-page .plan-card li img{filter:hue-rotate(137deg) saturate(1.35)}.home-page .contact{background:#fff}.home-page .contact:before{display:none}.home-page .contact-layout{width:min(100%,1200px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:stretch;gap:28px;padding:62px;border-radius:34px;background:linear-gradient(135deg,var(--brand-dark),var(--brand));box-shadow:0 30px 74px #0369a133}.contact-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home-page .contact .section-kicker,.home-page .contact h2,.home-page .contact h2 span{color:#fff}.home-page .contact .section-subtitle{max-width:540px;color:#ffffffc7}.contact-cta{min-height:48px;display:inline-flex;align-items:center;gap:16px;margin-top:28px;padding:0 18px;border-radius:14px;color:var(--brand-dark);background:#fff;font-size:14px;font-weight:750}.home-page .contact-cards{min-width:0;display:grid;grid-template-columns:1fr;gap:14px}.home-page .contact-card{width:auto;height:auto;min-height:138px;display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto;align-content:center;align-items:center;justify-content:start;column-gap:16px;padding:20px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left}.home-page .contact-icon{width:54px;height:54px;grid-row:1 / 3;margin:0;border-color:#ffffff47;background:#ffffff1f}.home-page .contact-icon img{filter:brightness(0) invert(1)}.home-page .contact-card h3,.home-page .contact-card a,.home-page .contact-card p{color:#fff;text-align:left}.home-page .contact-card h3{margin:0 0 4px;font-size:13px;opacity:.72}.home-page .contact-card a,.home-page .contact-card p{font-size:clamp(14px,1.5vw,18px);font-weight:650;line-height:1.4}.home-page .contact-map{width:100%;height:260px;grid-column:1 / -1;border-color:#ffffff3d}.home-page .site-footer{display:block;padding:64px max(24px,calc((100vw - 1200px)/2)) 24px;border-top:1px solid var(--sky-100);background:var(--sky-50)}.footer-main{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(150px,.55fr) minmax(220px,.7fr);gap:54px;padding-bottom:52px}.footer-brand .brand-lockup{width:190px}.footer-brand p{max-width:410px;margin-top:18px;color:var(--ink-muted);font-size:14px;line-height:1.7}.footer-nav,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-nav strong,.footer-contact strong{margin-bottom:4px;color:var(--ink-strong);font-size:13px}.footer-nav a,.footer-contact a{color:var(--ink-muted);font-size:13px;line-height:1.5}.footer-nav a:hover,.footer-contact a:hover{color:var(--brand-dark)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid var(--sky-200)}.home-page .footer-bottom p,.footer-bottom a{color:#64748b;font-size:12px}.footer-bottom a{padding:7px 11px;border:1px solid var(--sky-200);border-radius:999px;background:#ffffffa6;font-weight:700}.auth-shell{gap:20px;background:var(--sky-50)}.auth-form-side{border:1px solid var(--sky-100);border-radius:28px;background:#fff}.auth-visual-side{width:min(48vw,710px);flex-basis:min(48vw,710px);align-items:stretch}.auth-brand-card{position:relative;width:100%;min-height:calc(100vh - 40px);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:64px;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 75% 12%,rgba(255,255,255,.32),transparent 28%),linear-gradient(145deg,var(--brand-dark),var(--brand));color:#fff}.auth-brand-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 80%);mask-image:linear-gradient(to bottom,#000,transparent 80%)}.auth-brand-card>*{position:relative;z-index:1}.auth-brand-card__icon{width:88px;height:88px;display:grid;place-items:center;margin-bottom:auto;border:1px solid rgba(255,255,255,.25);border-radius:26px;background:#ffffff21}.auth-brand-card__icon img{width:58px;height:58px;filter:brightness(0) invert(1)}.auth-brand-card__logo{width:230px;margin-bottom:26px;padding:9px 12px;border-radius:12px;background:#fff}.auth-brand-card h2{max-width:560px;font-size:clamp(34px,4vw,58px);letter-spacing:-.045em;line-height:1.05}.auth-brand-card>p{max-width:540px;margin-top:20px;color:#ffffffc7;font-size:15px;line-height:1.7}.auth-brand-card>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.auth-brand-card>div span{padding:8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1a;font-size:11px;font-weight:700}.auth-mobile-logo,.not-found__logo{width:176px}.not-found{background:linear-gradient(145deg,#fff,var(--sky-50))}@media(max-width:1000px){.home-page .feature-list{grid-template-columns:1fr}.home-page .feature-row{min-height:0}.home-page .how-it-works{grid-template-columns:1fr;gap:36px;padding:48px}.how-visual{min-height:430px}.home-page .plan-grid{width:min(100%,720px);grid-template-columns:1fr;margin-inline:auto}.home-page .plan-card--featured,.home-page .plan-card--featured:hover,.home-page .plan-card--featured:focus-within{transform:none}.home-page .contact-layout{grid-template-columns:1fr;padding:48px}.home-page .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-page .features,.home-page .pricing,.home-page .contact{padding:72px 18px}.section-heading{margin-bottom:34px}.home-page .features h2,.home-page .how-it-works h2,.home-page .pricing h2,.home-page .contact h2{font-size:36px;line-height:1.1}.home-page .feature-row{padding:24px;border-radius:22px}.home-page .feature-image,.home-page .feature-image img{height:210px}.home-page .how-it-works{width:calc(100% - 36px);height:auto;margin-bottom:72px;padding:28px 22px;border-radius:24px;text-align:left}.home-page .how-it-works h2,.home-page .how-it-works .section-subtitle{padding-inline:0;text-align:left}.home-page .steps{gap:10px}.home-page .step{height:auto}.home-page .step-copy p{max-width:none}.how-visual{min-height:360px;padding:18px;border-radius:20px}.home-page .plan-card{min-height:0;padding:24px}.home-page .contact-layout{padding:30px 22px;border-radius:24px}.home-page .contact-cards{grid-template-columns:1fr}.home-page .contact-card:last-child{grid-column:auto}.home-page .site-footer{min-height:0;padding:48px 20px 20px}.footer-main{grid-template-columns:1fr 1fr;gap:34px 20px}.footer-brand{grid-column:1 / -1}.footer-bottom{align-items:flex-start;flex-direction:column}.mobile-menu-overlay{background:#f0f9fff7}.mobile-menu-panel,.mobile-menu-panel.is-closing{animation-duration:.24s}.mobile-menu-top button{background:transparent}.mobile-nav a{color:var(--ink-strong);font-weight:650}.mobile-login-link{background:var(--brand)}}@media(max-width:430px){.auth-mobile-logo{width:166px}}.editorial-home{--eh-blue: #0284c7;--eh-blue-dark: #0369a1;--eh-navy: #071b3b;--eh-ink: #0f172a;--eh-muted: #526176;--eh-ice: #f0f9ff;--eh-sky: #e0f2fe;--eh-line: #bae6fd;min-height:100vh;overflow:clip;color:var(--eh-ink);background:#fff}.editorial-home main{display:block}.editorial-home [data-eh-reveal]{opacity:0;transform:translate3d(0,34px,0);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.editorial-home [data-eh-reveal].is-visible{opacity:1;transform:translateZ(0)}.eh-hero{position:relative;min-height:min(790px,calc(100vh - 36px));margin:18px;overflow:hidden;border-radius:36px;background:var(--eh-navy);isolation:isolate}.eh-hero__media,.eh-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.eh-hero__media{z-index:-2;object-fit:cover;object-position:center;transform:translate3d(0,var(--eh-parallax, 0),0) scale(1.055);animation:ehHeroEnter 1.2s cubic-bezier(.22,1,.36,1) both;will-change:transform}.eh-hero__scrim{z-index:-1;background:#001b3687}.eh-header{position:absolute;top:18px;left:28px;right:28px;z-index:1200;min-height:66px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:28px;padding:8px 10px 8px 18px;border:1px solid transparent;border-radius:999px;transition:top .26s ease,width .26s ease,background-color .26s ease,border-color .26s ease,box-shadow .26s ease}.eh-header.is-scrolled{position:fixed;top:12px;left:50%;right:auto;width:min(calc(100% - 32px),1280px);transform:translate(-50%);border-color:#0284c724;background:#ffffffeb;box-shadow:0 16px 42px #0f172a1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.eh-logo{width:188px;display:block}.eh-logo img{width:100%;filter:brightness(0) invert(1)}.eh-header.is-scrolled .eh-logo img{filter:none}.eh-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.7vw,42px)}.eh-nav a{position:relative;color:#fff;font-size:13px;font-weight:650;white-space:nowrap}.eh-nav a:after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:2px;border-radius:999px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .22s ease}.eh-nav a:hover:after,.eh-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.eh-header.is-scrolled .eh-nav a{color:var(--eh-ink)}.eh-header-actions{display:flex;align-items:center;gap:10px}.eh-login,.eh-header-cta{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;font-size:13px;font-weight:720;transition:transform .22s ease,background-color .22s ease,color .22s ease}.eh-login{border:1px solid rgba(255,255,255,.64);color:#fff;background:#ffffff0f}.eh-header-cta{color:var(--eh-ink);background:#fff}.eh-header.is-scrolled .eh-login{border-color:#0284c757;color:var(--eh-blue-dark);background:transparent}.eh-header.is-scrolled .eh-header-cta{color:#fff;background:var(--eh-blue)}.eh-login:hover,.eh-header-cta:hover{transform:translateY(-2px)}.eh-menu-button{display:none;width:44px;height:44px;place-items:center;padding:0;border:0;border-radius:50%;background:#ffffff1f}.eh-menu-button img{width:24px;height:24px;filter:brightness(0) invert(1)}.eh-header.is-scrolled .eh-menu-button{background:var(--eh-sky)}.eh-header.is-scrolled .eh-menu-button img{filter:none}.eh-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:flex;justify-content:flex-end;padding:12px;background:#071b3b85;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.eh-mobile-menu__panel{width:min(420px,100%);min-height:100%;display:flex;flex-direction:column;padding:24px;border-radius:28px;background:#fff;animation:ehMenuIn .32s cubic-bezier(.22,1,.36,1) both}.eh-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:20px}.eh-mobile-menu__top>img{width:180px}.eh-mobile-menu__top button{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--eh-ice)}.eh-mobile-menu__top button img{width:22px;height:22px}.eh-mobile-menu nav{display:flex;flex-direction:column;gap:0;margin-top:58px;border-top:1px solid var(--eh-line)}.eh-mobile-menu nav a{padding:20px 2px;border-bottom:1px solid var(--eh-line);color:var(--eh-ink);font-size:24px;font-weight:720}.eh-mobile-menu__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.eh-mobile-menu__actions a{min-height:52px;display:grid;place-items:center;padding:0 14px;border:1px solid var(--eh-blue);border-radius:999px;color:var(--eh-blue-dark);font-size:13px;font-weight:720;text-align:center}.eh-mobile-menu__actions a:last-child{color:#fff;background:var(--eh-blue)}.eh-hero__copy{position:absolute;top:52%;left:50%;z-index:2;width:min(820px,calc(100% - 48px));color:#fff;text-align:center;transform:translate(-50%,-50%);animation:ehCopyEnter .98s .22s cubic-bezier(.22,1,.36,1) both}.eh-hero__copy>p{width:fit-content;margin:0 auto 20px;padding:9px 15px;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:#05264285;font-size:12px;font-weight:720;letter-spacing:.04em}.eh-hero__copy h1{font-size:clamp(46px,6vw,84px);font-weight:820;letter-spacing:-.065em;line-height:.98;text-wrap:balance}.eh-hero__copy h1 span{color:var(--eh-line)}.eh-hero__support{max-width:620px;margin:24px auto 0;color:#ffffffd1;font-size:clamp(15px,1.6vw,20px);line-height:1.6}.eh-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}.eh-hero__actions a{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border:1px solid rgba(255,255,255,.68);border-radius:999px;color:#fff;background:#ffffff14;font-size:14px;font-weight:740;transition:transform .22s ease,background-color .22s ease,color .22s ease}.eh-hero__actions a:first-child{border-color:#fff;color:var(--eh-ink);background:#fff}.eh-hero__actions a:hover{transform:translateY(-3px)}.eh-proof{height:78px;margin:0 18px;overflow:hidden;border-bottom:1px solid var(--eh-line);background:#fff}.eh-proof__track{width:max-content;height:100%;display:flex;align-items:center;animation:ehTicker 30s linear infinite}.eh-proof:hover .eh-proof__track{animation-play-state:paused}.eh-proof__group{display:flex;align-items:center}.eh-proof__group span{display:inline-flex;align-items:center;gap:20px;padding:0 34px;color:var(--eh-blue-dark);font-size:12px;font-weight:760;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.eh-proof__group span:after{content:"";width:7px;height:7px;display:block;border-radius:50%;background:var(--eh-blue)}.eh-statement,.eh-transformation,.eh-feature-chapter,.eh-wallet-frame,.eh-process,.eh-pricing,.eh-testimonial,.eh-final-cta,.eh-footer{width:min(calc(100% - 48px),1280px);margin-inline:auto}.eh-statement{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);align-items:end;gap:64px;padding:142px 22px 72px}.eh-statement h2{font-size:clamp(48px,6.4vw,92px);font-weight:820;letter-spacing:-.07em;line-height:.96}.eh-statement h2 span{color:var(--eh-blue)}.eh-statement p{padding-bottom:8px;color:var(--eh-muted);font-size:16px;line-height:1.75}.eh-transformation{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px}.eh-transform-card{position:relative;min-height:510px;overflow:hidden;border-radius:30px;color:#fff;background:var(--eh-navy)}.eh-transform-card>img:first-child,.eh-transform-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.eh-transform-card>img:first-child{object-fit:cover;transition:transform .9s cubic-bezier(.22,1,.36,1)}.eh-transform-card__scrim{background:#03142675}.eh-transform-card:hover>img:first-child{transform:scale(1.045)}.eh-transform-tag{position:absolute;top:22px;left:22px;z-index:2;padding:9px 14px;border-radius:999px;color:var(--eh-ink);background:#fff;font-size:12px;font-weight:760}.eh-transform-card--after .eh-transform-tag{color:var(--eh-blue-dark)}.eh-transform-card ul{position:absolute;right:30px;bottom:30px;left:30px;z-index:2;display:grid;gap:12px;margin:0;padding:0;list-style:none}.eh-transform-card li{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:630;line-height:1.45}.eh-transform-card li img{width:20px;height:20px;flex:0 0 auto;margin-top:-1px;padding:4px;border-radius:50%;background:#fff}.eh-transform-card--after li img{padding:0;background:transparent}.eh-transform-arrow{position:absolute;top:50%;left:50%;z-index:3;width:64px;height:64px;display:grid;place-items:center;border:6px solid #fff;border-radius:50%;background:var(--eh-blue);transform:translate(-50%,-50%);box-shadow:0 12px 32px #0284c747}.eh-transform-arrow img{width:22px;filter:brightness(0) invert(1)}.eh-feature-chapter{display:grid;grid-template-columns:minmax(310px,.85fr) minmax(0,1.15fr);gap:84px;padding:150px 24px}.eh-chapter-heading>p,.eh-process__heading>p,.eh-pricing__heading>p,.eh-final-cta p,.eh-wallet-frame__copy>p{margin-bottom:18px;color:var(--eh-blue);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eh-chapter-heading h2{max-width:500px;font-size:clamp(42px,4.7vw,68px);font-weight:820;letter-spacing:-.055em;line-height:1.02}.eh-accordion{border-top:1px solid var(--eh-line)}.eh-accordion article{border-bottom:1px solid var(--eh-line)}.eh-accordion button{width:100%;display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:16px;padding:24px 0;border:0;background:transparent;text-align:left;cursor:pointer}.eh-accordion button>span{color:var(--eh-blue);font-size:12px;font-weight:800}.eh-accordion button strong{color:var(--eh-ink);font-size:clamp(17px,1.7vw,23px);font-weight:710;line-height:1.32}.eh-accordion button img{width:20px;justify-self:end;transition:transform .3s ease}.eh-accordion article.is-open button img{transform:rotate(90deg)}.eh-accordion__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .36s ease}.eh-accordion__body p{max-width:650px;overflow:hidden;color:var(--eh-muted);font-size:14px;line-height:1.75}.eh-accordion article.is-open .eh-accordion__body{grid-template-rows:1fr}.eh-accordion article.is-open .eh-accordion__body p{padding:0 0 26px 58px}.eh-wallet-frame{min-height:560px;display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);align-items:center;gap:26px;padding:74px;overflow:hidden;border-radius:34px;color:#fff;background:var(--eh-navy)}.eh-wallet-frame__copy{position:relative;z-index:2}.eh-wallet-frame__copy>p{color:var(--eh-line)}.eh-wallet-frame h2{max-width:520px;font-size:clamp(42px,4.9vw,70px);font-weight:820;letter-spacing:-.06em;line-height:1.02}.eh-wallet-frame__copy>span{max-width:520px;display:block;margin-top:24px;color:#ffffffb8;font-size:15px;line-height:1.7}.eh-wallet-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.eh-wallet-badges b{padding:10px 14px;border:1px solid rgba(255,255,255,.32);border-radius:999px;font-size:11px;font-weight:700}.eh-wallet-frame__visual{position:relative;min-height:410px;display:grid;place-items:center}.eh-wallet-frame__visual>img{position:relative;z-index:2;width:min(760px,120%);max-width:none;justify-self:center;object-fit:contain;animation:ehFloat 5.6s ease-in-out infinite;filter:drop-shadow(0 28px 38px rgba(0,0,0,.26))}.eh-wallet-constellation{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.eh-wallet-mark{position:absolute;width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:15px;color:#fff;background:#ffffff21;box-shadow:0 16px 32px #0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:ehWalletOrbit 5.8s ease-in-out infinite alternate}.eh-wallet-mark svg{width:25px;height:25px}.eh-wallet-mark--one{top:7%;left:5%}.eh-wallet-mark--two{top:16%;right:2%;animation-delay:-1.4s}.eh-wallet-mark--three{bottom:11%;right:11%;animation-delay:-2.8s}.eh-wallet-mark--four{bottom:4%;left:14%;animation-delay:-4.2s}@keyframes ehWalletOrbit{to{transform:translate3d(0,-10px,0) rotate(3deg)}}.eh-process{margin-top:128px;padding:78px;border-radius:34px;background:var(--eh-ice)}.eh-process__heading{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:44px}.eh-process__heading>p{grid-column:1 / -1;margin-bottom:-16px}.eh-process__heading h2{font-size:clamp(42px,5vw,72px);font-weight:820;letter-spacing:-.06em;line-height:1}.eh-process__heading h2 span{color:var(--eh-blue)}.eh-process__heading>div{color:var(--eh-muted);font-size:15px;line-height:1.7}.eh-process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:58px}.eh-process__steps article{min-height:290px;display:flex;flex-direction:column;padding:26px;border-top:3px solid var(--eh-blue);background:#fff;transition:transform .3s ease,box-shadow .3s ease;transition-delay:var(--eh-delay, 0ms)}.eh-process__steps article:hover{transform:translateY(-8px);box-shadow:0 18px 36px #0369a11c}.eh-process__steps article>span{color:var(--eh-blue);font-size:12px;font-weight:820}.eh-process__steps h3{margin-top:auto;color:var(--eh-ink);font-size:21px;font-weight:750;letter-spacing:-.035em;line-height:1.25}.eh-process__steps p{margin-top:12px;color:var(--eh-muted);font-size:13px;line-height:1.6}.eh-pricing{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-template-rows:auto auto;gap:26px 72px;padding:150px 24px 130px}.eh-pricing__heading{grid-row:1 / 3;align-self:center}.eh-pricing__heading h2{font-size:clamp(42px,4.8vw,68px);font-weight:820;letter-spacing:-.06em;line-height:1}.eh-pricing__heading>span{max-width:500px;display:block;margin-top:24px;color:var(--eh-muted);font-size:15px;line-height:1.7}.eh-plan-switcher{display:flex;flex-wrap:wrap;gap:8px;align-self:end}.eh-plan-switcher button{min-height:42px;padding:0 17px;border:1px solid var(--eh-line);border-radius:999px;color:var(--eh-muted);background:#fff;font-size:12px;font-weight:730;cursor:pointer}.eh-plan-switcher button.is-active{border-color:var(--eh-blue);color:#fff;background:var(--eh-blue)}.eh-plan-detail{display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,1.3fr);gap:34px;padding:38px;border-radius:28px;background:var(--eh-ice)}.eh-plan-detail__label{color:var(--eh-blue-dark);font-size:10px;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.eh-plan-detail h3{margin-top:8px;font-size:28px;font-weight:800}.eh-plan-detail__price{margin-top:12px;color:var(--eh-blue-dark);font-size:34px;font-weight:820;letter-spacing:-.05em}.eh-plan-detail__price small{color:var(--eh-muted);font-size:12px;font-weight:620;letter-spacing:0}.eh-plan-detail>div>a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;margin-top:24px;padding:0 20px;border-radius:999px;color:#fff;background:var(--eh-blue);font-size:12px;font-weight:740}.eh-plan-detail ul{display:grid;align-content:center;gap:12px;margin:0;padding:0;list-style:none}.eh-plan-detail li{display:flex;align-items:flex-start;gap:10px;color:var(--eh-ink);font-size:12px;line-height:1.5}.eh-plan-detail li img{width:18px;height:18px;flex:0 0 auto}.eh-testimonial{position:relative;min-height:360px;overflow:hidden;border-radius:34px;background:var(--eh-ice)}.eh-testimonial>img,.eh-testimonial__scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.eh-testimonial>img{object-fit:cover}.eh-testimonial__scrim{background:#f0f9ff2e}.eh-testimonial__copy{position:relative;z-index:2;width:58%;min-height:360px;display:flex;flex-direction:column;justify-content:center;padding:56px 70px}.eh-quote-mark{height:46px;color:var(--eh-blue);font-family:Georgia,serif;font-size:78px;font-weight:700;line-height:1}.eh-testimonial blockquote{margin:18px 0 0;color:var(--eh-ink);font-size:clamp(27px,3.2vw,45px);font-weight:780;letter-spacing:-.05em;line-height:1.08}.eh-testimonial__copy>p{margin-top:20px;color:var(--eh-muted);font-size:12px;font-weight:650}.eh-quote-dots{display:flex;gap:7px;margin-top:26px}.eh-quote-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:var(--eh-line);cursor:pointer}.eh-quote-dots button.is-active{width:28px;border-radius:999px;background:var(--eh-blue)}.eh-final-cta{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:38px;margin-top:32px;padding:44px 62px;border-radius:34px;color:#fff;background:var(--eh-blue)}.eh-final-cta p{margin-bottom:10px;color:var(--eh-line)}.eh-final-cta h2{max-width:820px;font-size:clamp(36px,4.3vw,62px);font-weight:820;letter-spacing:-.06em;line-height:1}.eh-final-cta>a{min-width:180px;min-height:54px;display:grid;place-items:center;flex:0 0 auto;padding:0 24px;border-radius:999px;color:var(--eh-ink);background:#fff;font-size:14px;font-weight:760;transition:transform .22s ease}.eh-final-cta>a:hover{transform:translateY(-3px)}.eh-footer{display:grid;grid-template-columns:minmax(300px,1.2fr) .8fr .8fr;gap:60px;padding:76px 24px 26px}.eh-footer__brand>a,.eh-footer__brand>a img{width:190px}.eh-footer__brand p{max-width:420px;margin-top:18px;color:var(--eh-muted);font-size:13px;line-height:1.7}.eh-footer nav,.eh-footer__contact{display:flex;flex-direction:column;gap:13px}.eh-footer nav a,.eh-footer__contact a{color:var(--eh-ink);font-size:13px;font-weight:620}.eh-footer nav a:hover,.eh-footer__contact a:hover{color:var(--eh-blue)}.eh-footer__bottom{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:10px;padding-top:22px;border-top:1px solid var(--eh-line)}.eh-footer__bottom p,.eh-footer__bottom a{color:#718096;font-size:11px}@keyframes ehHeroEnter{0%{opacity:0;transform:translate3d(0,16px,0) scale(1.12)}to{opacity:1;transform:translate3d(0,var(--eh-parallax, 0),0) scale(1.055)}}@keyframes ehCopyEnter{0%{opacity:0;transform:translate(-50%,calc(-50% + 28px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes ehTicker{to{transform:translate(-50%)}}@keyframes ehFloat{0%,to{transform:translateY(0) rotate(-.5deg)}50%{transform:translateY(-14px) rotate(.5deg)}}@keyframes ehMenuIn{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:translate(0)}}@media(max-width:1100px){.eh-header{grid-template-columns:180px 1fr auto;gap:18px}.eh-nav{gap:18px}.eh-login{display:none}.eh-statement{grid-template-columns:1.4fr .6fr;gap:38px}.eh-feature-chapter{gap:48px}.eh-wallet-frame{padding:56px}.eh-process{padding:58px 42px}.eh-process__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.eh-pricing{gap:26px 42px}}@media(max-width:820px){.eh-hero{min-height:740px;margin:10px;border-radius:28px}.eh-hero__media{object-position:55% center}.eh-header{top:12px;left:14px;right:14px;grid-template-columns:1fr auto;min-height:58px;padding:7px 8px 7px 14px}.eh-header.is-scrolled{width:calc(100% - 20px);top:8px}.eh-logo{width:158px}.eh-nav,.eh-header-actions{display:none}.eh-menu-button{display:grid}.eh-hero__copy{top:auto;right:28px;bottom:50px;left:28px;width:auto;text-align:left;transform:none;animation-name:ehCopyEnterMobile}.eh-hero__copy>p{margin-inline:0}.eh-hero__copy h1{font-size:clamp(43px,10vw,62px)}.eh-hero__support{max-width:560px;margin-inline:0}.eh-hero__actions{justify-content:flex-start}.eh-proof{margin:0 10px}.eh-statement,.eh-transformation,.eh-feature-chapter,.eh-wallet-frame,.eh-process,.eh-pricing,.eh-testimonial,.eh-final-cta,.eh-footer{width:min(calc(100% - 28px),680px)}.eh-statement{grid-template-columns:1fr;gap:30px;padding:104px 8px 48px}.eh-statement h2{font-size:clamp(45px,12vw,70px)}.eh-statement p{max-width:560px}.eh-transformation{grid-template-columns:1fr;gap:14px}.eh-transform-card{min-height:470px}.eh-transform-arrow{transform:translate(-50%,-50%) rotate(90deg)}.eh-feature-chapter{grid-template-columns:1fr;gap:50px;padding:112px 8px}.eh-wallet-frame{grid-template-columns:1fr;min-height:0;padding:46px 34px 24px}.eh-wallet-frame__visual>img{width:110%;max-width:720px;margin:4px -5% -6%}.eh-process{margin-top:92px;padding:48px 28px}.eh-process__heading{grid-template-columns:1fr;gap:24px}.eh-process__heading>p{margin-bottom:-6px}.eh-process__steps{grid-template-columns:1fr}.eh-process__steps article{min-height:220px}.eh-pricing{grid-template-columns:1fr;padding:112px 8px 92px}.eh-pricing__heading{grid-row:auto}.eh-plan-switcher{margin-top:20px}.eh-plan-detail{grid-template-columns:1fr}.eh-testimonial{min-height:430px}.eh-testimonial>img{object-position:72% center}.eh-testimonial__scrim{background:#f0f9ffb3}.eh-testimonial__copy{width:74%;min-height:430px;padding:42px 34px}.eh-final-cta{align-items:flex-start;flex-direction:column;padding:40px 34px}.eh-footer{grid-template-columns:1fr 1fr;gap:38px 22px;padding-inline:8px}.eh-footer__brand{grid-column:1 / -1}}@keyframes ehCopyEnterMobile{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(max-width:520px){.eh-hero{min-height:690px}.eh-hero__media{object-position:61% center}.eh-hero__scrim{background:#001b369e}.eh-hero__copy{right:20px;bottom:34px;left:20px}.eh-hero__copy>p{font-size:10px}.eh-hero__copy h1{font-size:42px;line-height:1.01}.eh-hero__support{font-size:14px;line-height:1.55}.eh-hero__actions{flex-direction:column;align-items:stretch}.eh-hero__actions a{width:100%}.eh-statement h2,.eh-chapter-heading h2,.eh-wallet-frame h2,.eh-process__heading h2,.eh-pricing__heading h2{font-size:40px}.eh-transform-card{min-height:420px}.eh-transform-card ul{right:20px;bottom:22px;left:20px}.eh-transform-card li{font-size:12px}.eh-accordion button{grid-template-columns:34px 1fr 22px;gap:10px}.eh-accordion button strong{font-size:16px}.eh-accordion article.is-open .eh-accordion__body p{padding-left:44px}.eh-wallet-frame{padding:38px 24px 18px}.eh-wallet-frame__copy>span{font-size:13px}.eh-wallet-badges{flex-direction:column;align-items:flex-start}.eh-process{padding:38px 20px}.eh-plan-detail{padding:28px 22px}.eh-testimonial__copy{width:100%;padding:34px 24px}.eh-testimonial>img{opacity:.34;object-position:78% center}.eh-testimonial blockquote{font-size:30px}.eh-final-cta h2{font-size:38px}.eh-final-cta>a{width:100%}.eh-footer{grid-template-columns:1fr}.eh-footer__brand{grid-column:auto}.eh-footer__bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.editorial-home *,.editorial-home *:before,.editorial-home *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.editorial-home [data-eh-reveal]{opacity:1;transform:none}}.editorial-home{overflow:visible}.editorial-home main{overflow:clip}.editorial-home [data-eh-reveal].is-visible{transform:none;will-change:auto}.eh-header,.eh-header.is-scrolled{z-index:10000}.eh-mobile-menu{z-index:11000}.eh-menu-lock{overflow:hidden}#features,#modules,#how-it-works,#pricing,#blog,#contact{scroll-margin-top:112px}.eh-chapter-heading>div,.eh-modules__heading>div,.eh-pricing__heading>div,.eh-blog-preview__heading>div,.eh-contact-strip>div>div{max-width:560px;margin-top:22px;color:var(--eh-muted);font-size:15px;line-height:1.75}.eh-eyebrow{margin-bottom:18px;color:var(--eh-blue);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.has-pixel-motifs .eh-statement,.has-pixel-motifs .eh-modules,.has-pixel-motifs .eh-blog-preview,.has-pixel-motifs.blog-shell{position:relative}.has-pixel-motifs .eh-statement:after,.has-pixel-motifs .eh-modules:before,.has-pixel-motifs .eh-blog-preview:after,.has-pixel-motifs.blog-shell:before{content:"";position:absolute;z-index:0;width:190px;height:190px;pointer-events:none;background:url(/assets/loyalance-icon.png) center / contain no-repeat;opacity:.045}.has-pixel-motifs .eh-statement:after{top:42px;right:4%}.has-pixel-motifs .eh-modules:before{top:76px;left:-46px;width:230px;height:230px;opacity:.038}.has-pixel-motifs .eh-blog-preview:after{right:-52px;bottom:24px;width:220px;height:220px;opacity:.035}.eh-modules,.eh-blog-preview,.eh-contact-strip{width:min(calc(100% - 48px),1280px);margin-inline:auto}.eh-modules{padding:42px 24px 148px}.eh-modules__heading{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:end;gap:54px;margin-bottom:58px}.eh-modules__heading>p,.eh-blog-preview__heading>p,.eh-contact-strip>div>p{grid-column:1 / -1;margin-bottom:-30px;color:var(--eh-blue);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eh-modules__heading h2,.eh-blog-preview__heading h2,.eh-contact-strip h2{font-size:clamp(42px,5.2vw,74px);font-weight:820;letter-spacing:-.06em;line-height:.98}.eh-modules__heading h2 span,.eh-blog-preview__heading h2 span,.eh-contact-strip h2 span,.eh-pricing__heading h2 span{color:var(--eh-blue)}.eh-modules__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.eh-module-card{position:relative;min-height:310px;display:flex;flex-direction:column;overflow:hidden;padding:28px;border:1px solid rgba(2,132,199,.12);border-radius:26px;color:var(--eh-ink);background:#f8fcff;transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease}.eh-module-card:nth-child(6n+2),.eh-module-card:nth-child(6n+5){background:var(--eh-ice)}.eh-module-card:nth-child(6n+3){color:#fff;background:var(--eh-navy)}.eh-module-card:hover,.eh-module-card:focus-visible{z-index:2;border-color:#0284c766;transform:translateY(-7px);box-shadow:0 22px 48px #0369a121}.eh-module-card__number{color:var(--eh-blue);font-size:11px;font-weight:820;letter-spacing:.08em}.eh-module-card__pixel{position:absolute;top:-26px;right:-28px;width:138px;height:138px;object-fit:contain;opacity:.075}.eh-module-card:nth-child(6n+3) .eh-module-card__pixel{filter:brightness(0) invert(1);opacity:.09}.eh-module-card>p{margin-top:auto;color:var(--eh-blue-dark);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eh-module-card:nth-child(6n+3)>p,.eh-module-card:nth-child(6n+3) .eh-module-card__number{color:var(--eh-line)}.eh-module-card h3{max-width:290px;margin-top:9px;font-size:25px;font-weight:780;letter-spacing:-.045em;line-height:1.08}.eh-module-card>div{max-width:330px;margin-top:14px;color:var(--eh-muted);font-size:13px;line-height:1.65}.eh-module-card:nth-child(6n+3)>div{color:#ffffffad}.eh-module-card__arrow{position:absolute;right:22px;bottom:22px;color:var(--eh-blue);font-size:20px}.eh-module-card:nth-child(6n+3) .eh-module-card__arrow{color:#fff}.eh-blog-preview{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);gap:62px;padding:142px 24px 124px}.eh-blog-preview__heading,.eh-blog-preview__grid{position:relative;z-index:1}.eh-blog-preview__heading{align-self:start;position:sticky;top:124px}.eh-blog-preview__heading>p{margin-bottom:20px}.eh-blog-preview__heading>a{min-height:48px;display:inline-flex;align-items:center;gap:12px;margin-top:30px;padding:0 21px;border-radius:999px;color:#fff;background:var(--eh-blue);font-size:13px;font-weight:740}.eh-blog-preview__grid{display:grid;gap:18px}.eh-blog-card{display:grid;grid-template-columns:minmax(250px,1.34fr) minmax(190px,.66fr);min-height:250px;overflow:hidden;border:1px solid rgba(2,132,199,.12);border-radius:26px;color:var(--eh-ink);background:#fff;transition:transform .3s ease,box-shadow .3s ease}.eh-blog-card:hover,.eh-blog-card:focus-visible{transform:translateY(-5px);box-shadow:0 22px 44px #0369a11c}.eh-blog-card__media{min-height:250px;overflow:hidden;background:var(--eh-ice)}.eh-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.eh-blog-card:hover .eh-blog-card__media img{transform:scale(1.045)}.eh-blog-card__copy{display:flex;flex-direction:column;padding:22px 20px}.eh-blog-card__copy>span{color:var(--eh-blue-dark);font-size:10px;font-weight:760;letter-spacing:.05em;text-transform:uppercase}.eh-blog-card h3{margin-top:12px;font-size:19px;font-weight:780;letter-spacing:-.04em;line-height:1.13}.eh-blog-card p{margin-top:12px;color:var(--eh-muted);font-size:11px;line-height:1.6}.eh-blog-card strong{margin-top:auto;padding-top:18px;color:var(--eh-blue-dark);font-size:11px}.eh-contact-strip{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:54px;padding:70px;border-radius:34px;background:var(--eh-ice)}.eh-contact-strip>div>p{margin-bottom:16px}.eh-contact-strip__links{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.eh-contact-strip__links>a:not(:last-child){color:var(--eh-ink);font-size:clamp(18px,2.2vw,28px);font-weight:720;letter-spacing:-.03em}.eh-contact-strip__links>a:last-child{min-height:49px;display:inline-flex;align-items:center;gap:12px;margin-top:12px;padding:0 22px;border-radius:999px;color:#fff;background:var(--eh-blue);font-size:13px;font-weight:740}.eh-holacron-credit{display:inline-flex;align-items:center;gap:11px}.eh-holacron-credit span{color:#718096;font-size:9px;font-weight:800;letter-spacing:.16em}.eh-holacron-credit img{width:92px;height:auto}.blog-shell{--blog-blue: #0284c7;--blog-dark: #071b3b;--blog-ink: #0f172a;--blog-muted: #526176;--blog-ice: #f0f9ff;min-height:100vh;overflow:hidden;color:var(--blog-ink);background:#fff}.has-pixel-motifs.blog-shell:before{top:100px;right:-30px;width:260px;height:260px}.blog-header,.blog-footer,.blog-index,.blog-detail{width:min(calc(100% - 48px),1240px);margin-inline:auto}.blog-header{position:relative;z-index:2;min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #dceffc}.blog-header__logo,.blog-header__logo img{width:190px}.blog-header nav{display:flex;align-items:center;gap:26px}.blog-header nav a{color:var(--blog-ink);font-size:13px;font-weight:680}.blog-header nav .blog-header__cta{min-height:44px;display:inline-flex;align-items:center;padding:0 19px;border-radius:999px;color:#fff;background:var(--blog-blue)}.blog-index{position:relative;z-index:1;padding:110px 20px 130px}.blog-index__hero{max-width:920px}.blog-index__hero>p,.blog-detail article>header>p{color:var(--blog-blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.blog-index__hero h1{margin-top:18px;font-size:clamp(52px,7.2vw,96px);font-weight:830;letter-spacing:-.07em;line-height:.96}.blog-index__hero h1 span{color:var(--blog-blue)}.blog-index__hero>div{max-width:620px;margin-top:26px;color:var(--blog-muted);font-size:16px;line-height:1.7}.blog-index__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:74px}.blog-index-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dceffc;border-radius:28px;color:var(--blog-ink);background:#fff;transition:transform .28s ease,box-shadow .28s ease}.blog-index-card.is-featured{grid-column:1 / -1;display:grid;grid-template-columns:1.2fr .8fr}.blog-index-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px #0369a11f}.blog-index-card__media{min-height:330px;overflow:hidden;background:var(--blog-ice)}.blog-index-card.is-featured .blog-index-card__media{min-height:460px}.blog-index-card__media img{width:100%;height:100%;object-fit:cover}.blog-index-card__copy{min-height:280px;display:flex;flex-direction:column;padding:34px}.blog-index-card__copy>span{color:var(--blog-blue);font-size:10px;font-weight:800;text-transform:uppercase}.blog-index-card h2{margin-top:14px;font-size:clamp(27px,3vw,40px);font-weight:800;letter-spacing:-.05em;line-height:1.06}.blog-index-card p{margin-top:16px;color:var(--blog-muted);font-size:14px;line-height:1.7}.blog-index-card strong{margin-top:auto;padding-top:22px;color:var(--blog-blue);font-size:12px}.blog-detail{position:relative;z-index:1;padding:88px 20px 130px}.blog-detail article{max-width:980px;margin-inline:auto}.blog-detail__back{display:inline-flex;margin-bottom:64px;color:var(--blog-blue);font-size:13px;font-weight:730}.blog-detail article>header{max-width:880px}.blog-detail h1{margin-top:18px;font-size:clamp(48px,6.4vw,82px);font-weight:830;letter-spacing:-.07em;line-height:.98}.blog-detail article>header>div{max-width:720px;margin-top:28px;color:var(--blog-muted);font-size:18px;line-height:1.7}.blog-detail__cover{width:100%;max-height:640px;margin-top:58px;border-radius:32px;object-fit:cover;background:var(--blog-ice)}.blog-detail__body{max-width:720px;display:grid;gap:26px;margin:68px auto 0}.blog-detail__body p{color:#26364b;font-size:18px;line-height:1.9}.blog-detail aside{max-width:760px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin:72px auto 0;padding:34px;border-radius:26px;color:#fff;background:var(--blog-blue)}.blog-detail aside h2{max-width:480px;font-size:28px;letter-spacing:-.04em;line-height:1.1}.blog-detail aside a{min-height:47px;display:inline-flex;align-items:center;flex:0 0 auto;padding:0 20px;border-radius:999px;color:var(--blog-ink);background:#fff;font-size:13px;font-weight:740}.blog-detail__state{min-height:60vh;display:grid;place-content:center;gap:20px;text-align:center}.blog-detail__state a{color:var(--blog-blue);font-weight:730}.blog-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;border-top:1px solid #dceffc}.blog-footer>p{color:#718096;font-size:11px}.blog-footer>a{display:inline-flex;align-items:center;gap:11px}.blog-footer>a span{color:#718096;font-size:9px;font-weight:800;letter-spacing:.16em}.blog-footer>a img{width:92px}@media(max-width:1180px){.eh-header{grid-template-columns:175px 1fr auto;gap:15px}.eh-nav{gap:17px}.eh-nav a{font-size:12px}.eh-login,.eh-header-cta{padding-inline:14px}}@media(max-width:1020px){.eh-header{grid-template-columns:1fr auto}.eh-nav,.eh-header-actions{display:none}.eh-menu-button{display:grid}.eh-modules__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.eh-header{top:22px}.eh-modules,.eh-blog-preview,.eh-contact-strip{width:min(calc(100% - 28px),680px)}.eh-modules{padding:104px 8px}.eh-modules__heading,.eh-blog-preview,.eh-contact-strip{grid-template-columns:1fr}.eh-modules__heading{gap:22px}.eh-modules__heading>p{margin-bottom:0}.eh-modules__grid{grid-template-columns:1fr}.eh-module-card{min-height:260px}.eh-blog-preview{gap:42px;padding:104px 8px}.eh-blog-preview__heading{position:static}.eh-blog-card{grid-template-columns:1.12fr .88fr}.eh-contact-strip{gap:34px;padding:44px 34px}.eh-holacron-credit img{width:84px}.has-pixel-motifs .eh-statement:after,.has-pixel-motifs .eh-modules:before,.has-pixel-motifs .eh-blog-preview:after{width:130px;height:130px}.blog-header,.blog-footer,.blog-index,.blog-detail{width:min(calc(100% - 28px),720px)}.blog-index{padding:82px 8px 96px}.blog-index__grid{grid-template-columns:1fr;margin-top:54px}.blog-index-card.is-featured{grid-column:auto;display:flex}.blog-index-card.is-featured .blog-index-card__media{min-height:340px}.blog-detail{padding:64px 8px 96px}.blog-detail__back{margin-bottom:44px}}@media(max-width:560px){.eh-module-card{min-height:238px;padding:23px}.eh-blog-card{grid-template-columns:1fr}.eh-blog-card__media{min-height:220px}.eh-contact-strip{padding:38px 24px}.eh-contact-strip h2,.eh-modules__heading h2,.eh-blog-preview__heading h2{font-size:40px}.blog-header{min-height:76px}.blog-header__logo,.blog-header__logo img{width:155px}.blog-header nav>a:not(.blog-header__cta){display:none}.blog-header nav{gap:0}.blog-index__hero h1{font-size:46px}.blog-index-card__media,.blog-index-card.is-featured .blog-index-card__media{min-height:260px}.blog-index-card__copy{min-height:255px;padding:25px}.blog-detail h1{font-size:43px}.blog-detail article>header>div,.blog-detail__body p{font-size:16px}.blog-detail__cover{margin-top:38px;border-radius:24px}.blog-detail__body{margin-top:48px}.blog-detail aside{align-items:flex-start;flex-direction:column;padding:28px}.blog-detail aside a{width:100%;justify-content:center}.blog-footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.eh-module-card,.eh-blog-card,.blog-index-card{transition:none}}
