
:root{
  --navy:#0d3f63;
  --navy-2:#0a2d49;
  --teal:#19b3b7;
  --teal-dark:#0f8c94;
  --light:#f4f9fc;
  --line:#d9e7f0;
  --text:#24384a;
  --muted:#607a8c;
  --white:#fff;
  --shadow:0 14px 40px rgba(11,46,74,.09);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Segoe UI,Inter,Arial,sans-serif;color:var(--text);background:#f7fbfd;line-height:1.55}
a{text-decoration:none;color:var(--navy)}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 36px));margin:0 auto}
.small-container{width:min(1040px,calc(100% - 36px));margin:0 auto}
.topbar{background:#f0f7fb;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}
.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding:10px 0;flex-wrap:wrap}
.topbar a{color:var(--navy)}
header.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(10,45,73,.06)}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.brand img{height:56px;width:auto}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{font-weight:600;font-size:15px;position:relative;padding:10px 0}
.nav-links a.active::after,.nav-links a:hover::after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:3px;border-radius:10px;background:var(--teal)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:12px;font-weight:700;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(90deg,var(--teal),#20c2b8);color:#fff;box-shadow:var(--shadow)}
.btn-outline{border:2px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.08)}
.btn-outline-dark{border:1px solid #8fb5c8;background:#fff;color:var(--navy)}
.mobile-toggle{display:none;background:none;border:none;font-size:28px;color:var(--navy)}
.hero{position:relative;background:linear-gradient(135deg,rgba(7,45,74,.96),rgba(17,85,131,.55)),url('../images/hero-scene.svg') center/cover no-repeat;color:#fff}
.hero .container{display:grid;grid-template-columns:1.02fr 1fr;gap:30px;align-items:center;min-height:540px;padding:54px 0}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.35em;text-transform:uppercase;opacity:.9;margin-bottom:14px;color:#d8ecf5}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:72px;line-height:.96;margin:0 0 18px;font-weight:700;letter-spacing:-1px}
.hero h1 span{color:#37d0c8}
.hero p{font-size:21px;max-width:560px;color:#eaf5fb;margin:0 0 24px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.hero-trust{display:flex;gap:28px;flex-wrap:wrap;font-size:15px;color:#e5f3fa}
.hero-trust span{display:flex;align-items:center;gap:10px}
.hero-badge{justify-self:end;align-self:start;text-align:right;padding-top:22px;max-width:250px}
.hero-badge .tag{font-size:14px;letter-spacing:.22em;line-height:1.6;font-weight:700}
.hero-badge .bar{width:68px;height:4px;background:#33cac3;border-radius:8px;margin:18px 0 0 auto}
.icon-strip{background:#fff;border-bottom:1px solid var(--line)}
.icon-strip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.strip-item{display:flex;align-items:center;gap:14px;padding:18px 16px;border-right:1px solid var(--line)}
.strip-item:last-child{border-right:none}
.strip-item img{width:34px;height:34px}
.strip-item strong{display:block;color:var(--navy);font-size:18px}
.strip-item small{display:block;color:var(--muted);font-size:14px}
.section{padding:62px 0}
.section-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;flex-wrap:wrap}
.section-title{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:42px;margin:0}
.section-kicker{font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:#6b899b;font-weight:700}
.title-line{width:54px;height:4px;background:var(--teal);border-radius:10px;margin:14px 0 0}
.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 4px 18px rgba(11,46,74,.05)}
.service-card .thumb{aspect-ratio:1.12/1;background:#d8e9f3}
.service-card .thumb img{width:100%;height:100%;object-fit:cover}
.service-card .card-body{padding:18px 16px 16px}
.icon-title{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.icon-title img{width:24px;height:24px}
.icon-title h3{font-size:18px;line-height:1.2;margin:0;color:var(--navy)}
.service-card p{font-size:14px;color:var(--muted);min-height:66px;margin:0 0 14px}
.read-link{color:#0e8190;font-weight:700;font-size:14px}
.ports-section{background:#f6fbfd;border-top:1px solid #eef4f7;border-bottom:1px solid #eef4f7}
.port-grid{display:grid;grid-template-columns:250px 1fr;gap:18px;align-items:start}
.map-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 4px 18px rgba(11,46,74,.05)}
.map-card svg,.map-card img{width:100%;height:auto}
.port-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.port-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(11,46,74,.04)}
.port-card .thumb{aspect-ratio:1.35/1}
.port-card .thumb img{width:100%;height:100%;object-fit:cover}
.port-card .body{padding:10px 12px}
.port-card strong{display:block;font-size:20px;color:var(--navy);line-height:1.1}
.port-card small{display:block;color:var(--muted);font-size:14px}
.insight-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.insight-card{display:grid;grid-template-columns:100px 1fr;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(11,46,74,.04)}
.insight-card img{width:100%;height:100%;object-fit:cover}
.insight-card .body{padding:12px 14px}
.insight-card .date{font-size:12px;color:#8095a3;margin-bottom:6px}
.insight-card h3{font-size:22px;line-height:1.18;margin:0 0 8px;color:var(--navy);font-family:Georgia,'Times New Roman',serif}
.cta-band{background:linear-gradient(135deg,rgba(7,45,74,.95),rgba(14,73,117,.78)),url('../images/morocco-harbor.svg') center/cover no-repeat;color:#fff;padding:48px 0}
.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.cta-band h2{font-family:Georgia,'Times New Roman',serif;font-size:54px;line-height:1;margin:8px 0 10px}
.cta-band p{font-size:22px;color:#dceef5;margin:0}
footer{background:#082840;color:#d9eaf1;padding:34px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:28px;align-items:start}
footer h4{margin:0 0 14px;color:#fff;font-size:20px}
footer a{color:#d9eaf1}
.footer-logo img{height:90px;width:auto;margin-bottom:12px}
.footer-small{font-size:14px;color:#acc3cf}
.socials{display:flex;gap:10px;margin-top:14px}
.socials span{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:12px}
.newsletter{display:flex;gap:10px;margin-top:14px}
.newsletter input{flex:1;padding:13px 14px;border-radius:10px;border:none}
.newsletter button{padding:13px 16px;border-radius:10px;border:none;background:var(--teal);color:#fff;font-weight:700}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:24px;padding-top:16px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#9fbdcc;font-size:14px}
.page-hero{background:linear-gradient(135deg,#eff7fb,#f9fcfe);padding:46px 0;border-bottom:1px solid var(--line)}
.page-hero-grid{display:grid;grid-template-columns:1fr 380px;gap:30px;align-items:center}
.page-hero h1{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:56px;line-height:1.04;margin:0 0 12px}
.page-hero p{font-size:20px;color:var(--muted);margin:0 0 20px;max-width:720px}
.page-hero .hero-panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.page-hero .hero-panel img{width:100%;height:260px;object-fit:cover}
.breadcrumbs{font-size:14px;color:#7990a0;margin-bottom:14px}
.breadcrumbs a{color:#7990a0}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 4px 16px rgba(11,46,74,.04)}
.panel h3{margin-top:0;color:var(--navy);font-size:26px;font-family:Georgia,'Times New Roman',serif}
.checklist{padding:0;margin:0;list-style:none}
.checklist li{position:relative;padding-left:28px;margin:10px 0;color:var(--text)}
.checklist li::before{content:'✓';position:absolute;left:0;top:0;color:var(--teal-dark);font-weight:700}
.content h2{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:34px;margin:0 0 14px}
.content h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:26px;margin:22px 0 8px}
.content p,.content li{font-size:17px;color:var(--text)}
.content ul{padding-left:20px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 4px 16px rgba(11,46,74,.04)}
table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:top}th{background:#eff7fb;color:var(--navy);text-align:left}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin-bottom:12px;box-shadow:0 4px 16px rgba(11,46,74,.03)}
.faq-list summary{font-weight:700;color:var(--navy);cursor:pointer;font-size:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid .full{grid-column:1/-1}
input,select,textarea{width:100%;padding:14px 14px;border:1px solid #c8dbe6;border-radius:12px;font:inherit;background:#fff}textarea{min-height:128px;resize:vertical}
.submit-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.notice{font-size:14px;color:#7e97a7}
.map-svg{width:100%;height:auto}
.site-note{background:#f0faf9;border:1px solid #d3efeb;color:#0d6e73;padding:14px 16px;border-radius:12px;margin-bottom:18px}
.badge-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.badge{display:inline-block;border:1px solid #cfe8ec;background:#f7fcfc;color:#0d6e73;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}
@media (max-width:1100px){.cards{grid-template-columns:repeat(3,1fr)}.port-cards{grid-template-columns:repeat(3,1fr)}.icon-strip-grid{grid-template-columns:repeat(3,1fr)}.hero .container{grid-template-columns:1fr}.hero-badge{justify-self:start;text-align:left;padding-top:0}.hero-badge .bar{margin-left:0}.footer-grid{grid-template-columns:1fr 1fr}.page-hero-grid,.two-col,.port-grid{grid-template-columns:1fr}}
@media (max-width:760px){.nav-links{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start;gap:10px}.nav-links.open{display:flex}.mobile-toggle{display:block}.navbar .btn-primary{display:none}.hero h1{font-size:52px}.hero p{font-size:18px}.section-title{font-size:34px}.cards{grid-template-columns:1fr}.icon-strip-grid{grid-template-columns:1fr 1fr}.port-cards,.insight-cards{grid-template-columns:1fr}.insight-card{grid-template-columns:120px 1fr}.cta-band h2{font-size:42px}.cta-band p{font-size:18px}.footer-grid{grid-template-columns:1fr}.page-hero h1{font-size:42px}.page-hero-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}
