@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Unbounded:wght@500;600&display=swap');
:root{--ink:#17211c;--paper:#f1efe6;--lime:#d7ff44;--orange:#ff6b35;--line:rgba(23,33,28,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}.grain{position:fixed;inset:0;pointer-events:none;opacity:.045;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{color:inherit;text-decoration:none;font:600 17px Unbounded,sans-serif;letter-spacing:-.7px}.logo span{color:var(--orange);margin-right:8px}.logo em{font-style:normal;color:var(--orange)}nav{display:flex;gap:34px}nav a,.link{color:inherit;text-decoration:none;font-size:13px;font-weight:700}#language{border:1px solid var(--ink);background:transparent;border-radius:50%;width:42px;height:42px;font-weight:700;cursor:pointer}.hero{min-height:690px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:30px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.24em;margin:0 0 26px}.hero h1,.section h2,.dark h2,.contact h2{font:500 clamp(48px,6vw,88px)/.98 Unbounded,sans-serif;letter-spacing:-.06em;margin:0}.hero h1 i{font-style:normal;color:var(--orange)}.lead{font-size:19px;line-height:1.6;max-width:620px;margin:32px 0}.actions{display:flex;align-items:center;gap:30px}.primary{background:var(--ink);color:white;text-decoration:none;padding:17px 25px;border-radius:2px;font-weight:700}.visual{height:520px;position:relative;overflow:hidden;background:#d9dfd2;border-radius:50% 50% 3px 3px}.sun{position:absolute;width:170px;height:170px;border-radius:50%;background:var(--orange);left:50%;top:90px;transform:translateX(-50%)}.mountain{position:absolute;left:-20%;right:-20%;bottom:-2px;clip-path:polygon(0 100%,26% 43%,38% 67%,57% 18%,72% 61%,84% 39%,100% 100%)}.m1{height:300px;background:#77907f}.m2{height:220px;background:var(--ink);clip-path:polygon(0 100%,20% 64%,33% 75%,52% 27%,63% 66%,78% 43%,100% 100%)}.route{position:absolute;inset:0}.route:before{content:"";position:absolute;width:72%;height:34%;border:2px solid var(--lime);border-color:var(--lime) transparent transparent var(--lime);border-radius:50%;left:15%;top:37%;transform:rotate(12deg)}.route b{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 7px rgba(215,255,68,.15)}.route b:nth-child(1){left:19%;top:43%}.route b:nth-child(2){left:44%;top:37%}.route b:nth-child(3){left:66%;top:44%}.route b:nth-child(4){left:79%;top:60%}.city{position:absolute;color:white;font-size:9px;letter-spacing:.18em}.c1{left:14%;top:48%}.c2{left:42%;top:32%}.c3{right:8%;top:55%}.ticker{overflow:hidden;background:var(--lime);padding:15px 0;font:600 12px Unbounded,sans-serif;white-space:nowrap;letter-spacing:.08em}.ticker div{width:max-content;animation:move 22s linear infinite}.ticker b{color:var(--orange);margin:0 28px}@keyframes move{to{transform:translateX(-50%)}}.section{padding:130px 0}.section>div:first-child{max-width:820px}.section h2,.dark h2,.contact h2{font-size:clamp(40px,5vw,68px)}.section-lead{font-size:20px;line-height:1.65;max-width:690px;margin:50px 0 70px auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.stats article{padding:35px 0;border-right:1px solid var(--line)}.stats article+article{padding-left:35px}.stats strong{display:block;font:500 35px Unbounded}.stats span{font-size:13px}.dark{background:var(--ink);color:var(--paper);padding:130px 0}.dark h2{max-width:900px}.cards{display:grid;grid-template-columns:repeat(2,1fr);margin-top:80px;border-top:1px solid #465049;border-left:1px solid #465049}.cards article{padding:45px;border-right:1px solid #465049;border-bottom:1px solid #465049;min-height:240px}.cards span{color:var(--lime);font:500 13px Unbounded}.cards h3{font:500 25px Unbounded;margin:45px 0 15px}.cards p{color:#aeb6b0;line-height:1.7;max-width:440px}.contact{padding:140px 0}.contact p:not(.eyebrow){font-size:18px;max-width:560px;line-height:1.7;margin:36px 0}.contact>a{display:inline-block;font:500 20px Unbounded;color:var(--ink);text-decoration:none;border-bottom:2px solid var(--orange);padding-bottom:8px}footer{height:110px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px}@media(max-width:800px){.shell{width:min(100% - 28px,1180px)}nav{display:none}.hero{grid-template-columns:1fr;padding:80px 0}.visual{height:380px}.stats,.cards{grid-template-columns:1fr}.stats article,.stats article+article{padding:26px 0;border-right:0;border-bottom:1px solid var(--line)}.section,.dark,.contact{padding:90px 0}.section-lead{margin-left:0}.cards article{padding:30px}footer{align-items:flex-start;padding-top:32px}footer p{max-width:120px;text-align:right}}
