*,*: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:16px;flex-wrap:wrap;font-size:.85rem;font-weight:500;color:var(--gray-500);letter-spacing:.02em}.hero__eth-logo{height:36px;width:auto;opacity:.75;filter:brightness(0)}.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:56px}.platform__system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.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;font-style:italic}.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}@media(max-width:768px){.platform__system-grid{grid-template-columns:1fr}.platform__callout{flex-direction:column;padding:24px 20px;gap:12px}}.industries .section-subtitle{margin-bottom:56px}.industries__workflow{display:flex;flex-direction:column;gap:0;margin-bottom:48px}.industries__workflow-step{display:flex;gap:32px}.industries__workflow-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:52px}.industries__workflow-icon{width:52px;height:52px;border-radius:14px;background:var(--white);border:2px solid rgba(227,6,19,.2);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.industries__workflow-line{width:2px;flex:1;background:#e3061326;min-height:24px}.industries__workflow-content{padding-bottom:40px;flex:1}.industries__workflow-title{font-size:1.35rem;font-weight:700;color:var(--black);margin-bottom:10px;margin-top:12px}.industries__workflow-desc{font-size:1rem;color:var(--gray-700);line-height:1.75;max-width:640px}.industries__production-callout{display:flex;align-items:flex-start;gap:20px;padding:28px 32px;background:var(--white);border-radius:16px;border:2px solid rgba(227,6,19,.15);margin-bottom:32px}.industries__production-icon{width:48px;height:48px;border-radius:12px;background:var(--red-bg);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.industries__production-title{font-size:1.1rem;font-weight:700;color:var(--black);margin-bottom:8px}.industries__production-text{font-size:.95rem;color:var(--gray-700);line-height:1.7}.industries__pattern{padding:28px 32px;background:var(--white);border-radius:16px;border:1px solid rgba(0,0,0,.06)}.industries__pattern-title{font-size:1.1rem;font-weight:700;color:var(--black);margin-bottom:8px}.industries__pattern-text{font-size:.95rem;color:var(--gray-500);line-height:1.7}@media(max-width:768px){.industries__workflow-step{gap:20px}.industries__workflow-marker{width:44px}.industries__workflow-icon{width:44px;height:44px;border-radius:12px}.industries__production-callout{flex-direction:column;padding:24px 20px}.industries__pattern{padding:24px 20px}}.blueprint__subtitle{font-size:1.1rem;color:var(--gray-300);max-width:640px;line-height:1.7;margin-bottom:64px}.blueprint__columns{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:56px}.blueprint__column-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red-light);margin-bottom:24px}.blueprint__column-items{display:flex;flex-direction:column;gap:20px}.blueprint__item{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:border-color .2s ease}.blueprint__item:hover{border-color:#ffffff26}.blueprint__item-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#e3061326;color:var(--red-light)}.blueprint__item-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:6px}.blueprint__item-desc{font-size:.9rem;color:var(--gray-300);line-height:1.65}.blueprint__outcome{padding:32px 36px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;max-width:800px}.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:768px){.blueprint__columns{grid-template-columns:1fr;gap:48px}.blueprint__item{padding:20px}}@media(max-width:600px){.blueprint__item{flex-direction:column;gap:12px}}.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}}
