:root{--navy:#062b67;--blue:#0a438d;--green:#39a914;--lime:#7bdc47;--ink:#11233c;--muted:#5c6c7d;--soft:#f3f7f8;--line:#dce7e9;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:#fff}.container{width:min(1160px,calc(100% - 40px));margin:auto}.nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,48,92,.08)}.nav{height:82px;justify-content:space-between;gap:26px}.brand,.footer-brand,.nav{display:flex;align-items:center}.brand,.footer-brand{gap:12px;color:var(--navy);text-decoration:none}.brand img,.footer-brand img{width:54px;height:54px;object-fit:contain}.brand span,.footer-brand span{display:flex;flex-direction:column;line-height:1.15}.brand b,.footer-brand b{font-family:Georgia,serif;font-size:19px;font-weight:600}.brand small,.footer-brand small{text-transform:uppercase;letter-spacing:3.5px;color:var(--green);font-size:9px;margin-top:5px}.links{display:flex;gap:28px}.links a,.text-link{color:var(--ink);text-decoration:none;font-weight:700;font-size:14px}.links a:hover,.text-link:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;border:0;border-radius:7px;background:linear-gradient(135deg,#42b71e,#2b9610);color:white!important;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(46,158,18,.2);cursor:pointer}.button-small{padding:11px 17px;font-size:13px}.hero{position:relative;overflow:hidden;min-height:680px;background:linear-gradient(120deg,#f8fbfc,#edf7f4 56%,#e4f2ed)}.hero:after{content:"";position:absolute;inset:auto -8% -180px 40%;height:420px;background:repeating-linear-gradient(166deg,transparent 0 18px,rgba(48,172,32,.07) 20px 22px);transform:rotate(-3deg)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:680px;grid-gap:60px;gap:60px}.eyebrow{margin:0 0 17px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:2.2px}.eyebrow.light{color:#89e861}.hero h1,.section h2{font-family:Georgia,Times New Roman,serif;color:var(--navy);line-height:1.08;margin:0}.hero h1{font-size:clamp(45px,5vw,68px);letter-spacing:-2px}.hero h1 span{color:var(--green)}.lead{font-size:19px;line-height:1.65;color:#425568;max-width:610px;margin:24px 0 30px}.hero-actions{display:flex;align-items:center;gap:28px}.service-card a span,.text-link span{color:var(--green);margin-left:7px}.trust-row{display:flex;flex-wrap:wrap;gap:22px;margin-top:36px;color:#506276;font-size:13px;font-weight:700}.trust-row span:First-letter{color:var(--green)}.hero-visual{position:relative;height:480px;display:grid;place-items:center}.dashboard-card{width:88%;height:315px;padding:28px;border-radius:22px;background:linear-gradient(145deg,#0a3a7d,#08275b);box-shadow:0 35px 70px rgba(4,36,83,.28);transform:perspective(900px) rotateY(-7deg) rotateX(2deg);color:#fff;border:1px solid rgba(255,255,255,.18)}.dash-head{display:flex;justify-content:space-between;align-items:center;font-weight:800}.dash-head em{font-size:11px;font-style:normal;color:#a5f184;background:rgba(91,200,44,.15);padding:5px 9px;border-radius:20px}.chart{height:155px;margin:22px 0 18px;display:flex;align-items:flex-end;gap:14px;border-bottom:1px solid rgba(255,255,255,.18);background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 0);background-size:100% 38px}.chart i{flex:1 1;border-radius:5px 5px 0 0;background:linear-gradient(#8ae956,#35ad21);box-shadow:0 0 20px rgba(93,219,54,.24)}.chart i:first-child{height:35%}.chart i:nth-child(2){height:52%}.chart i:nth-child(3){height:45%}.chart i:nth-child(4){height:73%}.chart i:nth-child(5){height:67%}.chart i:nth-child(6){height:92%}.dash-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.dash-stats div{background:rgba(255,255,255,.07);padding:10px 13px;border-radius:9px}.dash-stats small,.floating-card small{display:block;color:#aac0d8;font-size:10px}.dash-stats b{font-size:13px}.floating-card{position:absolute;display:flex;align-items:center;gap:11px;background:white;border-radius:12px;padding:12px 16px;box-shadow:0 12px 30px rgba(0,31,69,.18);color:var(--green);font-size:22px}.floating-card span{color:var(--ink);font-size:12px;line-height:1.25}.floating-card small{color:#6b7b8b}.secure{right:-2px;top:65px}.online{left:5px;bottom:48px}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:320px;height:320px;background:rgba(87,208,45,.1);right:-120px;top:25px}.orb-two{width:220px;height:220px;background:rgba(21,110,190,.08);left:-90px;bottom:0}.section{padding:96px 0}.section h2{font-size:clamp(36px,4vw,49px);letter-spacing:-1px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.section-heading p{max-width:470px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.service-card{padding:30px 27px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.25s;box-shadow:0 5px 22px rgba(9,45,78,.04)}.service-card:hover{transform:translateY(-5px);border-color:#83cd66;box-shadow:0 18px 40px rgba(9,45,78,.1)}.service-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:12px;background:#e9f8e5;color:var(--green);font-size:24px;font-weight:800}.service-card h3,.step h3{font-family:Georgia,serif;color:var(--navy);font-size:21px;margin:21px 0 10px}.service-card p,.step p{color:var(--muted);font-size:14px}.service-card a{display:inline-block;margin-top:9px;color:var(--navy);text-decoration:none;font-weight:800;font-size:13px}.digital-section{background:linear-gradient(135deg,#06245a,#064079);color:#fff}.digital-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:70px;gap:70px}.digital-section h2{color:#fff}.digital-lead{color:#c1d7e8;font-size:17px}.digital-art img{width:100%;display:block;border-radius:18px;box-shadow:0 30px 60px rgba(0,0,0,.28)}.benefits{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.benefits li{position:relative;padding-left:35px}.benefits li:before{content:"✓";position:absolute;left:0;top:0;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#48bd26;color:white;font-weight:900}.benefits b,.benefits span{display:block}.benefits span{color:#bad1e4;font-size:13px;margin-top:3px}.process-section{background:#f7fafb}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.step{position:relative;padding:0 28px;border-left:1px solid #cfdcdf}.step:first-child{border-left:0;padding-left:0}.step span{font-family:Georgia,serif;font-size:42px;color:#b7d8af}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;align-items:center}.portrait{position:relative;min-height:470px;border-radius:150px 20px 120px 20px;background:linear-gradient(145deg,#edf5f1,#dbeae4);display:grid;place-items:center;overflow:visible}.portrait:before{content:"";position:absolute;width:78%;height:78%;border-radius:50%;border:1px solid rgba(34,150,29,.25)}.monogram{font-family:Georgia,serif;font-size:118px;color:var(--navy);letter-spacing:-18px;z-index:1}.experience{position:absolute;right:-28px;bottom:32px;display:flex;gap:13px;align-items:center;padding:17px 21px;background:#fff;border-radius:12px;box-shadow:0 15px 35px rgba(3,42,77,.18)}.experience b{font-family:Georgia,serif;color:var(--green);font-size:32px}.experience span{font-size:11px;line-height:1.35;font-weight:700}.about-grid>div:last-child>p:not(.eyebrow){color:var(--muted);font-size:16px}.credentials{display:grid;grid-gap:11px;gap:11px;margin-top:25px;color:#31495f;font-weight:700;font-size:13px}.credentials span:first-letter{color:var(--green)}.contact-section{background:linear-gradient(130deg,#041f50,#073c74);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr .9fr;grid-gap:90px;gap:90px;align-items:center}.contact-section h2{color:white}.contact-section>div>div>p:not(.eyebrow){color:#bed2e3;max-width:560px}.contact-list{display:grid;grid-gap:19px;gap:19px;margin-top:32px}.contact-list a,.contact-list>div{display:flex;align-items:center;gap:14px;color:white;text-decoration:none}.contact-list i{font-style:normal;display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.09);color:#83e65d}.contact-list span{display:flex;flex-direction:column}.contact-list small{color:#9db8d0}.contact-form{padding:34px;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 28px 60px rgba(0,0,0,.25)}.contact-form h3{font-family:Georgia,serif;color:var(--navy);font-size:25px;margin:0}.contact-form>p{color:var(--muted);font-size:13px;margin-top:4px}.contact-form label{display:block;color:#344a61;font-weight:700;font-size:12px;margin-top:13px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:5px;border:1px solid #d4e0e3;border-radius:7px;padding:11px 12px;font:inherit;color:var(--ink);background:#fbfdfd}.contact-form textarea{resize:vertical}.contact-form .button{width:100%;margin-top:18px}.form-note{padding:8px 10px;background:#eff8ec;color:#397727!important;border-radius:6px}footer{padding:42px 0 20px;background:#03183c;color:#aabdd2;font-size:12px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;align-items:center;grid-gap:30px;gap:30px}.footer-brand b{color:#fff}.footer-grid>p{color:#7fdb60;font-family:Georgia,serif;font-style:italic}.footer-bottom{display:flex;justify-content:space-between;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:980px){.links{display:none}.about-grid,.contact-grid,.digital-grid,.hero-grid{grid-template-columns:1fr}.hero-grid{padding:80px 0}.hero-visual{height:420px}.service-grid{grid-template-columns:1fr 1fr}.digital-art{order:2}.steps{grid-template-columns:1fr 1fr;gap:32px}.step:nth-child(3){border-left:0;padding-left:0}.about-grid{gap:55px}.portrait{max-width:560px;width:100%;margin:auto}.contact-grid{gap:50px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>p{display:none}}@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.nav{height:72px}.brand b{font-size:15px}.brand img{width:45px;height:45px}.nav .button{display:none}.hero{min-height:auto}.hero-grid{padding:62px 0;min-height:0}.hero h1{font-size:43px}.lead{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-visual{height:350px}.dashboard-card{width:100%;height:270px;padding:21px}.chart{height:125px}.floating-card{padding:9px 11px}.secure{top:28px}.online{bottom:15px}.section{padding:70px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:16px}.benefits,.service-grid,.steps{grid-template-columns:1fr}.step,.step:nth-child(3){border-left:1px solid #cfdcdf;padding-left:22px}.digital-grid{gap:40px}.about-grid{gap:45px}.portrait{min-height:350px}.monogram{font-size:90px}.experience{right:-4px}.contact-form{padding:25px 20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}body{font-family:Montserrat,Arial,Helvetica,sans-serif}.nav{height:96px}.brand-logo{position:relative;width:425px;height:76px;overflow:hidden;flex:0 0 auto}.brand-logo img{position:absolute;max-width:none;width:1024px;height:1536px;left:-43px;top:-31px;object-fit:fill}.links a{text-transform:uppercase;letter-spacing:.35px}.hero-name,.links a{color:var(--navy);font-family:Georgia,Times New Roman,serif}.hero-name{margin:0 0 22px;font-size:24px;font-weight:700}.hero h1{font-size:clamp(46px,5.1vw,70px)}.hero h1 .hero-line-navy{color:var(--navy)}.hero .lead{max-width:690px}.service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.service-card{padding:28px 18px;text-align:center;border-radius:10px}.service-icon{margin:0 auto}.service-card h3{font-size:19px;line-height:1.25}.service-card p{font-size:13px}.service-card a{display:none}.about-section{background:#fff}.about-grid{grid-template-columns:230px 1fr;gap:70px}.portrait-photo{position:relative;width:220px;justify-self:center;aspect-ratio:277/355;overflow:hidden;border-radius:0;box-shadow:none;background:#fff}.portrait-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.signature{font-family:Segoe Script,Brush Script MT,cursive!important;font-size:27px!important;color:var(--blue)!important;margin:18px 0}.credentials-row{grid-template-columns:repeat(3,1fr);gap:18px}.credentials-row span{padding-right:12px;border-right:1px solid #cad9df}.credentials-row span:last-child{border-right:0}.eu-support{padding:28px 0;background:#fff}.eu-banner-crop{position:relative;width:min(100%,850px);aspect-ratio:9.2/1;margin:auto;overflow:hidden}.eu-banner-crop img{position:absolute;max-width:none;width:124.9%;height:auto;transform:translate(-9.77%,-89.06%)}.section-heading{align-items:flex-end}.about-grid h2:after,.section-heading h2:after{content:"";display:block;width:58px;height:3px;background:var(--green);margin-top:14px}@media(max-width:1120px){.brand-logo{width:350px}.links{gap:18px}.nav .button-small{display:none}.service-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.nav{height:84px}.brand-logo{width:425px}.service-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:220px 1fr;gap:45px}.credentials-row{grid-template-columns:1fr}.credentials-row span{border-right:0}}@media(max-width:720px){.brand-logo{width:270px;height:52px}.brand-logo img{width:650px;height:975px;left:-27px;top:-20px}.hero-name{font-size:18px}.about-grid,.service-grid{grid-template-columns:1fr}.portrait-photo{width:min(100%,210px);margin:auto}.eu-support{padding:20px 0}}.hero{min-height:650px;background-image:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.94) 43%,rgba(255,255,255,.54) 58%,rgba(255,255,255,0) 77%),url(/hero-office-v2.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero .orb,.hero:after{display:none}.hero-grid{grid-template-columns:1fr;min-height:650px}.hero-copy{max-width:720px}.hero-copy,.hero-copy .hero-name{font-family:Georgia,Times New Roman,serif}.hero-copy .hero-name{font-weight:700;font-size:27px}.hero-copy h1{font-weight:400;letter-spacing:-1px;line-height:1.08}.hero-copy .lead,.hero-copy h1{font-family:Georgia,Times New Roman,serif}.hero-copy .lead{font-size:19px;line-height:1.45;color:#18202b;max-width:590px}.hero-copy .button,.hero-copy .text-link{font-family:Georgia,Times New Roman,serif}.hero-visual{display:none}@media(max-width:980px){.hero{background-position:62%}.hero-grid{padding:70px 0}}@media(max-width:640px){.hero{background-image:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.94) 70%,rgba(255,255,255,.65)),url(/hero-office-v2.png);background-position:68%;min-height:610px}.hero-grid{min-height:610px;padding:55px 0}.hero-copy .hero-name{font-size:18px}.hero-copy h1{font-size:42px}.hero-copy .lead{font-size:17px;max-width:96%}}