:root{scroll-behavior:smooth;--bg:#ffffff;--text:#0a0a0a;--muted:#6b7280;--line:#e5e7eb;--card:#ffffff;--black:#000;--shadow:0 1px 2px rgba(0,0,0,.06),0 10px 25px rgba(0,0,0,.05);--radius:22px;--radius-sm:14px;--container:1200px;}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(24px,8vw,40px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:var(--radius);background:var(--black);color:#fff;font-weight:600;box-shadow:var(--shadow);border:1px solid #000}.btn:hover{opacity:.9}.btn-outline{background:#fff;color:#111;border:1px solid var(--line)}.btn-outline:hover{background:#f6f7f8}.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);padding:6px 10px;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:13px}header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);backdrop-filter:saturate(180%) blur(8px);background:rgba(255,255,255,.7)}.nav{height:64px;display:flex;align-items:center;justify-content:space-between}.nav a{font-size:14px;color:#111;opacity:.9}.nav .links{display:none;gap:24px}@media(min-width:768px){.nav .links{display:flex}}.hero{position:relative;overflow:hidden}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}.hero .wrap{padding:140px 0}@media(min-width:1024px){.hero{min-height:88vh}}.hero h1{font-size:clamp(32px,5vw,64px);line-height:1.1;margin:0 0 12px 0}.hero p.lead{font-size:18px;color:#374151;max-width:620px}.carousel{position:relative;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.carousel .stage{position:relative;height:320px;background:#ddd}.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide .caption{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);color:#fff;display:flex;gap:12px;align-items:center}.slide .caption img{height:32px;width:auto;object-fit:contain}.dots{position:absolute;right:16px;top:16px;display:flex;gap:8px}.dots button{height:10px;width:10px;border-radius:999px;background:rgba(255,255,255,.55);border:none;cursor:pointer}.dots button.active{background:#fff}.section{padding:80px 0}.section h2{font-size:clamp(28px,3vw,40px);margin:0}.section .sub{margin-top:14px;color:#374151;max-width:720px}.grid{display:grid;gap:24px}@media(min-width:640px){.grid.sm-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.lg-4{grid-template-columns:repeat(4,1fr)}.grid.lg-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:relative;overflow:hidden}.card.pad{padding:24px}.brand.dark{background:linear-gradient(135deg,#000,#3f3f46);color:#fff;border:none}.brand.light{background:linear-gradient(135deg,#fff,#fafafa)}.brand .logo-wrap{height:42px;width:110px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25)}.brand.light .logo-wrap{background:#f3f4f6;border:1px solid var(--line)}.brand .logo{height:26px;width:auto}.brand h3{margin:14px 0 4px 0;font-size:22px}.brand p{margin:0;color:rgba(255,255,255,.86)}.brand.light p{color:#374151}.brand .actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.35)}.brand.light .chip{border:1px solid var(--line);background:#fff;color:#111}.step{border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.step .head{display:flex;gap:12px;align-items:center;padding:18px 20px 6px 20px}.step .body{padding:0 20px 18px 20px;color:#374151;font-size:14px}.iconchip{height:40px;width:40px;border-radius:14px;background:#f3f4f6;display:grid;place-items:center}.kpi{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}.kpi .num{font-weight:800;font-size:28px}.kpi .lab{font-size:12px;color:#6b7280;margin-top:4px}.input{width:100%;padding:14px;border:1px solid var(--line);border-radius:16px;font-size:14px}textarea.input{min-height:120px}footer{border-top:1px solid var(--line);padding:32px 0;color:#6b7280;font-size:14px}@media (max-width:1024px){.hero .watermark{right:-1rem;}.hero .watermark img{width:min(560px,66vw);height:auto;}.hero .wrap{padding:110px 0;}}.hero .watermark img{width:560px;height:auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}}@media (max-width:768px){.hero .watermark{display:none !important;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero-copy{max-width:720px;}.btn-row{gap:16px;}.btn{padding:14px 22px;}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .watermark{display:none !important;}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero h1,.hero p.lead{text-align:center;padding:0;}.btn-row,.stats-row{justify-content:center;row-gap:12px;}.hero-logo-mobile{display:block;padding-top:14px;text-align:center;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}.brand-kust{background:linear-gradient(135deg,#000,#111)!important;color:#fff}.brand-kust .logo-wrap{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}.brand-kust .chip{border-color:rgba(255,255,255,.35);color:#fff}.brand-ydol{background:linear-gradient(135deg,#ffd400,#ffea80)!important;color:#111;border:1px solid var(--line)!important}.brand-ydol .logo-wrap{background:#fff7cc;border-color:#ffe066}.brand-ydol h3{color:#111}.brand-ydol p{color:#1f2937}.brand-ydol .chip{border-color:#ffe066;background:#fff;color:#111}.brand-nomad{background:linear-gradient(135deg,#ffffff,#fafafa)!important}.brand-nomad .logo-wrap{background:#fff3e6;border-color:#ffb26b}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#ff7a1a}.brand-loyance{background:linear-gradient(135deg,#ffffff,#f7f7f8)!important}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#e5e7eb}.brand-loyance .accent{color:#ec4899}.brand-nomad{background:linear-gradient(135deg,#fff,#fff)!important;border:1px solid var(--line)!important;color:#111}.brand-nomad .logo-wrap{background:#fff7ed;border-color:#fdba74}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#fb923c;background:#fff;color:#111}.brand-nomad .chip:hover{background:#fff7ed}.brand-nomad .accent{color:#f97316}.brand-loyance{background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%)!important;border:1px solid var(--line)!important;color:#0f0f10}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#d4d4d8;background:#fff;color:#0f0f10}.brand-loyance .chip:hover{background:#f8fafc}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-nomad{position:relative !important;background:#ffffff !important;border:1px solid var(--line) !important;color:#111 !important;box-shadow:var(--shadow)}.brand-nomad::after{display:none !important}.brand-nomad .logo-wrap{background:#fff7ed !important;border-color:#fdba74 !important}.brand-nomad h3{color:#111 !important}.brand-nomad p{color:#374151 !important}.brand-nomad .chip{border-color:#f97316 !important;background:#f97316 !important;color:#fff !important}.brand-nomad .chip:hover{background:#fb923c !important}.brand-loyance{position:relative !important;background:linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;border:1px solid #e5e7eb !important;color:#0f0f10 !important;box-shadow:var(--shadow)}.brand-loyance::after{display:none !important}.brand-loyance .logo-wrap{background:#f3f4f6 !important;border-color:#e5e7eb !important}.brand-loyance h3{color:#0f0f10 !important}.brand-loyance p{color:#374151 !important}.brand-loyance .chip{border-color:#e5e7eb !important;background:#ffffff !important;color:#0f0f10 !important}.brand-loyance .chip:hover{background:#fdf2f8 !important}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Roboto:wght@400;500;700&display=swap');.brand-ydol{background:#ffffff !important;border:2px solid #FDB913 !important;box-shadow:none !important;color:#111 !important;position:relative}.brand-ydol::after{display:none !important}.brand-ydol .logo-wrap{background:#fff !important;border-color:#FDB913 !important}.brand-ydol h3{font-family:'Comfortaa',ui-sans-serif,system-ui;letter-spacing:.2px;color:#111 !important}.brand-ydol p{font-family:'Roboto',ui-sans-serif,system-ui;color:#1f2937 !important}.brand-ydol .chip{border-color:#FDB913 !important;background:#FDB913 !important;color:#111 !important}.brand-ydol .chip:hover{filter:brightness(1.05)}.brand-ydol::after{left:2px !important;top:2px !important;width:calc(100% - 4px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 2px) !important;border-top-right-radius:calc(var(--radius) - 2px) !important;}.brand-nomad::after,.brand-loyance::after{left:1px !important;top:1px !important;width:calc(100% - 2px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 1px) !important;border-top-right-radius:calc(var(--radius) - 1px) !important;}.brand-ydol{padding-top:14px !important;background:linear-gradient(#FDB913,#FDB913) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-nomad{padding-top:14px !important;background:linear-gradient(#f97316,#f97316) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-loyance{padding-top:14px !important;background:linear-gradient(90deg,#ec4899,#7c3aed) top / 100% 10px no-repeat,linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;background-clip:padding-box,border-box}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero .watermark{display:none;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}.hero-logo-mobile{display:block;padding:16px 0 0 0;text-align:center;}.hero-logo-mobile img{width:260px;height:auto;}}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .wrap{padding-top:120px;padding-bottom:80px;}.btn-row{gap:14px;justify-content:center;}.btn{padding:14px 22px}.stats-row{justify-content:center;row-gap:12px}}.hero-copy{max-width:720px;}@media (max-width:768px){.hero .container{padding-left:16px !important;padding-right:16px !important;}.hero h1,.hero p.lead{padding-left:0 !important;padding-right:0 !important;}.hero-copy{margin:0 auto;}}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero-logo-mobile{display:block;padding:14px 0 0 0;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}.layer{position:relative;z-index:2;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}@media (min-width:769px){.hero .watermark{display:block !important;}.hero-logo-mobile{display:none !important;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}section{border-top:1px solid var(--line);}section:nth-of-type(odd){background:#ffffff !important;}section:nth-of-type(even){background:#f9f7f3 !important;}:root{scroll-behavior:smooth;--bg:#ffffff;--text:#0a0a0a;--muted:#6b7280;--line:#e5e7eb;--card:#ffffff;--black:#000;--shadow:0 1px 2px rgba(0,0,0,.06),0 10px 25px rgba(0,0,0,.05);--radius:22px;--radius-sm:14px;--container:1200px;}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(24px,8vw,40px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:var(--radius);background:var(--black);color:#fff;font-weight:600;box-shadow:var(--shadow);border:1px solid #000}.btn:hover{opacity:.9}.btn-outline{background:#fff;color:#111;border:1px solid var(--line)}.btn-outline:hover{background:#f6f7f8}.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);padding:6px 10px;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:13px}header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);backdrop-filter:saturate(180%) blur(8px);background:rgba(255,255,255,.7)}.nav{height:64px;display:flex;align-items:center;justify-content:space-between}.nav a{font-size:14px;color:#111;opacity:.9}.nav .links{display:none;gap:24px}@media(min-width:768px){.nav .links{display:flex}}.hero{position:relative;overflow:hidden}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}.hero .wrap{padding:140px 0}@media(min-width:1024px){.hero{min-height:88vh}}.hero h1{font-size:clamp(32px,5vw,64px);line-height:1.1;margin:0 0 12px 0}.hero p.lead{font-size:18px;color:#374151;max-width:620px}.carousel{position:relative;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.carousel .stage{position:relative;height:320px;background:#ddd}.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide .caption{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);color:#fff;display:flex;gap:12px;align-items:center}.slide .caption img{height:32px;width:auto;object-fit:contain}.dots{position:absolute;right:16px;top:16px;display:flex;gap:8px}.dots button{height:10px;width:10px;border-radius:999px;background:rgba(255,255,255,.55);border:none;cursor:pointer}.dots button.active{background:#fff}.section{padding:80px 0}.section h2{font-size:clamp(28px,3vw,40px);margin:0}.section .sub{margin-top:14px;color:#374151;max-width:720px}.grid{display:grid;gap:24px}@media(min-width:640px){.grid.sm-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.lg-4{grid-template-columns:repeat(4,1fr)}.grid.lg-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:relative;overflow:hidden}.card.pad{padding:24px}.brand.dark{background:linear-gradient(135deg,#000,#3f3f46);color:#fff;border:none}.brand.light{background:linear-gradient(135deg,#fff,#fafafa)}.brand .logo-wrap{height:42px;width:110px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25)}.brand.light .logo-wrap{background:#f3f4f6;border:1px solid var(--line)}.brand .logo{height:26px;width:auto}.brand h3{margin:14px 0 4px 0;font-size:22px}.brand p{margin:0;color:rgba(255,255,255,.86)}.brand.light p{color:#374151}.brand .actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.35)}.brand.light .chip{border:1px solid var(--line);background:#fff;color:#111}.step{border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.step .head{display:flex;gap:12px;align-items:center;padding:18px 20px 6px 20px}.step .body{padding:0 20px 18px 20px;color:#374151;font-size:14px}.iconchip{height:40px;width:40px;border-radius:14px;background:#f3f4f6;display:grid;place-items:center}.kpi{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}.kpi .num{font-weight:800;font-size:28px}.kpi .lab{font-size:12px;color:#6b7280;margin-top:4px}.input{width:100%;padding:14px;border:1px solid var(--line);border-radius:16px;font-size:14px}textarea.input{min-height:120px}footer{border-top:1px solid var(--line);padding:32px 0;color:#6b7280;font-size:14px}@media (max-width:1024px){.hero .watermark{right:-1rem;}.hero .watermark img{width:min(560px,66vw);height:auto;}.hero .wrap{padding:110px 0;}}.hero .watermark img{width:560px;height:auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}}@media (max-width:768px){.hero .watermark{display:none !important;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero-copy{max-width:720px;}.btn-row{gap:16px;}.btn{padding:14px 22px;}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .watermark{display:none !important;}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero h1,.hero p.lead{text-align:center;padding:0;}.btn-row,.stats-row{justify-content:center;row-gap:12px;}.hero-logo-mobile{display:block;padding-top:14px;text-align:center;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}.brand-kust{background:linear-gradient(135deg,#000,#111)!important;color:#fff}.brand-kust .logo-wrap{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}.brand-kust .chip{border-color:rgba(255,255,255,.35);color:#fff}.brand-ydol{background:linear-gradient(135deg,#ffd400,#ffea80)!important;color:#111;border:1px solid var(--line)!important}.brand-ydol .logo-wrap{background:#fff7cc;border-color:#ffe066}.brand-ydol h3{color:#111}.brand-ydol p{color:#1f2937}.brand-ydol .chip{border-color:#ffe066;background:#fff;color:#111}.brand-nomad{background:linear-gradient(135deg,#ffffff,#fafafa)!important}.brand-nomad .logo-wrap{background:#fff3e6;border-color:#ffb26b}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#ff7a1a}.brand-loyance{background:linear-gradient(135deg,#ffffff,#f7f7f8)!important}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#e5e7eb}.brand-loyance .accent{color:#ec4899}.brand-nomad{background:linear-gradient(135deg,#fff,#fff)!important;border:1px solid var(--line)!important;color:#111}.brand-nomad .logo-wrap{background:#fff7ed;border-color:#fdba74}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#fb923c;background:#fff;color:#111}.brand-nomad .chip:hover{background:#fff7ed}.brand-nomad .accent{color:#f97316}.brand-loyance{background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%)!important;border:1px solid var(--line)!important;color:#0f0f10}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#d4d4d8;background:#fff;color:#0f0f10}.brand-loyance .chip:hover{background:#f8fafc}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-nomad{position:relative !important;background:#ffffff !important;border:1px solid var(--line) !important;color:#111 !important;box-shadow:var(--shadow)}.brand-nomad::after{display:none !important}.brand-nomad .logo-wrap{background:#fff7ed !important;border-color:#fdba74 !important}.brand-nomad h3{color:#111 !important}.brand-nomad p{color:#374151 !important}.brand-nomad .chip{border-color:#f97316 !important;background:#f97316 !important;color:#fff !important}.brand-nomad .chip:hover{background:#fb923c !important}.brand-loyance{position:relative !important;background:linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;border:1px solid #e5e7eb !important;color:#0f0f10 !important;box-shadow:var(--shadow)}.brand-loyance::after{display:none !important}.brand-loyance .logo-wrap{background:#f3f4f6 !important;border-color:#e5e7eb !important}.brand-loyance h3{color:#0f0f10 !important}.brand-loyance p{color:#374151 !important}.brand-loyance .chip{border-color:#e5e7eb !important;background:#ffffff !important;color:#0f0f10 !important}.brand-loyance .chip:hover{background:#fdf2f8 !important}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Roboto:wght@400;500;700&display=swap');.brand-ydol{background:#ffffff !important;border:2px solid #FDB913 !important;box-shadow:none !important;color:#111 !important;position:relative}.brand-ydol::after{display:none !important}.brand-ydol .logo-wrap{background:#fff !important;border-color:#FDB913 !important}.brand-ydol h3{font-family:'Comfortaa',ui-sans-serif,system-ui;letter-spacing:.2px;color:#111 !important}.brand-ydol p{font-family:'Roboto',ui-sans-serif,system-ui;color:#1f2937 !important}.brand-ydol .chip{border-color:#FDB913 !important;background:#FDB913 !important;color:#111 !important}.brand-ydol .chip:hover{filter:brightness(1.05)}.brand-ydol::after{left:2px !important;top:2px !important;width:calc(100% - 4px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 2px) !important;border-top-right-radius:calc(var(--radius) - 2px) !important;}.brand-nomad::after,.brand-loyance::after{left:1px !important;top:1px !important;width:calc(100% - 2px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 1px) !important;border-top-right-radius:calc(var(--radius) - 1px) !important;}.brand-ydol{padding-top:14px !important;background:linear-gradient(#FDB913,#FDB913) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-nomad{padding-top:14px !important;background:linear-gradient(#f97316,#f97316) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-loyance{padding-top:14px !important;background:linear-gradient(90deg,#ec4899,#7c3aed) top / 100% 10px no-repeat,linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;background-clip:padding-box,border-box}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero .watermark{display:none;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}.hero-logo-mobile{display:block;padding:16px 0 0 0;text-align:center;}.hero-logo-mobile img{width:260px;height:auto;}}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .wrap{padding-top:120px;padding-bottom:80px;}.btn-row{gap:14px;justify-content:center;}.btn{padding:14px 22px}.stats-row{justify-content:center;row-gap:12px}}.hero-copy{max-width:720px;}@media (max-width:768px){.hero .container{padding-left:16px !important;padding-right:16px !important;}.hero h1,.hero p.lead{padding-left:0 !important;padding-right:0 !important;}.hero-copy{margin:0 auto;}}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero-logo-mobile{display:block;padding:14px 0 0 0;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}.layer{position:relative;z-index:2;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}@media (min-width:769px){.hero .watermark{display:block !important;}.hero-logo-mobile{display:none !important;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}section{border-top:1px solid var(--line);}section:nth-of-type(odd){background:#ffffff !important;}section:nth-of-type(even){background:#f9f7f3 !important;}:root{scroll-behavior:smooth;--bg:#ffffff;--text:#0a0a0a;--muted:#6b7280;--line:#e5e7eb;--card:#ffffff;--black:#000;--shadow:0 1px 2px rgba(0,0,0,.06),0 10px 25px rgba(0,0,0,.05);--radius:22px;--radius-sm:14px;--container:1200px;}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(24px,8vw,40px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:var(--radius);background:var(--black);color:#fff;font-weight:600;box-shadow:var(--shadow);border:1px solid #000}.btn:hover{opacity:.9}.btn-outline{background:#fff;color:#111;border:1px solid var(--line)}.btn-outline:hover{background:#f6f7f8}.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);padding:6px 10px;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:13px}header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);backdrop-filter:saturate(180%) blur(8px);background:rgba(255,255,255,.7)}.nav{height:64px;display:flex;align-items:center;justify-content:space-between}.nav a{font-size:14px;color:#111;opacity:.9}.nav .links{display:none;gap:24px}@media(min-width:768px){.nav .links{display:flex}}.hero{position:relative;overflow:hidden}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}.hero .wrap{padding:140px 0}@media(min-width:1024px){.hero{min-height:88vh}}.hero h1{font-size:clamp(32px,5vw,64px);line-height:1.1;margin:0 0 12px 0}.hero p.lead{font-size:18px;color:#374151;max-width:620px}.carousel{position:relative;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.carousel .stage{position:relative;height:320px;background:#ddd}.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide .caption{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);color:#fff;display:flex;gap:12px;align-items:center}.slide .caption img{height:32px;width:auto;object-fit:contain}.dots{position:absolute;right:16px;top:16px;display:flex;gap:8px}.dots button{height:10px;width:10px;border-radius:999px;background:rgba(255,255,255,.55);border:none;cursor:pointer}.dots button.active{background:#fff}.section{padding:80px 0}.section h2{font-size:clamp(28px,3vw,40px);margin:0}.section .sub{margin-top:14px;color:#374151;max-width:720px}.grid{display:grid;gap:24px}@media(min-width:640px){.grid.sm-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.lg-4{grid-template-columns:repeat(4,1fr)}.grid.lg-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:relative;overflow:hidden}.card.pad{padding:24px}.brand.dark{background:linear-gradient(135deg,#000,#3f3f46);color:#fff;border:none}.brand.light{background:linear-gradient(135deg,#fff,#fafafa)}.brand .logo-wrap{height:42px;width:110px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25)}.brand.light .logo-wrap{background:#f3f4f6;border:1px solid var(--line)}.brand .logo{height:26px;width:auto}.brand h3{margin:14px 0 4px 0;font-size:22px}.brand p{margin:0;color:rgba(255,255,255,.86)}.brand.light p{color:#374151}.brand .actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.35)}.brand.light .chip{border:1px solid var(--line);background:#fff;color:#111}.step{border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.step .head{display:flex;gap:12px;align-items:center;padding:18px 20px 6px 20px}.step .body{padding:0 20px 18px 20px;color:#374151;font-size:14px}.iconchip{height:40px;width:40px;border-radius:14px;background:#f3f4f6;display:grid;place-items:center}.kpi{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}.kpi .num{font-weight:800;font-size:28px}.kpi .lab{font-size:12px;color:#6b7280;margin-top:4px}.input{width:100%;padding:14px;border:1px solid var(--line);border-radius:16px;font-size:14px}textarea.input{min-height:120px}footer{border-top:1px solid var(--line);padding:32px 0;color:#6b7280;font-size:14px}@media (max-width:1024px){.hero .watermark{right:-1rem;}.hero .watermark img{width:min(560px,66vw);height:auto;}.hero .wrap{padding:110px 0;}}.hero .watermark img{width:560px;height:auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}}@media (max-width:768px){.hero .watermark{display:none !important;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero-copy{max-width:720px;}.btn-row{gap:16px;}.btn{padding:14px 22px;}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .watermark{display:none !important;}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero h1,.hero p.lead{text-align:center;padding:0;}.btn-row,.stats-row{justify-content:center;row-gap:12px;}.hero-logo-mobile{display:block;padding-top:14px;text-align:center;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}.brand-kust{background:linear-gradient(135deg,#000,#111)!important;color:#fff}.brand-kust .logo-wrap{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}.brand-kust .chip{border-color:rgba(255,255,255,.35);color:#fff}.brand-ydol{background:linear-gradient(135deg,#ffd400,#ffea80)!important;color:#111;border:1px solid var(--line)!important}.brand-ydol .logo-wrap{background:#fff7cc;border-color:#ffe066}.brand-ydol h3{color:#111}.brand-ydol p{color:#1f2937}.brand-ydol .chip{border-color:#ffe066;background:#fff;color:#111}.brand-nomad{background:linear-gradient(135deg,#ffffff,#fafafa)!important}.brand-nomad .logo-wrap{background:#fff3e6;border-color:#ffb26b}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#ff7a1a}.brand-loyance{background:linear-gradient(135deg,#ffffff,#f7f7f8)!important}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#e5e7eb}.brand-loyance .accent{color:#ec4899}.brand-nomad{background:linear-gradient(135deg,#fff,#fff)!important;border:1px solid var(--line)!important;color:#111}.brand-nomad .logo-wrap{background:#fff7ed;border-color:#fdba74}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#fb923c;background:#fff;color:#111}.brand-nomad .chip:hover{background:#fff7ed}.brand-nomad .accent{color:#f97316}.brand-loyance{background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%)!important;border:1px solid var(--line)!important;color:#0f0f10}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#d4d4d8;background:#fff;color:#0f0f10}.brand-loyance .chip:hover{background:#f8fafc}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-nomad{position:relative !important;background:#ffffff !important;border:1px solid var(--line) !important;color:#111 !important;box-shadow:var(--shadow)}.brand-nomad::after{display:none !important}.brand-nomad .logo-wrap{background:#fff7ed !important;border-color:#fdba74 !important}.brand-nomad h3{color:#111 !important}.brand-nomad p{color:#374151 !important}.brand-nomad .chip{border-color:#f97316 !important;background:#f97316 !important;color:#fff !important}.brand-nomad .chip:hover{background:#fb923c !important}.brand-loyance{position:relative !important;background:linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;border:1px solid #e5e7eb !important;color:#0f0f10 !important;box-shadow:var(--shadow)}.brand-loyance::after{display:none !important}.brand-loyance .logo-wrap{background:#f3f4f6 !important;border-color:#e5e7eb !important}.brand-loyance h3{color:#0f0f10 !important}.brand-loyance p{color:#374151 !important}.brand-loyance .chip{border-color:#e5e7eb !important;background:#ffffff !important;color:#0f0f10 !important}.brand-loyance .chip:hover{background:#fdf2f8 !important}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Roboto:wght@400;500;700&display=swap');.brand-ydol{background:#ffffff !important;border:2px solid #FDB913 !important;box-shadow:none !important;color:#111 !important;position:relative}.brand-ydol::after{display:none !important}.brand-ydol .logo-wrap{background:#fff !important;border-color:#FDB913 !important}.brand-ydol h3{font-family:'Comfortaa',ui-sans-serif,system-ui;letter-spacing:.2px;color:#111 !important}.brand-ydol p{font-family:'Roboto',ui-sans-serif,system-ui;color:#1f2937 !important}.brand-ydol .chip{border-color:#FDB913 !important;background:#FDB913 !important;color:#111 !important}.brand-ydol .chip:hover{filter:brightness(1.05)}.brand-ydol::after{left:2px !important;top:2px !important;width:calc(100% - 4px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 2px) !important;border-top-right-radius:calc(var(--radius) - 2px) !important;}.brand-nomad::after,.brand-loyance::after{left:1px !important;top:1px !important;width:calc(100% - 2px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 1px) !important;border-top-right-radius:calc(var(--radius) - 1px) !important;}.brand-ydol{padding-top:14px !important;background:linear-gradient(#FDB913,#FDB913) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-nomad{padding-top:14px !important;background:linear-gradient(#f97316,#f97316) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-loyance{padding-top:14px !important;background:linear-gradient(90deg,#ec4899,#7c3aed) top / 100% 10px no-repeat,linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;background-clip:padding-box,border-box}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero .watermark{display:none;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}.hero-logo-mobile{display:block;padding:16px 0 0 0;text-align:center;}.hero-logo-mobile img{width:260px;height:auto;}}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .wrap{padding-top:120px;padding-bottom:80px;}.btn-row{gap:14px;justify-content:center;}.btn{padding:14px 22px}.stats-row{justify-content:center;row-gap:12px}}.hero-copy{max-width:720px;}@media (max-width:768px){.hero .container{padding-left:16px !important;padding-right:16px !important;}.hero h1,.hero p.lead{padding-left:0 !important;padding-right:0 !important;}.hero-copy{margin:0 auto;}}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero-logo-mobile{display:block;padding:14px 0 0 0;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}.layer{position:relative;z-index:2;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}@media (min-width:769px){.hero .watermark{display:block !important;}.hero-logo-mobile{display:none !important;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}section{border-top:1px solid var(--line);}section:nth-of-type(odd){background:#ffffff !important;}section:nth-of-type(even){background:#f9f7f3 !important;}:root{scroll-behavior:smooth;--bg:#ffffff;--text:#0a0a0a;--muted:#6b7280;--line:#e5e7eb;--card:#ffffff;--black:#000;--shadow:0 1px 2px rgba(0,0,0,.06),0 10px 25px rgba(0,0,0,.05);--radius:22px;--radius-sm:14px;--container:1200px;}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(24px,8vw,40px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:var(--radius);background:var(--black);color:#fff;font-weight:600;box-shadow:var(--shadow);border:1px solid #000}.btn:hover{opacity:.9}.btn-outline{background:#fff;color:#111;border:1px solid var(--line)}.btn-outline:hover{background:#f6f7f8}.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);padding:6px 10px;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-size:13px}header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);backdrop-filter:saturate(180%) blur(8px);background:rgba(255,255,255,.7)}.nav{height:64px;display:flex;align-items:center;justify-content:space-between}.nav a{font-size:14px;color:#111;opacity:.9}.nav .links{display:none;gap:24px}@media(min-width:768px){.nav .links{display:flex}}.hero{position:relative;overflow:hidden}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}.hero .wrap{padding:140px 0}@media(min-width:1024px){.hero{min-height:88vh}}.hero h1{font-size:clamp(32px,5vw,64px);line-height:1.1;margin:0 0 12px 0}.hero p.lead{font-size:18px;color:#374151;max-width:620px}.carousel{position:relative;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.carousel .stage{position:relative;height:320px;background:#ddd}.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide .caption{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);color:#fff;display:flex;gap:12px;align-items:center}.slide .caption img{height:32px;width:auto;object-fit:contain}.dots{position:absolute;right:16px;top:16px;display:flex;gap:8px}.dots button{height:10px;width:10px;border-radius:999px;background:rgba(255,255,255,.55);border:none;cursor:pointer}.dots button.active{background:#fff}.section{padding:80px 0}.section h2{font-size:clamp(28px,3vw,40px);margin:0}.section .sub{margin-top:14px;color:#374151;max-width:720px}.grid{display:grid;gap:24px}@media(min-width:640px){.grid.sm-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.lg-4{grid-template-columns:repeat(4,1fr)}.grid.lg-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:relative;overflow:hidden}.card.pad{padding:24px}.brand.dark{background:linear-gradient(135deg,#000,#3f3f46);color:#fff;border:none}.brand.light{background:linear-gradient(135deg,#fff,#fafafa)}.brand .logo-wrap{height:42px;width:110px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25)}.brand.light .logo-wrap{background:#f3f4f6;border:1px solid var(--line)}.brand .logo{height:26px;width:auto}.brand h3{margin:14px 0 4px 0;font-size:22px}.brand p{margin:0;color:rgba(255,255,255,.86)}.brand.light p{color:#374151}.brand .actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.35)}.brand.light .chip{border:1px solid var(--line);background:#fff;color:#111}.step{border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.step .head{display:flex;gap:12px;align-items:center;padding:18px 20px 6px 20px}.step .body{padding:0 20px 18px 20px;color:#374151;font-size:14px}.iconchip{height:40px;width:40px;border-radius:14px;background:#f3f4f6;display:grid;place-items:center}.kpi{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}.kpi .num{font-weight:800;font-size:28px}.kpi .lab{font-size:12px;color:#6b7280;margin-top:4px}.input{width:100%;padding:14px;border:1px solid var(--line);border-radius:16px;font-size:14px}textarea.input{min-height:120px}footer{border-top:1px solid var(--line);padding:32px 0;color:#6b7280;font-size:14px}@media (max-width:1024px){.hero .watermark{right:-1rem;}.hero .watermark img{width:min(560px,66vw);height:auto;}.hero .wrap{padding:110px 0;}}.hero .watermark img{width:560px;height:auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}}@media (max-width:768px){.hero .watermark{display:none !important;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero-copy{max-width:720px;}.btn-row{gap:16px;}.btn{padding:14px 22px;}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .watermark{display:none !important;}.hero .wrap{padding-top:120px;padding-bottom:80px;}.hero h1,.hero p.lead{text-align:center;padding:0;}.btn-row,.stats-row{justify-content:center;row-gap:12px;}.hero-logo-mobile{display:block;padding-top:14px;text-align:center;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}@media (min-width:769px){.hero-logo-mobile{display:none;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}.brand-kust{background:linear-gradient(135deg,#000,#111)!important;color:#fff}.brand-kust .logo-wrap{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}.brand-kust .chip{border-color:rgba(255,255,255,.35);color:#fff}.brand-ydol{background:linear-gradient(135deg,#ffd400,#ffea80)!important;color:#111;border:1px solid var(--line)!important}.brand-ydol .logo-wrap{background:#fff7cc;border-color:#ffe066}.brand-ydol h3{color:#111}.brand-ydol p{color:#1f2937}.brand-ydol .chip{border-color:#ffe066;background:#fff;color:#111}.brand-nomad{background:linear-gradient(135deg,#ffffff,#fafafa)!important}.brand-nomad .logo-wrap{background:#fff3e6;border-color:#ffb26b}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#ff7a1a}.brand-loyance{background:linear-gradient(135deg,#ffffff,#f7f7f8)!important}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#e5e7eb}.brand-loyance .accent{color:#ec4899}.brand-nomad{background:linear-gradient(135deg,#fff,#fff)!important;border:1px solid var(--line)!important;color:#111}.brand-nomad .logo-wrap{background:#fff7ed;border-color:#fdba74}.brand-nomad h3{color:#111}.brand-nomad p{color:#374151}.brand-nomad .chip{border-color:#fb923c;background:#fff;color:#111}.brand-nomad .chip:hover{background:#fff7ed}.brand-nomad .accent{color:#f97316}.brand-loyance{background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%)!important;border:1px solid var(--line)!important;color:#0f0f10}.brand-loyance .logo-wrap{background:#f3f4f6;border-color:#e5e7eb}.brand-loyance h3{color:#0f0f10}.brand-loyance p{color:#374151}.brand-loyance .chip{border-color:#d4d4d8;background:#fff;color:#0f0f10}.brand-loyance .chip:hover{background:#f8fafc}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-nomad{position:relative !important;background:#ffffff !important;border:1px solid var(--line) !important;color:#111 !important;box-shadow:var(--shadow)}.brand-nomad::after{display:none !important}.brand-nomad .logo-wrap{background:#fff7ed !important;border-color:#fdba74 !important}.brand-nomad h3{color:#111 !important}.brand-nomad p{color:#374151 !important}.brand-nomad .chip{border-color:#f97316 !important;background:#f97316 !important;color:#fff !important}.brand-nomad .chip:hover{background:#fb923c !important}.brand-loyance{position:relative !important;background:linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;border:1px solid #e5e7eb !important;color:#0f0f10 !important;box-shadow:var(--shadow)}.brand-loyance::after{display:none !important}.brand-loyance .logo-wrap{background:#f3f4f6 !important;border-color:#e5e7eb !important}.brand-loyance h3{color:#0f0f10 !important}.brand-loyance p{color:#374151 !important}.brand-loyance .chip{border-color:#e5e7eb !important;background:#ffffff !important;color:#0f0f10 !important}.brand-loyance .chip:hover{background:#fdf2f8 !important}.brand-loyance .accent{background:linear-gradient(90deg,#ec4899,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Roboto:wght@400;500;700&display=swap');.brand-ydol{background:#ffffff !important;border:2px solid #FDB913 !important;box-shadow:none !important;color:#111 !important;position:relative}.brand-ydol::after{display:none !important}.brand-ydol .logo-wrap{background:#fff !important;border-color:#FDB913 !important}.brand-ydol h3{font-family:'Comfortaa',ui-sans-serif,system-ui;letter-spacing:.2px;color:#111 !important}.brand-ydol p{font-family:'Roboto',ui-sans-serif,system-ui;color:#1f2937 !important}.brand-ydol .chip{border-color:#FDB913 !important;background:#FDB913 !important;color:#111 !important}.brand-ydol .chip:hover{filter:brightness(1.05)}.brand-ydol::after{left:2px !important;top:2px !important;width:calc(100% - 4px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 2px) !important;border-top-right-radius:calc(var(--radius) - 2px) !important;}.brand-nomad::after,.brand-loyance::after{left:1px !important;top:1px !important;width:calc(100% - 2px) !important;height:10px !important;border-top-left-radius:calc(var(--radius) - 1px) !important;border-top-right-radius:calc(var(--radius) - 1px) !important;}.brand-ydol{padding-top:14px !important;background:linear-gradient(#FDB913,#FDB913) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-nomad{padding-top:14px !important;background:linear-gradient(#f97316,#f97316) top / 100% 10px no-repeat,#ffffff !important;background-clip:padding-box,border-box}.brand-loyance{padding-top:14px !important;background:linear-gradient(90deg,#ec4899,#7c3aed) top / 100% 10px no-repeat,linear-gradient(180deg,#ffffff 0%,#f7f7fb 100%) !important;background-clip:padding-box,border-box}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero .watermark{display:none;}.hero h1,.hero p.lead{text-align:center;}.btn-row,.stats-row{justify-content:center;}.hero-logo-mobile{display:block;padding:16px 0 0 0;text-align:center;}.hero-logo-mobile img{width:260px;height:auto;}}@media (max-width:768px){.container{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));}.hero .wrap{padding-top:120px;padding-bottom:80px;}.btn-row{gap:14px;justify-content:center;}.btn{padding:14px 22px}.stats-row{justify-content:center;row-gap:12px}}.hero-copy{max-width:720px;}@media (max-width:768px){.hero .container{padding-left:16px !important;padding-right:16px !important;}.hero h1,.hero p.lead{padding-left:0 !important;padding-right:0 !important;}.hero-copy{margin:0 auto;}}.hero-logo-mobile{display:none;text-align:center;width:100%;}@media (max-width:768px){.hero-logo-mobile{display:block;padding:14px 0 0 0;}.hero-logo-mobile img{display:block;width:clamp(280px,64vw,440px);height:auto;margin:0 auto;}}.layer{position:relative;z-index:2;}.hero .watermark{position:absolute;right:min(3vw,40px);top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;opacity:1;}.hero .watermark img{width:clamp(520px,40vw,900px);height:auto;display:block;}.hero .grad{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(0,0,0,.06),transparent 60%);z-index:0;pointer-events:none;}@media (min-width:769px){.hero .watermark{display:block !important;}.hero-logo-mobile{display:none !important;}.hero .wrap{padding:140px 0;}}@media (min-width:1024px){.hero{min-height:88vh;}}section{border-top:1px solid var(--line);}section:nth-of-type(odd){background:#ffffff !important;}section:nth-of-type(even){background:#f9f7f3 !important;}.lang-switch{position:fixed;top:15px;right:25px;display:flex;gap:10px;z-index:999;background:rgba(255,255,255,0.6);backdrop-filter:blur(8px);border-radius:20px;padding:5px 10px;box-shadow:0 2px 6px rgba(0,0,0,0.1)}.lang-switch .lang{text-decoration:none;font-size:1.2rem;transition:transform .2s ease,opacity .2s ease}.lang-switch .lang:hover{transform:scale(1.1);opacity:.8}.lang-switch [aria-current="true"]{opacity:1;font-weight:700}.store-badges{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:18px 0 6px}.store-badges .badge{display:inline-flex;line-height:0}.store-badges .badge img{height:40px;width:auto;display:block}@media(min-width:992px){.store-badges{margin-top:22px}}