@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{margin:0;padding:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}a:not([class]){text-decoration-skip-ink:auto}img,picture,svg,video,canvas{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transition:none}}body,html{height:100%;scroll-behavior:smooth}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-optical-sizing:auto;color:#0f172a;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}@media screen and (min-width:640px){.section-container{padding:0 40px}}.section-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#118ab2;margin-bottom:16px}h1,h2,h3,h4{line-height:1.2;font-weight:700}h2{font-size:2rem;margin-bottom:40px}@media screen and (min-width:640px){h2{font-size:2.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:1rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent}.btn-primary{background:#ef476f;color:#fff;border-color:#ef476f}.btn-primary:hover{background:#ec2152;border-color:#ec2152;transform:translateY(-2px);box-shadow:0 8px 25px rgba(239,71,111,.35)}.btn-outline{background:0 0;color:#fff;border-color:rgba(255,255,255,.3)}.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);transform:translateY(-2px)}.btn-full{width:100%}.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);background:0 0}.site-nav.scrolled{background:rgba(7,59,76,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.1);padding:8px 24px}.site-nav .nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-nav .nav-logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.site-nav .nav-logo span{color:#ef476f}.site-nav .nav-links{display:none;list-style:none;gap:24px;align-items:center}@media screen and (min-width:1024px){.site-nav .nav-links{display:flex}}.site-nav .nav-links a{color:#cbd5e1;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s cubic-bezier(.4,0,.2,1)}.site-nav .nav-links a:hover{color:#fff}.site-nav .nav-links .nav-cta{padding:10px 24px;background:#ef476f;color:#fff;border-radius:9999px;font-weight:600}.site-nav .nav-links .nav-cta:hover{background:#ec2152;transform:translateY(-1px)}.hero{background:linear-gradient(135deg,#073b4c 0%,#052935 50%,#0a536b 100%);padding:136px 0 96px;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(17,138,178,.15) 0%,transparent 70%);pointer-events:none}.hero::after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(239,71,111,.1) 0%,transparent 70%);pointer-events:none}.hero .hero-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr;gap:64px;align-items:center;position:relative;z-index:1}@media screen and (min-width:640px){.hero .hero-content{padding:0 40px}}@media screen and (min-width:1024px){.hero .hero-content{grid-template-columns:1.2fr .8fr}}.hero .hero-badge{display:inline-block;padding:8px 20px;background:rgba(239,71,111,.15);color:#ef476f;border-radius:9999px;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;border:1px solid rgba(239,71,111,.25)}.hero h1{font-size:2.5rem;color:#fff;margin-bottom:24px;letter-spacing:-.03em}@media screen and (min-width:640px){.hero h1{font-size:3.5rem}}@media screen and (min-width:1024px){.hero h1{font-size:4rem}}.hero .hero-subtitle{font-size:1.125rem;color:#cbd5e1;line-height:1.7;margin-bottom:40px;max-width:540px}.hero .hero-cta{display:flex;gap:16px;flex-wrap:wrap}.hero .hero-visual{display:none}@media screen and (min-width:1024px){.hero .hero-visual{display:flex;justify-content:center;align-items:center}}.hero .hero-visual img{width:100%;max-width:420px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.features{padding:96px 0;background:#f8fafc}.features .section-container{text-align:center}.features .features-grid{display:grid;grid-template-columns:1fr;gap:24px;text-align:left}@media screen and (min-width:640px){.features .features-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.features .features-grid{grid-template-columns:repeat(3,1fr)}}.features .feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px;transition:all .3s cubic-bezier(.4,0,.2,1)}.features .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,8%);border-color:transparent}.features .feature-card .feature-icon{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,rgba(17,138,178,.1),rgba(6,214,160,.1));display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#118ab2}.features .feature-card h3{font-size:1.2rem;margin-bottom:16px;color:#0f172a}.features .feature-card p{color:#475569;font-size:.95rem;line-height:1.7}.how-it-works{padding:96px 0;background:#fff}.how-it-works .section-container{text-align:center}.how-it-works .steps{display:flex;flex-direction:column;align-items:center;gap:0}@media screen and (min-width:1024px){.how-it-works .steps{flex-direction:row;align-items:flex-start;gap:0}}.how-it-works .step{text-align:center;flex:1;padding:24px}.how-it-works .step .step-number{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#073b4c,#0c637f);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px rgba(7,59,76,.25)}.how-it-works .step h3{font-size:1.2rem;margin-bottom:8px}.how-it-works .step p{color:#475569;font-size:.95rem;line-height:1.6;max-width:240px;margin:0 auto}.how-it-works .step-connector{width:2px;height:40px;background:linear-gradient(to bottom,#e2e8f0,rgba(17,138,178,.3))}@media screen and (min-width:1024px){.how-it-works .step-connector{width:60px;height:2px;margin-top:56px;background:linear-gradient(to right,#e2e8f0,rgba(17,138,178,.3))}}.trust{padding:96px 0;background:#f8fafc}.trust .trust-content{display:grid;grid-template-columns:1fr;gap:64px;align-items:center}@media screen and (min-width:1024px){.trust .trust-content{grid-template-columns:1fr 1fr}}.trust .trust-text h2{margin-bottom:24px}.trust .trust-text>p{color:#475569;font-size:1.05rem;line-height:1.8;margin-bottom:40px}.trust .trust-list{list-style:none;padding:0}.trust .trust-list li{display:flex;align-items:center;gap:16px;padding:8px 0;font-weight:500;color:#0f172a}.trust .trust-list li svg{color:#06d6a0;flex-shrink:0}.trust .trust-visual{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width:640px){.trust .trust-visual{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1024px){.trust .trust-visual{grid-template-columns:1fr;gap:16px}}.trust .trust-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.trust .trust-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,6%)}.trust .trust-card .trust-card-icon{color:#118ab2;margin-bottom:8px}.trust .trust-card .trust-card-icon svg{width:36px;height:36px}.trust .trust-card .trust-card-stat{font-size:1.75rem;font-weight:800;color:#073b4c;letter-spacing:-.02em}.trust .trust-card .trust-card-label{font-size:.85rem;color:#94a3b8;font-weight:500;margin-top:4px}.enquire{padding:96px 0;background:#fff}.enquire .enquire-content{display:grid;grid-template-columns:1fr;gap:64px}@media screen and (min-width:1024px){.enquire .enquire-content{grid-template-columns:1fr 1.2fr;align-items:start}}.enquire .enquire-text>p{color:#475569;font-size:1.05rem;line-height:1.8;margin-bottom:16px}.enquire .enquire-text .enquire-hint{font-size:.9rem;color:#94a3b8;font-style:italic}.enquire .enquire-form-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:40px}.enquire .form-group{margin-bottom:24px}.enquire .form-group label{display:block;font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:8px}.enquire .form-group input,.enquire .form-group textarea{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#0f172a;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.enquire .form-group input::placeholder,.enquire .form-group textarea::placeholder{color:#94a3b8}.enquire .form-group input:focus,.enquire .form-group textarea:focus{outline:none;border-color:#118ab2;box-shadow:0 0 0 3px rgba(17,138,178,.1)}.enquire .form-group textarea{resize:vertical;min-height:120px}.enquire .btn-primary{margin-top:8px;padding:16px 32px;font-size:1.05rem;border:none}#contact-form-success,#contact-form-failure{display:none;padding:24px;border-radius:12px;margin-bottom:24px}#contact-form-success h3,#contact-form-failure h3{margin-bottom:8px;font-size:1.2rem}#contact-form-success p,#contact-form-failure p{font-size:.95rem}#contact-form-success{background:rgba(6,214,160,.1);border:1px solid rgba(6,214,160,.25);color:#037356;text-align:center}#contact-form-success .success-icon{color:#06d6a0;margin-bottom:16px}#contact-form-failure{background:rgba(239,71,111,.1);border:1px solid rgba(239,71,111,.25);color:#d71341}footer{background:#073b4c;color:#cbd5e1;padding:64px 0 40px}footer .footer-inner{max-width:1200px;margin:0 auto;padding:0 24px}@media screen and (min-width:640px){footer .footer-inner{padding:0 40px}}footer .footer-top{display:flex;flex-direction:column;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}@media screen and (min-width:1024px){footer .footer-top{flex-direction:row;justify-content:space-between}}footer .footer-brand .footer-logo{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:8px}footer .footer-brand .footer-logo span{color:#ef476f}footer .footer-brand p{font-size:.9rem;max-width:320px;line-height:1.6}footer .footer-links{display:flex;gap:64px}footer .footer-links .footer-col h4{color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}footer .footer-links .footer-col ul{list-style:none;padding:0}footer .footer-links .footer-col ul li{margin-bottom:8px}footer .footer-links .footer-col ul a{color:#cbd5e1;text-decoration:none;font-size:.9rem;transition:color .3s cubic-bezier(.4,0,.2,1)}footer .footer-links .footer-col ul a:hover{color:#fff}footer .footer-bottom{padding-top:24px;font-size:.8rem;color:#94a3b8;line-height:1.8}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-text{animation:fadeInUp .8s ease-out}.hero-visual{animation:fadeInUp .8s ease-out .2s both}.feature-card{animation:fadeInUp .6s ease-out both}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}::selection{background:rgba(239,71,111,.2);color:#0f172a}