:root{--ink:#17332f;--deep:#123b39;--mint:#dbe8df;--cream:#f7f6ef;--paper:#fffefa;--orange:#d8754f;--muted:#64756f;--line:#dce4dc;--shadow:0 20px 60px rgba(20,55,48,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Cairo,system-ui,sans-serif;line-height:1.75}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.container{width:min(100% - 40px,1200px);margin-inline:auto}.skip-link{position:absolute;top:-100px;right:20px;background:#fff;padding:10px 18px;z-index:100}.skip-link:focus{top:10px}.topline{background:var(--deep);color:#dcece5;font-size:.76rem}.topline-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:34px}.topline a{font-weight:800;color:#fff}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,254,250,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-wrap{height:78px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.brand img{border-radius:12px}.brand strong,.brand small{display:block;line-height:1.2}.brand strong{font-size:1.13rem;font-weight:900}.brand small{font-size:.69rem;font-weight:700;color:var(--muted);margin-top:4px}.site-nav{display:flex;align-items:center;gap:30px;margin-inline:auto}.site-nav a{font-size:.85rem;font-weight:800;color:#48605a;transition:color .2s}.site-nav a:hover{color:var(--orange)}.nav-cta{display:inline-flex;align-items:center;gap:20px;background:var(--deep);color:#fff;border-radius:8px;padding:10px 18px;font-weight:800;font-size:.85rem;white-space:nowrap}.nav-cta:hover,.button-dark:hover{background:#205651}.menu-toggle{display:none}.hero{background:linear-gradient(145deg,#f7f6ef 0%,#f2f5ee 75%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.02fr;align-items:center;gap:clamp(30px,6vw,90px);padding-block:75px 56px;min-height:650px}.hero-copy{position:relative;z-index:1}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;color:#a5533a;font-size:.8rem;font-weight:900;letter-spacing:.02em}.eyebrow-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px #f4dfd3}h1,h2,h3,p{margin-top:0}h1,h2{line-height:1.28;font-weight:900;letter-spacing:-.035em}h1{font-size:clamp(3.05rem,5.7vw,5.65rem);margin:24px 0 24px;max-width:590px}h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-lead{font-size:1.05rem;line-height:2;max-width:545px;color:#4f655e;margin-bottom:30px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:23px;min-height:53px;padding:10px 22px;border-radius:8px;font-weight:900;font-size:.86rem;transition:transform .2s,background .2s,border-color .2s}.button:hover,.nav-cta:hover{transform:translateY(-2px)}.button span:last-child,.nav-cta span{font-size:1.1rem}.button-primary{background:var(--orange);color:#fff}.button-primary:hover{background:#bd5e3f}.button-outline{border:1px solid #b7c8ba;background:transparent}.button-outline:hover{border-color:var(--deep);background:#fff}.hero-proof{display:flex;align-items:center;gap:10px;color:#536b63;font-size:.81rem;font-weight:700;margin-top:32px}.hero-proof>span{display:grid;place-items:center;background:#e2eadd;color:#51735b;border-radius:50%;width:30px;height:30px}.hero-proof b{font-weight:400;color:#a6b9a9}.hero-visual{height:min(510px,45vw);min-height:410px;position:relative;border-radius:180px 180px 14px 14px;isolation:isolate}.hero-visual:before{content:"";position:absolute;inset:18px -16px -18px 16px;border:1px solid #b8cbbd;border-radius:180px 180px 14px 14px;z-index:-1}.hero-visual img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.hero-note{position:absolute;bottom:25px;right:-27px;background:#fff;padding:14px 20px;box-shadow:var(--shadow);border-radius:9px;display:flex;align-items:center;gap:14px;font-size:.76rem;line-height:1.6}.hero-note>span:first-child{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:#dfe9dd;color:var(--deep);font-size:1.5rem}.hero-note strong{font-size:.92rem}.hero-bottom{display:flex;align-items:center;gap:20px;border-top:1px solid #d8e2d7;padding-block:18px 24px;color:#647c70;font-weight:800;font-size:.8rem}.hero-bottom .line{height:1px;width:55px;background:#a8c1ac}.section{padding-block:105px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.section h2,.contact h2{font-size:clamp(2.5rem,4.2vw,4.5rem);margin:10px 0 0}.section-heading>p{max-width:360px;color:var(--muted);margin:0 0 8px;font-size:.94rem}.services{background:var(--paper)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;border:1px solid #e9ebe5;border-radius:12px;overflow:hidden;transition:transform .25s,box-shadow .25s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-image{height:178px;background:#dde7dd;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.service-card:hover img{transform:scale(1.04)}.service-body{padding:20px 23px 22px}.service-number{color:#ad674e;font-size:.67rem;font-weight:900}.service-body h3{font-size:1.28rem;margin:5px 0}.service-body p{font-size:.81rem;color:var(--muted);line-height:1.85;min-height:50px;margin-bottom:16px}.service-body a,.text-link{font-size:.8rem;font-weight:900;color:var(--deep);display:inline-flex;gap:12px;align-items:center}.service-body a:hover,.text-link:hover{color:var(--orange)}.process{background:#eaf0e8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:var(--paper);border-radius:10px;padding:30px;min-height:215px}.steps article>span{color:#c06646;font-size:1.4rem;font-weight:900}.steps h3{font-size:1.15rem;margin:24px 0 6px}.steps p{color:var(--muted);font-size:.81rem;margin:0}.routes{background:var(--deep);color:#fff}.routes-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:clamp(40px,7vw,100px);align-items:center}.routes .kicker{color:#e5a587}.routes h2 em{color:#efaa8b}.routes-copy>p{max-width:410px;color:#c0d2c9;line-height:2;margin:28px 0}.routes .text-link{color:#fff;border-bottom:1px solid #94baac;padding-bottom:7px}.route-panel{background:#f5f7f0;color:var(--ink);padding:30px;border-radius:13px}.route-heading{display:flex;justify-content:space-between;font-weight:900;margin-bottom:14px}.route-heading span:last-child{color:var(--orange)}.route-tags{display:flex;flex-wrap:wrap;gap:9px}.route-tags span{background:#fff;border:1px solid #dce5da;padding:5px 15px;border-radius:100px;font-size:.81rem;font-weight:800}.international-heading{border-top:1px solid #d7e1d7;padding-top:24px;margin-top:27px}.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,90px);align-items:center}.about-photo{position:relative;height:500px}.about-photo img{width:100%;height:100%;object-fit:cover;border-radius:12px}.about-photo>span{position:absolute;bottom:20px;right:20px;background:#fff;padding:18px 24px;border-radius:8px;font-size:.9rem;line-height:1.5;box-shadow:var(--shadow)}.about-photo strong{font-size:1.25rem}.about-copy>p{color:var(--muted);line-height:2;margin:22px 0}.check-list{list-style:none;padding:0;margin:0 0 26px}.check-list li{margin:9px 0;font-size:.9rem;font-weight:800}.check-list li:before{content:"✓";display:inline-grid;place-items:center;background:#dce9dd;color:var(--deep);width:24px;height:24px;border-radius:50%;margin-left:10px}.button-dark{background:var(--deep);color:#fff}.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-grid>div:first-child>p{color:var(--muted);margin-top:20px}.faq-list details{border-bottom:1px solid #dfe6dc;padding:17px 0}.faq-list summary{list-style:none;cursor:pointer;font-weight:900;position:relative;padding-left:35px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;left:3px;top:-2px;color:var(--orange);font-size:1.5rem;line-height:1}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);font-size:.86rem;margin:12px 0 2px;max-width:650px}.contact{background:var(--orange);color:#fff;padding-block:75px}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.contact .kicker,.contact h2 em{color:#ffe2d1}.contact h2{margin:8px 0}.contact p{margin:0;color:#fff4ec}.contact-actions{display:flex;flex-direction:column;gap:12px;min-width:275px}.button-light{background:#fff;color:var(--ink)}.button-light:hover{background:#f2e9df}.button-ghost{border:1px solid #f5c0a6;color:#fff}.button-ghost:hover{background:rgba(255,255,255,.1)}.site-footer{background:#102e2e;color:#d9e9e1;padding-top:58px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:52px}.site-footer .brand strong{color:#fff}.site-footer .brand small{color:#bbd0c5}.footer-brand p{max-width:370px;font-size:.83rem;color:#a8c2b7;margin:20px 0 0}.site-footer h3{color:#fff;font-size:.96rem;margin-bottom:16px}.site-footer .footer-main>div:not(:first-child)>a,.site-footer .footer-main>div:not(:first-child)>span{display:block;font-size:.81rem;color:#afc4b8;margin:8px 0}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #36504b;padding-block:20px;display:flex;justify-content:space-between;gap:15px;font-size:.75rem;color:#9fb8ad}.mobile-contact{display:none}
@media(max-width:1000px){.site-nav{gap:16px}.site-nav a{font-size:.77rem}.hero-grid{gap:36px}.hero-visual{min-height:400px}.hero-note{right:-10px}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){html{scroll-padding-top:70px}.container{width:min(100% - 36px,600px)}.topline{display:none}.nav-wrap{height:67px;justify-content:space-between}.brand img{width:38px;height:38px}.brand strong{font-size:1rem}.brand small{font-size:.62rem}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;border:0;background:transparent;padding:10px;order:-1;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;background:var(--deep);border-radius:2px}.site-nav{display:none;position:absolute;top:67px;left:0;right:0;background:var(--paper);box-shadow:0 16px 25px rgba(0,0,0,.12);padding:15px 20px 25px;flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav a{padding:12px 2px;border-bottom:1px solid var(--line);font-size:.9rem}.nav-cta{margin-inline-start:auto;padding:8px 11px;font-size:.73rem;gap:8px}.hero-grid{grid-template-columns:1fr;padding-block:42px 25px;min-height:0;gap:42px}.eyebrow{font-size:.7rem}h1{font-size:clamp(2.9rem,11.5vw,4.2rem);margin:18px 0}.hero-lead{font-size:.92rem;line-height:1.9;margin-bottom:23px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{padding:10px 12px;font-size:.72rem;gap:7px}.hero-proof{font-size:.72rem;margin-top:22px}.hero-visual{height:330px;min-height:0;margin-inline:8px 8px;border-radius:130px 130px 12px 12px}.hero-visual:before{inset:13px -8px -13px 8px;border-radius:inherit}.hero-note{bottom:15px;right:-9px;padding:8px 12px;font-size:.64rem}.hero-note strong{font-size:.76rem}.hero-note>span:first-child{width:31px;height:31px}.hero-bottom{justify-content:center;gap:9px;font-size:.68rem;padding-block:15px}.hero-bottom .line{width:15px}.section{padding-block:65px}.section-heading{display:block;margin-bottom:25px}.section h2,.contact h2{font-size:clamp(2.25rem,8.5vw,3.6rem)}.section-heading>p{margin-top:15px;font-size:.85rem}.service-grid{grid-template-columns:1fr 1fr;gap:12px}.service-image{height:130px}.service-body{padding:14px}.service-body h3{font-size:1rem}.service-body p{font-size:.72rem;min-height:77px;line-height:1.7}.service-body a{font-size:.71rem;gap:5px}.service-number{font-size:.57rem}.steps{grid-template-columns:1fr;gap:10px}.steps article{min-height:0;padding:22px}.steps h3{margin:8px 0 2px}.routes-grid,.about-grid,.faq-grid{grid-template-columns:1fr;gap:30px}.routes-copy>p{margin:18px 0}.route-panel{padding:22px}.route-tags span{font-size:.72rem}.about-photo{height:340px}.about-copy>p{margin:16px 0}.contact{padding-block:58px}.contact-inner{display:block}.contact-actions{margin-top:25px}.footer-main{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.site-footer{padding-top:42px}.footer-bottom{padding-bottom:85px}.mobile-contact{position:fixed;bottom:0;left:0;right:0;z-index:40;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line);box-shadow:0 -8px 28px rgba(0,0,0,.08)}.mobile-contact a{display:grid;place-items:center;min-height:43px;border-radius:7px;background:var(--deep);color:#fff;font-weight:900;font-size:.83rem}.mobile-contact a:last-child{background:#2c9258}}
@media(max-width:420px){.container{width:calc(100% - 30px)}.nav-cta{font-size:.66rem}.hero-actions{grid-template-columns:1fr}.hero-actions .button{font-size:.83rem}.service-grid{gap:9px}.service-image{height:110px}.service-body{padding:11px}.service-body p{min-height:90px}.footer-main{grid-template-columns:1fr 1fr}.footer-bottom{font-size:.65rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
