*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--red: #e30613;--red-light: #ff2a3d;--red-dark: #c00510;--red-bg: #ffe8ea;--black: #1A1A1A;--gray-900: #2D2D2D;--gray-700: #4A4A4A;--gray-500: #6B6B6B;--gray-300: #B0B0B0;--gray-100: #F5F5F5;--gray-50: #FAFAFA;--white: #FFFFFF;--font: "Ubuntu", system-ui, -apple-system, sans-serif;--max-width: 1200px;--header-height: 72px}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:var(--font);color:var(--black);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.section{padding:100px 24px}.section--alt{background-color:var(--gray-50)}.section--dark{background-color:var(--black);color:var(--white)}.section--red{background-color:var(--red);color:var(--white)}.container{max-width:var(--max-width);margin:0 auto;width:100%}.section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:16px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:24px;max-width:800px}.section-subtitle{font-size:1.125rem;color:var(--gray-500);max-width:680px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;transition:all .2s ease;white-space:nowrap}.btn--primary{background-color:var(--red);color:var(--white)}.btn--primary:hover{background-color:var(--red-dark);transform:translateY(-1px);box-shadow:0 4px 12px #e306134d}.btn--secondary{background-color:transparent;color:var(--black);border:2px solid var(--gray-300)}.btn--secondary:hover{border-color:var(--black);transform:translateY(-1px)}.btn--white{background-color:var(--white);color:var(--red)}.btn--white:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.section{padding:64px 20px}}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);z-index:1000}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 24px}.header__logo img{height:38px;width:auto}.header__nav{display:flex;align-items:center;gap:32px}.header__link{font-size:.9rem;font-weight:500;color:var(--gray-700);transition:color .2s ease;position:relative}.header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--red);transition:width .2s ease}.header__link:hover{color:var(--black)}.header__link:hover:after{width:100%}.header__cta{padding:10px 24px;font-size:.875rem}.header__burger{display:none;flex-direction:column;gap:5px;width:28px;padding:0;background:none;border:none}.header__burger span{display:block;width:100%;height:2px;background:var(--black);border-radius:2px;transition:all .3s ease}.header__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:900px){.header__burger{display:flex}.header__nav{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;flex-direction:column;background:var(--white);padding:40px 24px;gap:24px;transform:translate(100%);transition:transform .3s ease}.header__nav--open{transform:translate(0)}.header__link{font-size:1.1rem}.header__cta{width:100%;text-align:center}}.hero{padding-top:calc(var(--header-height) + 80px);padding-bottom:100px;padding-left:24px;padding-right:24px;background:linear-gradient(180deg,var(--white) 0%,var(--gray-50) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(227,6,19,.06) 0%,transparent 70%);pointer-events:none}.hero__inner{display:flex;align-items:center;gap:48px}.hero__content{flex:1 1 0%;min-width:0}.hero__title{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;max-width:640px;margin-bottom:28px;letter-spacing:-.02em;color:var(--black)}.hero__accent{color:var(--red)}.hero__description{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--gray-500);max-width:560px;line-height:1.75;margin-bottom:40px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero__trust{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.85rem;font-weight:500;color:var(--gray-500);letter-spacing:.02em}.hero__dot{width:4px;height:4px;border-radius:50%;background:var(--red);flex-shrink:0}.hero__visual{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.hero__turtle{width:clamp(280px,28vw,420px);height:auto;opacity:1;filter:drop-shadow(0 0 60px rgba(227,6,19,.2));-webkit-user-select:none;user-select:none;pointer-events:none}@media(max-width:960px){.hero__inner{flex-direction:column;text-align:center;align-items:center}.hero__title{max-width:900px}.hero__description{max-width:720px}.hero__actions,.hero__trust{justify-content:center}.hero__turtle{width:clamp(200px,40vw,320px);opacity:1}}@media(max-width:600px){.hero{padding-top:calc(var(--header-height) + 48px);padding-bottom:64px}.hero__actions{flex-direction:column;align-items:center;width:100%;max-width:340px;margin-inline:auto}.hero__visual{order:-1}.hero__turtle{width:180px}}.problem{background:var(--gray-50)}.problem__content{max-width:720px;margin-top:16px}.problem__text{font-size:1.1rem;color:var(--gray-700);line-height:1.8;margin-bottom:20px}.problem__two-problems{margin-top:32px}.problem__two-problems-label{font-size:1.1rem;font-weight:600;color:var(--black);margin-bottom:16px}.problem__callout{display:flex;align-items:center;gap:20px;padding:20px 28px;background:var(--white);border-radius:12px;border:1px solid rgba(0,0,0,.06);margin-bottom:12px}.problem__callout-line{width:4px;min-height:32px;align-self:stretch;background:var(--red);border-radius:4px;flex-shrink:0}.problem__callout p{font-size:1.05rem;color:var(--black);line-height:1.6}.problem__closer{margin-top:28px;font-size:1.15rem;color:var(--black);line-height:1.6}.platform .section-subtitle{margin-bottom:48px}.platform__tab-content{animation:platformFadeIn .35s ease;min-height:460px}@keyframes platformFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.platform__content-header{margin-bottom:40px}.platform__content-title{font-size:1.6rem;font-weight:700;color:var(--black);margin-bottom:12px}.platform__content-subtitle{font-size:1.05rem;color:var(--gray-500);line-height:1.7;max-width:740px}.platform__cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.platform__cards-grid>.platform__card:last-child:nth-child(odd){grid-column:1 / -1}.platform__card{background:var(--gray-50);border-radius:16px;padding:32px 28px;border:1px solid rgba(0,0,0,.04);transition:border-color .2s ease,box-shadow .2s ease}.platform__card:hover{border-color:#e3061333;box-shadow:0 8px 32px #0000000a}.platform__card-icon{color:var(--red);margin-bottom:16px}.platform__card-title{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--black)}.platform__card-desc{font-size:.95rem;color:var(--gray-700);line-height:1.7;margin-bottom:16px}.platform__card-detail{padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}.platform__card-detail p{font-size:.85rem;color:var(--gray-500);line-height:1.7}.platform__callout{display:flex;align-items:flex-start;gap:24px;padding:32px 36px;background:var(--red-bg);border-radius:16px;border:1px solid rgba(227,6,19,.12);margin-top:8px}.platform__callout-icon{flex-shrink:0;color:var(--red);margin-top:2px}.platform__callout-title{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:var(--black)}.platform__callout p{font-size:.95rem;color:var(--gray-700);line-height:1.7}.platform__tabs{display:flex;justify-content:center;gap:0;margin-bottom:48px;border-radius:20px;overflow:hidden;border:2px solid rgba(0,0,0,.06);background:var(--gray-50)}.platform__tab{display:flex;align-items:center;gap:12px;padding:20px 40px;border:none;background:transparent;color:var(--gray-500);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center;position:relative}.platform__tab:not(:last-child):after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:#00000014;transition:opacity .3s ease}.platform__tab:hover{color:var(--black);background:#00000005}.platform__tab--active,.platform__tab--active:hover{background:var(--black);color:var(--white)}.platform__tab--active:after{opacity:0}.platform__tab--active .platform__tab-icon{color:var(--red)}.platform__tab-icon{display:flex;align-items:center;transition:color .3s ease}.platform__tab-label{white-space:nowrap}@media(max-width:768px){.platform__cards-grid,.platform__cards-grid--2col{grid-template-columns:1fr}.platform__callout{flex-direction:column;padding:24px 20px;gap:12px}.platform__tabs{border-radius:16px}.platform__tab{padding:16px 12px;font-size:.9rem;gap:8px}.platform__content-title{font-size:1.35rem}.platform__tab-content{min-height:auto}}.industries .section-subtitle{margin-bottom:48px}.industries__tabs{display:flex;gap:8px;margin-bottom:40px;flex-wrap:wrap}.industries__tab{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:100px;font-size:.9rem;font-weight:600;color:var(--gray-500);background:var(--white);border:1px solid rgba(0,0,0,.08);transition:all .2s ease}.industries__tab:hover{color:var(--black);border-color:#00000026}.industries__tab--active{background:var(--black);color:var(--white);border-color:var(--black)}.industries__tab--active:hover{color:var(--white)}.industries__badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--red);color:var(--white);padding:2px 8px;border-radius:100px}.industries__flow{display:flex;flex-direction:column;align-items:center;animation:industriesFadeIn .4s ease}@keyframes industriesFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.industries__connector{display:flex;justify-content:center;opacity:.5}.industries__flow-label{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:12px}.industries__databases{width:100%;background:var(--white);border-radius:16px;padding:28px 32px;border:1px solid rgba(0,0,0,.06)}.industries__tags{display:flex;flex-wrap:wrap;gap:8px}.industries__tag{display:inline-flex;align-items:center;padding:6px 16px;background:var(--red-bg);color:var(--red-dark);border-radius:100px;font-size:.82rem;font-weight:600;border:1px solid rgba(227,6,19,.12);transition:all .2s ease}.industries__tag:hover{background:#e3061326;transform:translateY(-1px)}.industries__scouted{width:100%;background:var(--white);border-radius:16px;padding:28px 32px;border:1px solid rgba(0,0,0,.06)}.industries__scouted-text{font-size:1.05rem;color:var(--gray-700);line-height:1.6}.industries__stakeholders{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.industries__stakeholder-card{background:var(--white);border-radius:16px;padding:28px 24px;border:1px solid rgba(0,0,0,.06);transition:all .25s ease;position:relative;overflow:hidden}.industries__stakeholder-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--red),var(--red-light));opacity:0;transition:opacity .25s ease}.industries__stakeholder-card:hover{border-color:#e3061333;transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.industries__stakeholder-card:hover:before{opacity:1}.industries__stakeholder-icon{width:44px;height:44px;border-radius:12px;background:var(--red-bg);color:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.industries__stakeholder-role{font-size:.95rem;font-weight:700;color:var(--black);margin-bottom:8px}.industries__stakeholder-desc{font-size:.88rem;color:var(--gray-500);line-height:1.55}.industries__asset-out{width:100%;background:var(--black);border-radius:16px;padding:28px 32px;display:flex;align-items:flex-start;gap:20px}.industries__asset-out-icon{width:48px;height:48px;border-radius:12px;background:#e3061326;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.industries__asset-out-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red);display:block;margin-bottom:6px}.industries__asset-out-text{font-size:1.05rem;color:#ffffffd9;line-height:1.6}.industries__transform{width:100%;display:flex;align-items:center;gap:24px;background:var(--white);border-radius:16px;padding:28px 32px;border:1px solid rgba(0,0,0,.06)}.industries__transform-before,.industries__transform-after{flex:1;display:flex;flex-direction:column;gap:4px}.industries__transform-before{text-align:right}.industries__transform-after{text-align:left}.industries__transform-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-300)}.industries__transform-before .industries__transform-text{font-size:1rem;color:var(--gray-500);font-weight:500}.industries__transform-after .industries__transform-text{font-size:1rem;color:var(--red);font-weight:700}.industries__transform-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--red-bg)}.industries__note{margin-top:24px;font-size:.8rem;color:var(--gray-500);font-style:italic;max-width:700px;text-align:center;margin-left:auto;margin-right:auto}.industries__note a{color:var(--red);text-decoration:underline;cursor:pointer}.industries__note a:hover{opacity:.8}@media(max-width:768px){.industries__stakeholders{grid-template-columns:1fr}.industries__databases,.industries__scouted,.industries__asset-out,.industries__transform{padding:20px}.industries__transform{flex-direction:column;gap:16px;text-align:center}.industries__transform-before,.industries__transform-after{text-align:center}.industries__transform-arrow{transform:rotate(90deg)}.industries__asset-out{flex-direction:column;gap:16px}}.blueprint__subtitle{font-size:1.1rem;color:var(--gray-300);max-width:640px;line-height:1.7;margin-bottom:64px}.blueprint__timeline{display:flex;flex-direction:column;gap:0;margin-bottom:56px}.blueprint__step{display:flex;gap:32px}.blueprint__step-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:24px}.blueprint__step-dot{width:16px;height:16px;border-radius:50%;background:var(--red);border:3px solid var(--gray-900);flex-shrink:0;position:relative;z-index:1}.blueprint__step-line{width:2px;flex:1;background:#ffffff1a}.blueprint__step-content{padding-bottom:40px}.blueprint__step-week{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red)}.blueprint__step-title{font-size:1.35rem;font-weight:700;color:var(--white);margin:4px 0 8px}.blueprint__step-desc{font-size:.95rem;color:var(--gray-300);line-height:1.7;max-width:520px}.blueprint__outcome{padding:32px 36px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;max-width:720px}.blueprint__outcome h4{font-size:1rem;font-weight:700;color:var(--red-light);margin-bottom:8px}.blueprint__outcome p{font-size:.95rem;color:var(--gray-300);line-height:1.7}@media(max-width:600px){.blueprint__step{gap:20px}}.why .section-title{margin-bottom:56px}.why__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.why__grid>.why__item:last-child:nth-child(odd){grid-column:1 / -1}.why__item{display:flex;align-items:flex-start;gap:16px;padding:24px 28px;border-radius:12px;background:var(--gray-50);border:1px solid rgba(0,0,0,.04);transition:border-color .2s ease}.why__item:hover{border-color:#e3061326}.why__item-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--red-bg);color:var(--red)}.why__item-title{font-size:1rem;font-weight:700;color:var(--black);margin-bottom:4px}.why__item-desc{font-size:.875rem;color:var(--gray-500);line-height:1.6}@media(max-width:768px){.why__grid{grid-template-columns:1fr}}.lighthouse__inner{text-align:center;display:flex;flex-direction:column;align-items:center}.lighthouse__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--white);max-width:700px;margin-bottom:24px}.lighthouse__description{font-size:1.1rem;color:#ffffffe6;max-width:680px;line-height:1.75;margin-bottom:40px}.lighthouse__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}.lighthouse__btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;color:var(--white);border:2px solid rgba(255,255,255,.5);background:transparent;transition:all .2s ease;white-space:nowrap}.lighthouse__btn-secondary:hover{border-color:var(--white);background:#ffffff1a;transform:translateY(-1px)}.lighthouse__criteria{max-width:640px;margin-bottom:28px;text-align:left}.lighthouse__criteria-label{font-size:1rem;color:#ffffffe6;margin-bottom:16px}.lighthouse__criteria-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.lighthouse__criteria-list li{font-size:.95rem;color:#ffffffd9;line-height:1.6;padding-left:20px;position:relative}.lighthouse__criteria-list li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--white);opacity:.6}.lighthouse__proven{font-size:1rem;color:#ffffffd9;margin-bottom:32px;max-width:600px}.lighthouse__qualifier{font-size:.85rem;color:#ffffffb3;font-style:italic;max-width:560px}@media(max-width:600px){.lighthouse__actions{flex-direction:column;width:100%;max-width:340px}}.footer{background:#000;color:var(--white);padding:64px 24px 32px}.footer__inner{display:flex;flex-direction:column}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand{max-width:300px}.footer__logo{height:32px;width:auto;margin-bottom:16px}.footer__tagline{font-size:.9rem;color:var(--gray-300);line-height:1.6}.footer__nav{display:flex;gap:64px}.footer__nav-group{display:flex;flex-direction:column;gap:10px}.footer__nav-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-300);margin-bottom:4px}.footer__nav-link{font-size:.9rem;color:#fff9;transition:color .2s ease}.footer__nav-link:hover{color:var(--white)}.footer__nav-btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:left}.footer__bottom{padding-top:32px}.footer__bottom-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.footer__bottom p{font-size:.8rem;color:var(--gray-500)}.footer__eth-logo{height:48px;width:auto;opacity:.7;filter:brightness(0) invert(1)}@media(max-width:768px){.footer__top{flex-direction:column;gap:32px}.footer__nav{gap:40px}}@media(max-width:480px){.footer__nav{flex-direction:column;gap:28px}.footer__bottom-row{flex-direction:column;align-items:flex-start;gap:12px}}.booking-modal__overlay{position:fixed;inset:0;z-index:9999;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:booking-fade-in .2s ease}.booking-modal{background:var(--white);border-radius:16px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #00000040;animation:booking-slide-up .25s ease}.booking-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--gray-100)}.booking-modal__title{font-size:1.15rem;font-weight:700;color:var(--black)}.booking-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:var(--gray-500);transition:all .15s ease}.booking-modal__close:hover{background:var(--gray-100);color:var(--black)}.booking-modal__body{flex:1;min-height:0}.booking-modal__iframe{display:block;width:100%;height:560px;border:0}@keyframes booking-fade-in{0%{opacity:0}to{opacity:1}}@keyframes booking-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.booking-modal__overlay{padding:12px}.booking-modal{max-height:95vh;border-radius:12px}.booking-modal__header{padding:16px 20px}.booking-modal__iframe{height:480px}}
