*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--red: #f3262c;--red-dark: #d81b21;--red-light: #ffe8ea;--black: #000000;--near-black: #1a1a1a;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-800: #262626;--gray-900: #171717;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--max-width: 1200px;--header-height: 76px}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--gray-900);background-color:var(--white);line-height:1.7;font-size:16px}#root{min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}h1,h2,h3{color:var(--black);font-weight:700;line-height:1.12;letter-spacing:-.025em}.container{max-width:var(--max-width);margin:0 auto;width:100%;padding:0 2rem}.section{padding:7rem 0}.kicker{font-size:1rem;font-weight:600;color:var(--red);margin-bottom:.9rem}.section-title{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.03em;max-width:820px;margin-bottom:1.4rem}.section-title em{font-style:normal;color:var(--red)}.section-copy{font-size:1.15rem;color:var(--gray-600);max-width:720px;line-height:1.75}.section-copy strong{color:var(--black);font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:.9rem 2rem;border-radius:var(--radius-md);font-size:1.02rem;font-weight:500;letter-spacing:-.01em;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn .arrow{font-size:1.05em;line-height:1;transition:transform .2s cubic-bezier(.4,0,.2,1)}.btn:hover .arrow{transform:translate(3px,-3px)}.btn--red{background-color:var(--red);color:var(--white)}.btn--red:hover{background-color:var(--red-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn--outline{background-color:transparent;color:var(--black);border:1.5px solid var(--gray-300)}.btn--outline:hover{background-color:var(--gray-50);border-color:var(--gray-400)}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}*{animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:768px){.container{padding:0 1.25rem}.section{padding:4.5rem 0}}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .25s ease,box-shadow .25s ease}.header--scrolled{border-bottom-color:var(--gray-100);box-shadow:var(--shadow-sm)}.header__inner{height:var(--header-height);display:flex;align-items:center;gap:2.5rem}.header__brand{display:flex;align-items:center}.header__logo{height:28px;width:auto}.header__nav{display:flex;gap:2rem;margin-left:auto;align-items:center}.header__link{font-size:.98rem;font-weight:500;color:var(--gray-600);transition:color .15s ease}.header__link:hover{color:var(--red)}.header__link--ext span{font-size:.85em}.header__cta{padding:.65rem 1.4rem;font-size:.95rem}.header__menu-btn{display:none;margin-left:auto;padding:.5rem;border-radius:var(--radius-md)}.header__menu-btn:hover{background:var(--gray-100)}.header__menu-icon{display:flex;flex-direction:column;justify-content:center;gap:5px;width:22px;height:16px}.header__menu-icon span{display:block;height:2px;width:100%;background:var(--black);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.header--menu-open .header__menu-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header--menu-open .header__menu-icon span:nth-child(2){opacity:0}.header--menu-open .header__menu-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-nav,.header__scrim{display:none}@media(max-width:860px){.header__nav,.header__cta{display:none}.header__menu-btn{display:flex}.header__mobile-nav{display:block;position:fixed;top:var(--header-height);left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg);transform:translateY(-8px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .2s ease,opacity .2s ease,visibility .2s;z-index:100}.header__mobile-nav--open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.header__mobile-nav nav{display:flex;flex-direction:column;padding:.5rem 2rem 1.5rem}.header__mobile-link{padding:.9rem 0;font-size:1.02rem;font-weight:500;color:var(--gray-600);border-bottom:1px solid var(--gray-100)}.header__mobile-link:hover{color:var(--red)}.header__mobile-cta{margin-top:1.2rem;width:100%}.header--menu-open .header__scrim{display:block;position:fixed;inset:var(--header-height) 0 0 0;background:#00000040;border:none;padding:0;z-index:99}}.story{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);box-shadow:0 18px 44px #00000012;padding:2rem 1.5rem 1.5rem}.story__stage{touch-action:pan-y}.story__svg{width:100%;display:block;font-family:var(--font)}.story__card{fill:var(--white);stroke:var(--gray-300);stroke-width:1.2}.story__cardline{stroke:var(--gray-200);stroke-width:2;stroke-linecap:round}.story__wire{stroke:var(--gray-300);stroke-width:1.4}.story__hint{font-size:12px;fill:var(--gray-500);text-anchor:middle}.story__hint--red{fill:#f3262c;opacity:.65}.story__compilebox{fill:var(--red-light);stroke:var(--red);stroke-width:1.5}.story__compile{transition:filter .3s ease}.story__compile--glow{animation:compile-glow .7s ease 1.5s 2 alternate}@keyframes compile-glow{to{filter:drop-shadow(0 0 12px rgba(243,38,44,.65))}}.story__boxlabel{font-size:14px;font-weight:700;letter-spacing:.08em;fill:var(--black);text-anchor:middle}.story__boxlabel--red{fill:var(--red)}.story__cluster{fill:var(--gray-50);stroke:var(--gray-300);stroke-width:1.2;stroke-dasharray:5 5}.story__edge{stroke:var(--gray-300);stroke-width:1.1}.story__node{fill:var(--gray-800);transition:fill .3s ease;transform-box:fill-box;transform-origin:center}.story__node--stale{fill:var(--white);stroke:var(--red);stroke-width:2}.story__node--flash{animation:node-flash .55s ease 2.1s 3 alternate}@keyframes node-flash{to{fill:var(--red);transform:scale(1.9)}}.story__node--heal{fill:var(--red);animation:node-heal .5s ease 1.8s forwards}@keyframes node-heal{to{fill:var(--gray-800)}}.story__nodetag{font-size:11px;font-weight:600;text-anchor:middle}.story__nodetag--bad{fill:var(--red)}.story__nodetag--ok{fill:var(--gray-600)}.story__agentbox{fill:var(--white);stroke:var(--gray-800);stroke-width:1.5}.story__answer{fill:var(--white);stroke:var(--gray-300);stroke-width:1.5;transition:stroke .3s ease}.story__answer--bad{stroke:var(--red)}.story__sym{font-size:27px;font-weight:700;text-anchor:middle}.story__sym--ok{fill:var(--black)}.story__sym--bad{fill:var(--red)}.story__sym--appear{opacity:0;animation:sym-appear .3s ease 2.3s forwards}@keyframes sym-appear{to{opacity:1}}.story__sym--fade{animation:sym-fade .6s ease .4s forwards}@keyframes sym-fade{to{opacity:0}}.story__return{fill:none;stroke:#f3262c4d;stroke-width:1.4;stroke-dasharray:5 6}.story__pulsedot{fill:var(--gray-900)}.story__pulsehalo{fill:#17171724}.story__pulse--red .story__pulsedot{fill:var(--red)}.story__pulse--red .story__pulsehalo{fill:#f3262c2e}.story__pulse--late{opacity:0;animation:pulse-late 3s linear forwards}@keyframes pulse-late{0%,28%{opacity:0}32%,78%{opacity:1}88%,to{opacity:0}}.story__card--new{stroke:var(--red);fill:var(--red-light);transform-box:fill-box;transform-origin:center;animation:card-pop .45s cubic-bezier(.34,1.4,.64,1) .15s backwards}.story__cardline--new{stroke:#f3262c59;animation:fade-in .4s ease .4s backwards}.story__newtag{text-anchor:start;animation:fade-in .4s ease .5s backwards}.story__newwire{stroke:#f3262c80;stroke-dasharray:120;animation:wire-draw .7s ease .55s backwards}@keyframes wire-draw{0%{stroke-dashoffset:120}to{stroke-dashoffset:0}}@keyframes card-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.story__node--pop{animation:card-pop .45s cubic-bezier(.34,1.4,.64,1) 1.9s backwards}.story__edge--new{stroke:#f3262c66;animation:fade-in .5s ease 2.1s backwards}.story__caption-wrap{margin-top:.8rem;text-align:center;min-height:4.2rem}.story__caption{font-size:1.05rem;color:var(--gray-600);max-width:620px;margin:0 auto;line-height:1.55}.story__caption--fade{animation:caption-fade .45s ease}@keyframes caption-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.story__dots{margin-top:.9rem;display:flex;gap:2px;justify-content:center}.story__dot{position:relative;width:22px;height:22px;padding:0;border:0;background:transparent;cursor:pointer;-webkit-appearance:none;appearance:none}.story__dot:before{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;border-radius:50%;background:var(--gray-200);transform:translate(-50%,-50%);transition:background .3s ease,transform .3s ease}.story__dot--on:before{background:var(--red);transform:translate(-50%,-50%) scale(1.25)}.story__dot:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:50%}@media(max-width:768px){.story{padding:1.25rem 1rem}.story__caption{font-size:.95rem}.story__hint,.story__nodetag{display:none}}.hero{padding:calc(var(--header-height) + 5rem) 0 6rem;background:linear-gradient(135deg,#fafafa,#fff,#f5f5f5);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 25%,rgba(243,38,44,.05) 0%,transparent 48%),radial-gradient(circle at 82% 70%,rgba(243,38,44,.04) 0%,transparent 48%);pointer-events:none}.hero__inner{position:relative;z-index:2;max-width:860px;margin:0 auto;text-align:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;color:var(--gray-600);margin-bottom:1.5rem}.hero__eyebrow a{color:var(--red);font-weight:600}.hero__eyebrow a:hover{text-decoration:underline}.hero__dot{width:8px;height:8px;border-radius:50%;background:var(--red);display:inline-block}.hero__title{font-size:clamp(2.6rem,6vw,4.6rem);letter-spacing:-.035em;line-height:1.05;margin-bottom:1.5rem}.hero__accent{color:var(--red)}.hero__copy{font-size:clamp(1.05rem,1.6vw,1.28rem);color:var(--gray-600);max-width:680px;margin:0 auto 2.4rem;line-height:1.7}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__company{margin-top:2.2rem;display:flex;gap:1.4rem;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--gray-500);font-size:.87rem}.hero__eth{height:28px;width:auto;filter:invert(1);opacity:.75}.hero__demo{position:relative;z-index:2;margin-top:4.5rem}.hero__demo-kicker{font-size:.9rem;font-weight:700;color:var(--gray-900);text-align:center;margin-bottom:.6rem;letter-spacing:.01em}.hero__demo-kicker .kicker-red{color:var(--red)}.hero__demo-kicker .kicker-ink{color:var(--gray-900)}.hero__demo-kicker .kicker-sep{color:var(--gray-300);margin:0 .5rem}.hero__demo-title{font-size:1.05rem;font-weight:600;color:var(--gray-800);text-align:center;max-width:560px;margin:0 auto 1.4rem;line-height:1.5}@media(max-width:768px){.hero{padding:calc(var(--header-height) + 3rem) 0 4rem}.hero__demo{margin-top:3rem}}.problem__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:4rem;align-items:center}.problem__copy{max-width:560px}.problem__visual{display:flex;justify-content:center}@media(max-width:900px){.problem__grid{grid-template-columns:1fr;gap:2.5rem}.problem__copy{max-width:100%}.problem__visual{justify-content:center}}.qdiagram{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%;max-width:460px}.qdiagram__stage{position:relative;width:100%;aspect-ratio:705 / 605;container-type:size}.qdiagram__svg{position:absolute;inset:0;width:100%;height:100%}@keyframes qdiagram-pop{0%{opacity:0}to{opacity:1}}.qdiagram__piece{animation:qdiagram-pop .5s cubic-bezier(.4,0,.2,1) both}.qdiagram__piece path{cursor:default;transition:transform .22s cubic-bezier(.4,0,.2,1)}.qdiagram__num{position:absolute;color:var(--white);font-size:.95rem;font-weight:700;letter-spacing:.04em;font-variant-numeric:tabular-nums;pointer-events:none;transition:transform .22s cubic-bezier(.4,0,.2,1)}.qdiagram__label{position:absolute;cursor:default;white-space:nowrap;font-size:1rem;letter-spacing:-.01em;transition:color .2s ease}.qdiagram__legend{display:grid;grid-template-columns:7fr 1fr;gap:14px;align-items:start;white-space:nowrap}.qdiagram__legend-col{display:flex;flex-direction:column;gap:10px}.qdiagram__legend-bar{height:2px;border-radius:2px;background:var(--gray-300)}.qdiagram__legend-bar--red{background:var(--red)}.qdiagram__legend-label{font-size:.95rem;font-weight:500;color:var(--gray-400);text-align:right}.qdiagram__legend-label--red{font-weight:600;color:var(--red);text-align:center}.how{background:var(--gray-50)}.how__grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.how__card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:2.2rem 2rem 2.4rem;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.how__card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #00000014}.how__num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--red-light);color:var(--red);font-weight:700;font-size:.95rem;margin-bottom:1.2rem}.how__title{font-size:1.45rem;margin-bottom:.7rem}.how__text{font-size:.98rem;color:var(--gray-600);line-height:1.7}.how__note{margin-top:2.6rem;font-size:1.12rem;color:var(--gray-600);max-width:640px}.how__note strong{color:var(--red);font-weight:700}@media(max-width:900px){.how__grid{grid-template-columns:1fr}}.mission{background:var(--near-black)}.mission .kicker{color:var(--red)}.mission__inner{max-width:720px}.mission__copy>p{font-size:1.3rem;line-height:1.75;color:var(--gray-400);margin-bottom:1.6rem}.mission__copy>p:last-child{margin-bottom:0}.mission__copy strong{color:var(--white);font-weight:600}@media(max-width:768px){.mission__copy>p{font-size:1.1rem}}.proof__stats{margin-top:3.2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.proof__stat{border-left:3px solid var(--red);padding-left:1.25rem}.proof__value{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:700;letter-spacing:-.02em;color:var(--black);line-height:1.1;font-variant-numeric:tabular-nums}.proof__label{margin-top:.4rem;font-size:.92rem;color:var(--gray-500);line-height:1.5}.proof__layout{margin-top:3.2rem;display:flex;flex-direction:column;gap:1.5rem}.proof__split{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:1.5rem;align-items:start}.proof__card{display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem;background:var(--red);color:var(--white);border-radius:var(--radius-xl);padding:2rem 2.2rem;box-shadow:0 10px 40px #f3262c38;transition:transform .3s ease,box-shadow .3s ease}.proof__card--hero{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;padding:2.4rem 2.8rem}.proof__card:hover{transform:translateY(-4px);box-shadow:0 20px 56px #f3262c4d}.proof__card:hover .arrow{transform:translate(3px,-3px)}.proof__card--muted{background:var(--gray-50);border:1px dashed var(--gray-300);box-shadow:none;padding:2rem 2.2rem}.proof__card--muted:hover{transform:none;box-shadow:none}.proof__card--muted .proof__card-kicker{color:var(--gray-500);opacity:1}.proof__card--muted .proof__card-title{color:var(--gray-800)}.proof__card--muted p{color:var(--gray-500);opacity:1}.proof__card-kicker{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.85;margin-bottom:.5rem}.proof__card-title{color:var(--white);font-size:clamp(1.35rem,2.4vw,1.8rem);margin-bottom:.5rem}.proof__card p{opacity:.92;font-size:1rem;line-height:1.6;max-width:560px}.proof__card-action{font-weight:600;font-size:1.05rem;white-space:nowrap;display:inline-flex;align-items:center;gap:.6rem}.proof__card-action .arrow{transition:transform .2s ease}.proof__portfolio{padding-top:.4rem}.portfolio__head,.portfolio__row{display:grid;grid-template-columns:minmax(96px,170px) minmax(150px,1fr) minmax(88px,120px);align-items:center;gap:1rem;padding:.8rem .25rem}.portfolio__head{border-bottom:1px solid var(--gray-200);padding-top:0;padding-bottom:.7rem}.portfolio__head-label,.portfolio__head-status{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400)}.portfolio__head-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.portfolio__head-stages span{font-size:.66rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);text-align:center}.portfolio__row{border-bottom:1px solid var(--gray-100);transition:opacity .2s ease}.portfolio__row:last-child{border-bottom:none}.portfolio__row--live{cursor:pointer}.portfolio__row--live:hover{opacity:.7}.portfolio__name{font-weight:500;font-size:.9rem;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portfolio__row--live .portfolio__name{color:var(--black);font-weight:600}.portfolio__stages{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.portfolio__stage{position:relative;height:5px;border-radius:999px;background:var(--gray-100);overflow:hidden}.portfolio__stage--filled{background:var(--gray-300)}.portfolio__stage--partial:after{content:"";position:absolute;inset:0;width:var(--fill, 50%);background:var(--gray-300)}.portfolio__row--live .portfolio__stage--filled{background:var(--red)}.portfolio__status{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);text-align:right;display:inline-flex;align-items:center;justify-content:flex-end;gap:.3rem;white-space:nowrap}.portfolio__row--live .portfolio__status{color:var(--red);font-weight:600}.portfolio__row--live .arrow{font-size:.85em;transition:transform .2s ease}.portfolio__row--live:hover .arrow{transform:translate(2px,-2px)}.portfolio__name--more{font-size:.82rem;font-weight:500;font-style:italic;color:var(--gray-400);white-space:normal}.portfolio__dot{align-self:center;width:4px;height:4px;border-radius:50%;background:var(--gray-300)}.portfolio__dot:nth-child(2){opacity:.6}.portfolio__dot:nth-child(3){opacity:.3}@media(max-width:900px){.proof__stats{grid-template-columns:repeat(2,1fr)}.proof__split{grid-template-columns:1fr}.proof__card--hero{flex-direction:column;align-items:flex-start;padding:2rem}.portfolio__head{display:none}.portfolio__row{grid-template-columns:1fr;gap:.6rem;padding:1rem 1.2rem}.portfolio__status{text-align:left;justify-content:flex-start}}.closing{background:linear-gradient(135deg,#fafafa,#fff 55%,#ffe8ea 130%)}.closing__inner{text-align:center;max-width:760px;margin:0 auto}.closing__title{font-size:clamp(2.2rem,5vw,3.6rem);letter-spacing:-.03em;margin-bottom:1.2rem}.closing__title em{font-style:normal;color:var(--red)}.closing__copy{margin:0 auto 2.4rem}.closing__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:var(--black);color:var(--white);padding:4.5rem 0 2.5rem}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap}.footer__logo{height:30px;width:auto}.footer__tagline{margin-top:1.1rem;font-size:.9rem;color:var(--gray-400);max-width:340px;line-height:1.65}.footer__nav{display:flex;gap:1.8rem;flex-wrap:wrap;padding-top:.4rem}.footer__link{font-size:.92rem;font-weight:500;color:var(--gray-400);transition:color .15s ease}.footer__link:hover{color:var(--white)}.footer__link--red{color:var(--red)}.footer__link--red:hover{color:#ff6a6e}.footer__bottom{margin-top:3.5rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;font-size:.85rem;color:var(--gray-500)}.footer__bottom a{color:var(--gray-400)}.footer__bottom a:hover{color:var(--white)}.footer__eth-badge{background:#ffffff1a;border-radius:var(--radius-md);padding:.5rem .9rem}.footer__eth{height:30px;width:auto}.booking-modal__overlay{position:fixed;inset:0;z-index:200;background:#17171780;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:24px}.booking-modal{background:var(--white);border-radius:var(--radius-xl);box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:860px;height:min(82vh,760px);display:flex;flex-direction:column;overflow:hidden}.booking-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;border-bottom:1px solid var(--gray-100)}.booking-modal__title{font-size:1.1rem;font-weight:700;color:var(--black)}.booking-modal__close{color:var(--gray-500);display:flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;transition:color .15s ease,background .15s ease}.booking-modal__close:hover{color:var(--red);background:var(--gray-50)}.booking-modal__body{flex:1;background:var(--white)}.booking-modal__iframe{width:100%;height:100%;border:none}@media(max-width:640px){.booking-modal__overlay{padding:12px}.booking-modal{height:90vh}}
