*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--clr-bg: #FAF9F7;--clr-text: #0A1020;--clr-heading: #22314E;--clr-darkblue: #22314E;--clr-white: #FFFFFF;--clr-teal: #01C6A5;--clr-accent: #3B72D9;--clr-muted: #5E6B80;--clr-light: #F0EFEC;--clr-border: #D8D6D1;--font-body: "Outfit", -apple-system, sans-serif;--font-mono: "Space Mono", monospace;--max-w: 1180px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--clr-text);background:var(--clr-bg);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--clr-darkblue)}.container{max-width:var(--max-w);margin:0 auto;padding:0 clamp(20px,4vw,40px);position:relative}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:15px;padding:14px 28px;border-radius:100px;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none}.btn-teal{background:var(--clr-teal);color:var(--clr-white)}.btn-teal:hover{background:#00b394;transform:translateY(-1px);box-shadow:0 8px 24px #01c6a559}.btn .arrow{transition:transform .2s}.btn:hover .arrow{transform:translate(3px)}.section-label{font-family:var(--font-mono);font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--clr-teal);margin-bottom:16px;font-weight:700}h1,h2,h3,h4{font-family:var(--font-body);color:var(--clr-heading);line-height:1.15;font-weight:700}h1{font-size:clamp(34px,4.6vw,54px);letter-spacing:-1.4px}h2{font-size:clamp(28px,3.2vw,38px);letter-spacing:-.6px}.hero{background:linear-gradient(135deg,#22314e,#1a2640);color:var(--clr-white);padding-top:calc(72px + clamp(48px,6vw,80px));padding-bottom:clamp(60px,8vw,100px);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-150px;right:-200px;width:700px;height:700px;background:radial-gradient(circle,rgba(1,198,165,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-200px;left:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(59,114,217,.08) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,5vw,64px);align-items:start;position:relative}.hero h1{color:var(--clr-white);margin-bottom:20px}.hero h1 em{font-style:normal;color:var(--clr-teal)}.hero-sub{color:#ffffffc7;font-size:clamp(17px,1.6vw,19px);line-height:1.6;margin-bottom:32px;max-width:540px}.hero-proof{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.hero-proof li{display:flex;align-items:flex-start;gap:12px;color:#ffffffd9;font-size:15px;line-height:1.5}.hero-proof li svg{width:20px;height:20px;color:var(--clr-teal);flex-shrink:0;margin-top:2px}.hero-proof li strong{color:var(--clr-white);font-weight:600}.hero-direct{display:flex;flex-direction:column;gap:14px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.hero-direct-label{font-family:var(--font-mono);font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff73;font-weight:700}.hero-direct-row{display:flex;gap:28px;flex-wrap:wrap}.hero-direct-row a{color:var(--clr-white);text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:color .2s}.hero-direct-row a:hover{color:var(--clr-teal)}.hero-direct-row a svg{width:16px;height:16px;opacity:.6}.form-card{background:var(--clr-white);border-radius:20px;padding:clamp(24px,3vw,36px);box-shadow:0 20px 60px #0000002e,0 4px 12px #00000014}.form-card-head{margin-bottom:24px}.form-card-head h2{font-size:24px;margin-bottom:6px;letter-spacing:-.4px}.form-card-head p{color:var(--clr-muted);font-size:14px;line-height:1.5;margin:0}.enquiry-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;padding:13px 16px;border-radius:10px;border:1px solid var(--clr-border);background:var(--clr-bg);font-family:var(--font-body);font-size:15px;color:var(--clr-text);margin-bottom:14px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--clr-teal);background:var(--clr-white);box-shadow:0 0 0 3px #01c6a526}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder{color:var(--clr-muted);opacity:.7}.enquiry-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%235E6B80' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:40px;cursor:pointer}.enquiry-form select:invalid{color:var(--clr-muted);opacity:.7}.enquiry-form select option{color:var(--clr-text);opacity:1}.enquiry-form textarea{min-height:110px;resize:vertical;font-family:var(--font-body)}.enquiry-form .checkbox-group{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--clr-muted);margin-top:4px;line-height:1.5}.enquiry-form .checkbox-group input{width:16px;height:16px;margin:3px 0 0;flex-shrink:0}.enquiry-form .disclaimer{font-size:12px;color:var(--clr-muted);margin-top:14px;line-height:1.55}.enquiry-form .disclaimer a{color:var(--clr-darkblue);text-decoration:underline}.enquiry-form .submit-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 28px;border-radius:100px;border:none;background:var(--clr-teal);color:var(--clr-white);font-family:var(--font-body);font-weight:700;font-size:16px;cursor:pointer;transition:all .25s ease;margin-top:18px}.enquiry-form .submit-btn:hover{background:#00b394;transform:translateY(-1px);box-shadow:0 8px 24px #01c6a559}.enquiry-form .submit-btn .arrow{transition:transform .2s}.enquiry-form .submit-btn:hover .arrow{transform:translate(3px)}.form-trust{display:flex;flex-wrap:wrap;gap:16px;row-gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--clr-border);font-family:var(--font-mono);font-size:11px;letter-spacing:.4px;color:var(--clr-muted);text-transform:uppercase;font-weight:700}.form-trust span{display:inline-flex;align-items:center;gap:6px}.form-trust svg{width:12px;height:12px;color:var(--clr-teal)}.recaptcha-wrap{margin-top:14px;transform:scale(.95);transform-origin:left top}.next{padding:clamp(64px,8vw,100px) 0;background:var(--clr-bg)}.next-head{text-align:center;max-width:640px;margin:0 auto 48px}.next-head .section-label{color:var(--clr-teal)}.next-head h2{margin-bottom:12px}.next-head p{color:var(--clr-muted);font-size:17px;margin:0}.next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.next-step{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:16px;padding:32px 28px;position:relative}.next-step .step-num{font-family:var(--font-mono);font-size:14px;font-weight:700;color:var(--clr-teal);letter-spacing:.5px;margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}.next-step .step-num:before{content:"";width:24px;height:1px;background:var(--clr-teal)}.next-step h3{font-size:19px;margin-bottom:10px;letter-spacing:-.2px}.next-step p{font-size:15px;color:var(--clr-muted);line-height:1.6;margin:0}.next-step .step-time{display:inline-block;margin-top:14px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--clr-muted);padding:4px 10px;background:var(--clr-light);border-radius:100px}.footer{background:#ffd16a;color:var(--clr-darkblue);padding:64px 0 40px}.footer-top{display:flex;justify-content:flex-end;align-items:center;margin-bottom:32px}.footer-social{display:flex;gap:16px}.footer-social a{color:var(--clr-darkblue);opacity:.5;transition:opacity .2s}.footer-social a:hover{opacity:1}.footer-countries{display:flex;align-items:center;gap:20px;padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid rgba(34,49,78,.12)}.footer-country{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#22314e66;text-decoration:none;transition:color .2s}.footer-country:hover{color:var(--clr-darkblue)}.footer-country.active{color:var(--clr-darkblue);font-weight:600}.footer-acknowledgment{font-size:13px;color:#22314e80;line-height:1.6;margin-bottom:32px;max-width:640px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:40px;margin-bottom:36px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{color:var(--clr-darkblue);opacity:.7;text-decoration:none;font-size:14px;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-contact p{font-size:14px;color:var(--clr-darkblue);opacity:.7;margin-bottom:8px;line-height:1.5}.footer-contact a{display:block;font-size:14px;color:var(--clr-darkblue);opacity:.7;text-decoration:none;transition:opacity .2s;margin-bottom:4px}.footer-contact a:hover{opacity:1}.footer-badges{display:flex;align-items:center;gap:20px;padding-bottom:28px;margin-bottom:24px;border-bottom:1px solid rgba(34,49,78,.12)}.footer-badges img{width:auto;opacity:1}.footer-legal-links{list-style:none;display:flex;gap:20px}.footer-legal-links a{font-size:13px;color:#22314e73;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:var(--clr-darkblue)}.footer-logo-img{height:28px;width:auto;display:block}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-form-col{order:-1}.next-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){.footer-top{flex-direction:column;gap:16px;text-align:center}.footer-grid{grid-template-columns:1fr;gap:24px;text-align:center}.footer-links{align-items:center}.footer-contact{text-align:center}.footer-badges,.footer-legal-links,.footer-countries{justify-content:center;flex-wrap:wrap}.hero-direct-row{flex-direction:column;gap:12px}}@media(max-width:600px){.enquiry-form .form-row{grid-template-columns:1fr;gap:0}.recaptcha-wrap{transform:scale(.85)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .6s ease forwards}.fade-up-d1{animation-delay:.1s}.fade-up-d2{animation-delay:.2s}.fade-up-d3{animation-delay:.3s}
