:root{--ink:#24272b;--ink2:#5b211e;--brand:#dd271c;--brand-dark:#a91c14;--brand-soft:#fde9e6;--paper:#f7f7f6;--white:#fff;--line:#e4dedc;--muted:#62666c;--warm:#ef6b3f}
html{scroll-behavior:smooth}.firstright-page,.firstright-page *{box-sizing:border-box}.firstright-page{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--white);font-size:16px;line-height:1.6}.firstright-page a{color:inherit;text-decoration:none}.firstright-page button,.firstright-page input,.firstright-page textarea{font:inherit}.firstright-page .wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.firstright-page .nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.firstright-page .brand{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.04em;display:flex;align-items:center;gap:10px;color:var(--ink)}.firstright-page .brand img{width:54px;height:36px;object-fit:contain;object-position:left center}.firstright-page .links{display:flex;gap:30px;align-items:center;font-weight:600;font-size:.95rem}.firstright-page .links>a:hover,.firstright-page .nav-trigger:hover{color:var(--brand)}.firstright-page .nav-group{position:relative}.firstright-page .nav-trigger{border:0;background:transparent;color:var(--ink);padding:12px 0;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.firstright-page .nav-trigger:after{content:'⌄';font-size:.9rem;transition:transform .2s}.firstright-page .submenu{position:absolute;left:-18px;top:calc(100% + 4px);width:210px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:0 18px 50px rgba(60,25,22,.14);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s;z-index:20}.firstright-page .submenu a{display:block;padding:10px 12px;border-radius:9px;font-weight:600}.firstright-page .submenu a:hover,.firstright-page .submenu a:focus{background:var(--brand-soft);color:var(--brand-dark);outline:none}.firstright-page .nav-group:hover .submenu,.firstright-page .nav-group:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.firstright-page .nav-group:hover .nav-trigger:after,.firstright-page .nav-group:focus-within .nav-trigger:after{transform:rotate(180deg)}.firstright-page .pill{background:var(--brand);color:#fff;padding:12px 19px;border-radius:999px;display:inline-flex;align-items:center;gap:9px;box-shadow:0 8px 24px rgba(221,39,28,.18)}.firstright-page .pill:hover{background:var(--brand-dark)}.firstright-page .pill span{transition:transform .2s}.firstright-page .pill:hover span{transform:translateX(4px)}.firstright-page .mobile-toggle{display:none;border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 13px;color:var(--ink);font-weight:700}
.firstright-page .hero{background:linear-gradient(135deg,#faf9f8 0%,var(--brand-soft) 100%);border-radius:30px;min-height:650px;padding:72px 64px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.firstright-page .eyebrow{font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.77rem;color:var(--brand-dark)}.firstright-page .hero h1{font-family:Manrope,sans-serif;font-size:clamp(3.1rem,6vw,6.3rem);line-height:.98;letter-spacing:-.065em;margin:18px 0 26px;max-width:760px;color:var(--ink)}.firstright-page .hero h1 em{font-style:normal;color:var(--brand)}.firstright-page .lead{font-size:1.15rem;color:var(--muted);max-width:590px;margin-bottom:32px}.firstright-page .actions{display:flex;gap:14px;flex-wrap:wrap}.firstright-page .ghost{padding:11px 18px;border:1px solid #d8cdca;border-radius:999px;background:#fff;font-weight:600;color:var(--ink)}.firstright-page .ghost:hover{border-color:var(--brand);color:var(--brand-dark)}
.firstright-page .visual{min-height:480px;position:relative}.firstright-page .orb{position:absolute;width:360px;height:360px;border-radius:50%;background:linear-gradient(145deg,#f8c9c4,#fff);right:-35px;top:40px;box-shadow:inset 0 0 0 1px #f2b2ac}.firstright-page .card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 70px rgba(78,29,25,.12);padding:22px}.firstright-page .dash{width:340px;right:30px;top:100px}.firstright-page .dash-head{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:var(--muted)}.firstright-page .bars{height:145px;display:flex;align-items:end;gap:12px;padding-top:22px}.firstright-page .bars i{display:block;flex:1;background:var(--brand);border-radius:7px 7px 2px 2px}.firstright-page .bars i:nth-child(1){height:42%;background:#f18a82}.firstright-page .bars i:nth-child(2){height:66%;background:var(--ink2)}.firstright-page .bars i:nth-child(3){height:54%;background:#e94a3f}.firstright-page .bars i:nth-child(4){height:88%;background:var(--warm)}.firstright-page .bars i:nth-child(5){height:75%;background:var(--brand)}.firstright-page .metric{left:20px;bottom:70px;width:205px}.firstright-page .metric b{font:800 2.5rem Manrope;color:var(--brand);display:block}.firstright-page .metric small{display:block;color:var(--muted)}.firstright-page .signal{right:0;bottom:10px;width:185px}.firstright-page .signal b{display:block;margin-bottom:8px}.firstright-page .line{height:8px;border-radius:10px;background:linear-gradient(90deg,var(--brand) 82%,#eee5e3 82%)}
.firstright-page .proof{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin:88px auto;border:1px solid var(--line);border-radius:20px;overflow:hidden}.firstright-page .proof div{background:#fff;padding:30px}.firstright-page .proof strong{display:block;font:800 2rem Manrope;margin-bottom:3px}.firstright-page .proof span{color:var(--muted);font-size:.93rem}.firstright-page section{padding:70px 0}.firstright-page .section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.firstright-page .section-head h2{font:800 clamp(2.3rem,4vw,4rem)/1.05 Manrope;margin:0;letter-spacing:-.045em;max-width:720px;color:var(--ink)}.firstright-page .section-head p{max-width:420px;color:var(--muted);margin:0}.firstright-page .services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.firstright-page .service{padding:32px;border:1px solid var(--line);border-radius:22px;min-height:300px;display:flex;flex-direction:column;transition:.25s}.firstright-page .service:hover{transform:translateY(-5px);border-color:#e9aaa4;box-shadow:0 20px 50px rgba(85,31,27,.09)}.firstright-page .num{font:700 .8rem Manrope;color:var(--brand)}.firstright-page .service h3{font:700 1.55rem Manrope;margin:42px 0 13px;line-height:1.2;color:var(--ink)}.firstright-page .service p{color:var(--muted);margin:0 0 22px}.firstright-page .service a{margin-top:auto;font-weight:700;color:var(--brand-dark)}
.firstright-page .dark{background:#292526;color:#fff;border-radius:30px;padding:64px}.firstright-page .dark .eyebrow{color:#ff7b70}.firstright-page .industries{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.firstright-page .dark h2{font:800 clamp(2.4rem,4vw,4.3rem)/1.03 Manrope;letter-spacing:-.05em;margin:16px 0}.firstright-page .dark p{color:#d0c8c6}.firstright-page .tags{display:flex;flex-wrap:wrap;gap:12px}.firstright-page .tag{border:1px solid #6d504e;border-radius:999px;padding:12px 18px;color:#fff5f3}.firstright-page .world{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.firstright-page .region{background:#3a3030;border:1px solid #684743;border-radius:16px;padding:22px}.firstright-page .region small{display:block;color:#d5b3af}.firstright-page .region b{font:700 1.15rem Manrope}.firstright-page .approach{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.firstright-page .step{border-top:2px solid var(--ink);padding-top:20px}.firstright-page .step b{font:700 1.2rem Manrope}.firstright-page .step p{color:var(--muted)}
.firstright-page .contact{background:var(--brand-soft);border-radius:30px;padding:64px;display:grid;grid-template-columns:1fr .75fr;gap:60px;align-items:center}.firstright-page .contact h2{font:800 clamp(2.7rem,5vw,5rem)/.98 Manrope;letter-spacing:-.06em;margin:12px 0 20px;color:var(--ink)}.firstright-page .contact p{max-width:560px;color:#6e3d39}.firstright-page .form{background:#fff;border-radius:20px;padding:25px;box-shadow:0 18px 45px rgba(85,31,27,.08)}.firstright-page .form label{display:block;font-weight:700;font-size:.88rem;margin:11px 0 5px;color:var(--ink)}.firstright-page .form input,.firstright-page .form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}.firstright-page .form input:focus,.firstright-page .form textarea:focus{outline:2px solid #f2aaa4;border-color:var(--brand)}.firstright-page .form textarea{height:92px;resize:vertical}.firstright-page .form button{border:0;width:100%;justify-content:center;margin-top:15px;cursor:pointer}.firstright-page .honeypot{position:absolute;left:-9999px}.firstright-page .form-status{margin:14px 0 0;text-align:center;font-weight:700}.firstright-page .form-status.success{color:#287a43}.firstright-page .form-status.error{color:var(--brand-dark)}.firstright-page .footer{padding:38px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:.9rem}
@media(max-width:900px){.firstright-page .mobile-toggle{display:block}.firstright-page .links{display:none;position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 18px 45px rgba(60,25,22,.13);z-index:30;align-items:stretch;gap:4px}.firstright-page .links.is-open{display:flex;flex-direction:column}.firstright-page .links>a,.firstright-page .nav-trigger{padding:10px 8px}.firstright-page .nav-group{width:100%}.firstright-page .submenu{position:static;width:100%;box-shadow:none;border:0;padding:4px 0 4px 12px;display:none;opacity:1;visibility:visible;transform:none}.firstright-page .nav-group:focus-within .submenu,.firstright-page .nav-group:hover .submenu{display:block}.firstright-page .hero{grid-template-columns:1fr;padding:52px 34px}.firstright-page .visual{min-height:390px}.firstright-page .proof{grid-template-columns:1fr 1fr}.firstright-page .services,.firstright-page .approach{grid-template-columns:1fr}.firstright-page .industries,.firstright-page .contact{grid-template-columns:1fr}.firstright-page .world{margin-top:10px}}
@media(max-width:560px){.firstright-page .wrap{width:min(100% - 24px,1180px)}.firstright-page .nav{height:72px}.firstright-page .brand{font-size:1.1rem}.firstright-page .brand img{width:46px}.firstright-page .hero{padding:42px 22px;border-radius:22px}.firstright-page .hero h1{font-size:3.25rem}.firstright-page .visual{min-height:350px}.firstright-page .dash{right:-32px;width:300px}.firstright-page .metric{left:-5px}.firstright-page .signal{display:none}.firstright-page .proof{grid-template-columns:1fr}.firstright-page .section-head{display:block}.firstright-page .section-head p{margin-top:18px}.firstright-page .dark,.firstright-page .contact{padding:38px 24px;border-radius:22px}.firstright-page .world{grid-template-columns:1fr}.firstright-page .footer{display:block}.firstright-page .footer>span{display:block;margin-top:8px}}

