/* ============================================================
   KAMA UNITED LIBYA — Full Rafiq Layout
   Same structure, brand colors adjusted to logo
   ============================================================ */

:root {
    --primary: #0d2f63;
    --primary-mid: #184484;
    --primary-light: #2b5ea8;
    --red: #1f4f9c;
    --red-light: #d4ad61;
    --red-dark: #123a78;
    --white: #FFFFFF;
    --text: #0F172A;
    --text-sec: #64748B;
    --text-muted: #94A3B8;
    --bg: #FFFFFF;
    --bg-warm: #F8FAFC;
    --bg-card: #FFFFFF;
    --bg-dark: #0A1E3E;
    --shadow-sm: 0 2px 8px rgba(10,15,26,.06);
    --shadow-md: 0 8px 24px rgba(10,15,26,.08);
    --shadow-lg: 0 16px 48px rgba(10,15,26,.1);
    --shadow-xl: 0 24px 64px rgba(10,15,26,.14);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-full: 100px;
    --font-ar: 'Cairo', sans-serif;
    --font-en: 'Inter', sans-serif;
    --ease: cubic-bezier(.25,.46,.45,.94);
    --ease-out: cubic-bezier(.16,1,.3,1);
    --ease-smooth: cubic-bezier(.4,0,.2,1);
    --red-grad: linear-gradient(135deg, #1f4f9c, #2f68bf, #d4ad61);
    --dark-grad: linear-gradient(135deg, #0A1E3E, #123a78, #2b5ea8);
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:80px; }
body { font-family:var(--font-ar); background:var(--bg); color:var(--text); line-height:1.7; overflow-x:hidden; }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }
.container { max-width:1200px; margin:0 auto; padding:0 2rem; }

.preloader { position:fixed; inset:0; background:var(--white); display:flex; align-items:center; justify-content:center; z-index:99999; transition:opacity .8s var(--ease-out), visibility .8s; }
.preloader.hidden { opacity:0; visibility:hidden; pointer-events:none; }
.preloader-inner { text-align:center; }
.preloader-icon { width:64px; height:64px; margin:0 auto 1.25rem; color:var(--red); opacity:0; animation:preReveal 1s var(--ease-out) forwards; }
.preloader-icon svg { width:100%; height:100%; }
@keyframes preReveal { from { opacity:0; transform:scale(.6); } to { opacity:1; transform:scale(1); } }
.preloader-name { font-size:1.2rem; font-weight:800; color:var(--primary); letter-spacing:2px; margin-bottom:1.25rem; opacity:0; animation:preFadeUp .8s var(--ease-out) .4s forwards; }
@keyframes preFadeUp { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
.preloader-dots { display:flex; justify-content:center; gap:6px; }
.preloader-dots span { width:5px; height:5px; border-radius:50%; background:var(--red); opacity:.2; animation:dotPulse 1.4s ease-in-out infinite; }
.preloader-dots span:nth-child(2) { animation-delay:.15s; }
.preloader-dots span:nth-child(3) { animation-delay:.3s; }
@keyframes dotPulse { 0%,80%,100% { opacity:.2; transform:scale(.8); } 40% { opacity:1; transform:scale(1.3); } }

.navbar { position:fixed; top:0; left:0; width:100%; padding:1rem 0; z-index:1000; transition:all .5s var(--ease-smooth); }
.navbar.scrolled { background:rgba(255,255,255,.97); backdrop-filter:blur(20px) saturate(180%); padding:.65rem 0; box-shadow:0 1px 20px rgba(10,15,26,.06); border-bottom:1px solid rgba(10,15,26,.04); }
.navbar .container { display:flex; align-items:center; justify-content:space-between; }
.nav-brand { display:flex; align-items:center; gap:.85rem; z-index:10; }
.brand-icon { width:44px; height:44px; border-radius:12px; background:var(--red-grad); display:flex; align-items:center; justify-content:center; color:var(--white); transition:all .4s; box-shadow:0 4px 16px rgba(31,79,156,.3); }
.brand-icon svg { width:22px; height:22px; }
.brand-icon-logo { background:rgba(255,255,255,.98); padding:4px; }
.brand-logo-official { width:100%; height:100%; object-fit:contain; display:block; }
.brand-text { display:flex; flex-direction:column; gap:.05rem; }
.brand-name { font-weight:900; font-size:1.1rem; color:var(--white); letter-spacing:.5px; transition:color .4s; }
.brand-sub { font-size:.62rem; color:rgba(255,255,255,.55); transition:color .4s; font-weight:500; }
.navbar.scrolled .brand-name { color:var(--primary); }
.navbar.scrolled .brand-sub { color:var(--text-muted); }
.nav-menu { display:flex; align-items:center; gap:.35rem; }
.nav-link { padding:.5rem .9rem; font-size:.85rem; font-weight:600; color:rgba(255,255,255,.75); border-radius:var(--radius-full); transition:all .3s; position:relative; }
.nav-link::after { content:''; position:absolute; bottom:3px; left:50%; transform:translateX(-50%) scaleX(0); width:16px; height:2.5px; background:var(--red-grad); border-radius:3px; transition:transform .35s var(--ease-smooth); }
.nav-link:hover { color:var(--white); }
.nav-link.active { color:var(--white); }
.nav-link.active::after { transform:translateX(-50%) scaleX(1); }
.navbar.scrolled .nav-link { color:var(--text-sec); }
.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link.active { color:var(--text); }
.nav-end { display:flex; align-items:center; gap:.75rem; }
.nav-phone { display:none; align-items:center; gap:.5rem; background:rgba(31,79,156,.1); border:1px solid rgba(31,79,156,.2); color:var(--red); padding:.4rem 1rem; border-radius:var(--radius-full); font-size:.8rem; font-weight:700; transition:all .3s; }
.nav-phone:hover { background:var(--red); color:var(--white); border-color:var(--red); }
.navbar.scrolled .nav-phone { display:inline-flex; }
.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; z-index:100; }
.nav-toggle span { width:22px; height:2px; background:var(--white); border-radius:4px; transition:all .35s var(--ease-smooth); }
.navbar.scrolled .nav-toggle span { background:var(--text); }
.nav-toggle.active span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity:0; }
.nav-toggle.active span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:.5rem; font-family:inherit; font-weight:700; border:none; border-radius:var(--radius-full); cursor:pointer; transition:all .4s var(--ease-smooth); text-decoration:none; }
.btn svg { width:18px; height:18px; flex-shrink:0; }
.btn-primary { background:var(--red-grad); color:var(--white); box-shadow:0 4px 20px rgba(31,79,156,.3); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(31,79,156,.45); }
.btn-outline { background:transparent; color:var(--white); border:1.5px solid rgba(255,255,255,.2); }
.btn-outline:hover { background:rgba(255,255,255,.08); transform:translateY(-2px); }
.btn-lg { padding:.85rem 2rem; font-size:.92rem; }

.hero { position:relative; min-height:100vh; display:flex; flex-direction:column; justify-content:center; overflow:hidden; }
.hero-bg { position:absolute; inset:0; }
.hero-img-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.hero-gradient { position:absolute; inset:0; background:linear-gradient(160deg, rgba(10,30,62,.95) 0%, rgba(10,30,62,.85) 40%, rgba(18,58,120,.8) 70%, rgba(10,30,62,.92) 100%); }
.hero-pattern { position:absolute; inset:0; background-image:radial-gradient(rgba(31,79,156,.05) 1px, transparent 1px); background-size:48px 48px; }
.hero-content { position:relative; z-index:2; padding-top:8rem; }
.hero::before {
    content: '';
    position: absolute;
    width: 340px;
    height: 340px;
    left: -80px;
    top: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,173,97,.2), transparent 68%);
    pointer-events: none;
}
.hero-badge { display:inline-flex; align-items:center; gap:.5rem; background:rgba(31,79,156,.1); border:1px solid rgba(31,79,156,.2); color:#a8c0ea; padding:.4rem 1.1rem; border-radius:var(--radius-full); font-size:.76rem; font-weight:600; margin-bottom:1.5rem; }
.hero-title { margin-bottom:1.5rem; }
.hero-line { display:block; font-weight:900; line-height:1.15; }
.line-1, .line-2 { font-size:2.8rem; color:var(--white); }
.line-accent { font-size:3.4rem; background:var(--red-grad); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hero-desc { max-width:620px; color:rgba(255,255,255,.62); font-size:.95rem; line-height:1.9; margin-bottom:2rem; }
.hero-actions { display:flex; gap:1rem; flex-wrap:wrap; margin-bottom:3.5rem; }
.hero-stats { display:flex; align-items:center; gap:2rem; }
.hero-stat { text-align:center; }
.hs-num { font-size:2rem; font-weight:900; color:var(--red-light); display:inline; font-family:var(--font-en); }
.hs-plus { font-size:1.2rem; font-weight:700; color:var(--red-light); }
.hs-label { display:block; font-size:.75rem; color:rgba(255,255,255,.45); margin-top:.15rem; }
.hero-stat-divider { width:1px; height:36px; background:rgba(255,255,255,.12); }

.official-logos { padding:4rem 0; background:var(--bg); }
.official-logos-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; margin-top:2rem; }
.official-logos-card { border:1px solid rgba(10,15,26,.07); border-radius:16px; padding:1.2rem; background:var(--bg-card); text-align:center; box-shadow:var(--shadow-sm); transition:all .35s var(--ease); }
.official-logos-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md); }
.official-logos-image { width:100%; max-width:320px; height:120px; object-fit:contain; margin:0 auto .7rem; display:block; }
.official-logos-title { margin:0; font-weight:700; color:var(--text); font-size:.9rem; }

.section-label { display:flex; align-items:center; gap:.75rem; margin-bottom:1rem; }
.section-label.center { justify-content:center; }
.label-line { width:28px; height:2px; background:var(--red-grad); border-radius:2px; }
.section-label span { font-size:.78rem; font-weight:700; color:var(--red); text-transform:uppercase; letter-spacing:2px; }
.section-title { font-size:2.1rem; font-weight:900; color:var(--text); line-height:1.35; margin-bottom:1rem; }
.section-title.center { text-align:center; }
.section-desc { font-size:.92rem; color:var(--text-sec); line-height:1.8; }
.section-desc.center { text-align:center; max-width:580px; margin:0 auto; }

.about { padding:7rem 0; background:var(--bg-warm); }
.about-layout { display:grid; grid-template-columns:1.1fr 1fr; gap:4rem; align-items:center; }
.about-text { color:var(--text-sec); font-size:.95rem; line-height:1.9; margin-bottom:2rem; }
.about-cards { display:flex; flex-direction:column; gap:1rem; }
.about-card { display:flex; align-items:flex-start; gap:1rem; padding:1.25rem; background:var(--bg-card); border-radius:var(--radius-md); border:1px solid rgba(10,15,26,.04); transition:all .35s; }
.about-card:hover { box-shadow:var(--shadow-md); transform:translateX(-4px); }
.ac-icon { width:44px; height:44px; min-width:44px; border-radius:12px; background:rgba(31,79,156,.08); display:flex; align-items:center; justify-content:center; color:var(--red); }
.ac-icon svg { width:20px; height:20px; }
.about-card h4 { font-size:.9rem; font-weight:700; color:var(--text); margin-bottom:.2rem; }
.about-card p { font-size:.8rem; color:var(--text-sec); line-height:1.5; }

.about-img-grid { display:grid; grid-template-columns:1.4fr 1fr; grid-template-rows:1fr 1fr; gap:.75rem; }
.aig-main { grid-row:span 2; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-lg); }
.aig-main img { width:100%; height:100%; object-fit:cover; }
.aig-side { border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-md); }
.aig-side img { width:100%; height:100%; object-fit:cover; }
.about-img-grid img { transition:transform .6s var(--ease); }
.about-img-grid div:hover img { transform:scale(1.04); }

.strategy { padding:7rem 0; background:var(--bg); }
.strategy-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:2.2rem; }
.strategy-card { background:var(--bg-card); border:1px solid rgba(10,15,26,.06); border-radius:var(--radius-lg); padding:1.6rem; box-shadow:var(--shadow-sm); transition:all .35s var(--ease); }
.strategy-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); }
.strategy-card h3 { font-size:1rem; color:var(--primary); margin-bottom:.5rem; }
.strategy-card h4 { font-size:.87rem; color:var(--red); margin-bottom:.8rem; font-weight:800; }
.strategy-card p { font-size:.84rem; color:var(--text-sec); line-height:1.9; }
.strategy-card ul { margin:.5rem 0 .7rem; padding-right:1.1rem; list-style:disc; }
.strategy-card li { font-size:.83rem; color:var(--text-sec); margin-bottom:.35rem; }

.mega-portal { padding:7rem 0; background:var(--bg-warm); }
.portal-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.25rem; margin-top:2.2rem; }
.portal-card { background:var(--bg-card); border:1px solid rgba(10,15,26,.06); border-radius:var(--radius-lg); padding:1.6rem; box-shadow:var(--shadow-sm); }
.portal-card h3 { font-size:1rem; color:var(--text); margin-bottom:.75rem; }
.portal-card ul { padding-right:1.1rem; list-style:disc; }
.portal-card li { font-size:.84rem; color:var(--text-sec); line-height:1.85; margin-bottom:.42rem; }
.portal-slogan { margin-top:1.7rem; padding:1.1rem 1.25rem; border-radius:14px; background:var(--dark-grad); color:var(--white); }
.portal-slogan h3 { font-size:.95rem; margin-bottom:.35rem; color:#d9e8ff; }
.portal-slogan p { font-size:.92rem; line-height:1.9; }

.fleet { padding:7rem 0; background:var(--bg); }
.fleet-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:240px; gap:.75rem; margin-top:3rem; }
.fleet-card { position:relative; border-radius:var(--radius-md); overflow:hidden; cursor:pointer; }
.fleet-card.fleet-lg { grid-column:span 2; }
.fleet-card img { width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.fleet-card:hover img { transform:scale(1.06); }
.fleet-overlay { position:absolute; inset:0; background:linear-gradient(180deg, transparent 30%, rgba(10,15,26,.88) 100%); display:flex; flex-direction:column; justify-content:flex-end; padding:1.5rem; transition:all .4s; }
.fleet-tag { display:inline-block; background:var(--red-grad); color:var(--white); font-size:.65rem; font-weight:700; padding:.2rem .65rem; border-radius:var(--radius-full); margin-bottom:.4rem; width:fit-content; letter-spacing:.3px; }
.fleet-overlay h4 { color:var(--white); font-size:.95rem; font-weight:800; }
.fleet-overlay p { color:rgba(255,255,255,.7); font-size:.78rem; margin-top:.25rem; line-height:1.5; }

.fleet-card.fleet-hidden { display:none; }
.fleet-grid.fleet-expanded .fleet-card.fleet-hidden { display:block; }
.fleet-more-wrap { text-align:center; margin-top:2rem; }
.fleet-more-btn { display:inline-flex; align-items:center; gap:.5rem; background:var(--bg-warm); border:1.5px solid rgba(10,15,26,.08); color:var(--text); padding:.75rem 2rem; border-radius:var(--radius-full); font-family:inherit; font-size:.88rem; font-weight:700; cursor:pointer; transition:all .4s var(--ease-smooth); }
.fleet-more-btn svg { width:18px; height:18px; transition:transform .4s; }
.fleet-more-btn:hover { background:var(--red); color:var(--white); border-color:var(--red); box-shadow:0 4px 20px rgba(31,79,156,.25); }
.fleet-more-btn.expanded svg { transform:rotate(180deg); }

.premium-gallery { padding:7rem 0; background:var(--bg-warm); }
.premium-filters { display:flex; flex-wrap:wrap; gap:.6rem; justify-content:center; margin:2rem 0; }
.premium-filter { border:1px solid rgba(10,15,26,.1); background:var(--white); color:var(--text); border-radius:999px; padding:.55rem 1rem; font-family:inherit; font-size:.82rem; font-weight:700; cursor:pointer; transition:all .3s var(--ease); }
.premium-filter:hover, .premium-filter.is-active { background:var(--red); color:var(--white); border-color:var(--red); }
.premium-grid { columns:4 220px; column-gap:.9rem; }
.premium-card { break-inside:avoid; margin:0 0 .9rem; border-radius:14px; overflow:hidden; position:relative; box-shadow:var(--shadow-sm); cursor:pointer; border:1px solid rgba(10,15,26,.05); background:var(--bg-card); }
.premium-card img { width:100%; height:auto; display:block; transition:transform .45s var(--ease); }
.premium-card:hover img { transform:scale(1.04); }
.premium-card::after { content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(10,30,62,.34), transparent 45%); opacity:0; transition:opacity .35s; }
.premium-card:hover::after { opacity:1; }

.premium-lightbox { position:fixed; inset:0; background:rgba(3,10,22,.86); display:flex; align-items:center; justify-content:center; z-index:12000; opacity:0; visibility:hidden; transition:all .25s; padding:1rem; }
.premium-lightbox.show { opacity:1; visibility:visible; }
.premium-lightbox img { max-width:min(1200px,96vw); max-height:88vh; object-fit:contain; border-radius:14px; box-shadow:0 20px 60px rgba(0,0,0,.45); }
.pl-close { position:absolute; top:18px; left:18px; width:44px; height:44px; border-radius:50%; border:none; background:rgba(255,255,255,.16); color:var(--white); font-size:2rem; line-height:1; cursor:pointer; }

.services { padding:7rem 0; background:var(--bg-warm); }
.services-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; margin-top:3rem; }
.service-card { background:var(--bg-card); border:1px solid rgba(10,15,26,.05); border-radius:var(--radius-lg); padding:2.25rem 2rem; position:relative; transition:all .5s var(--ease); overflow:hidden; }
.service-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-xl); }
.service-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--red-grad); transform:scaleX(0); transition:transform .5s var(--ease-out); transform-origin:left; }
.service-card:hover::after { transform:scaleX(1); }
.sc-featured { border-color:rgba(31,79,156,.14); }
.sc-num { font-family:var(--font-en); font-size:2.5rem; font-weight:900; color:rgba(31,79,156,.08); position:absolute; top:.75rem; right:1.25rem; line-height:1; }
.service-card h3 { font-size:1.05rem; font-weight:800; color:var(--text); margin-bottom:.6rem; }
.service-card p { font-size:.83rem; color:var(--text-sec); line-height:1.7; margin-bottom:1rem; }
.sc-tags { display:flex; flex-wrap:wrap; gap:.35rem; }
.sc-tags span { font-size:.7rem; font-weight:600; color:var(--red); background:rgba(31,79,156,.07); padding:.25rem .7rem; border-radius:var(--radius-full); border:1px solid rgba(31,79,156,.12); }

.info-banner { padding:4rem 0; background:var(--primary); position:relative; overflow:hidden; }
.info-banner::before { content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(212,173,97,.09) 1px, transparent 1px); background-size:34px 34px; }
.info-banner-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.ib-item { border:1px solid rgba(255,255,255,.14); border-radius:14px; padding:1rem; text-align:center; background:rgba(255,255,255,.04); }
.ib-label { font-size:.72rem; color:rgba(255,255,255,.58); margin-bottom:.25rem; }
.ib-val { font-size:.95rem; font-weight:800; color:var(--white); }

.why-us { padding:7rem 0; background:var(--bg); }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; margin-top:3rem; }
.why-card { background:var(--bg-warm); border:1px solid rgba(10,15,26,.04); border-radius:var(--radius-lg); padding:2rem 1.5rem; text-align:center; transition:all .5s var(--ease); position:relative; overflow:hidden; }
.why-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); background:var(--bg-card); }
.why-card::before { content:''; position:absolute; top:0; left:50%; transform:translateX(-50%); width:50px; height:3px; background:var(--red-grad); border-radius:0 0 3px 3px; opacity:0; transition:opacity .4s; }
.why-card:hover::before { opacity:1; }
.why-card h3 { font-size:.95rem; font-weight:800; color:var(--text); margin-bottom:.4rem; }
.why-card p { font-size:.8rem; color:var(--text-sec); line-height:1.7; }

.contact { padding:7rem 0; background:var(--bg-warm); }
.contact-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1.5rem; margin-top:3rem; }
.contact-card { background:var(--bg-card); border:1px solid rgba(10,15,26,.04); border-radius:var(--radius-lg); padding:2.25rem 2rem; text-align:center; transition:all .4s var(--ease); }
.contact-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-lg); }
.contact-card h4 { font-size:.95rem; font-weight:700; color:var(--text); margin-bottom:.5rem; }
.contact-card a, .contact-card p { font-size:.88rem; color:var(--text-sec); line-height:1.6; display:block; transition:color .3s; }
.contact-card a:hover { color:var(--red); }

.phone-item { direction:ltr; unicode-bidi:bidi-override; font-family:var(--font-en); letter-spacing:.7px; font-weight:700; }
.email-item { direction:ltr; unicode-bidi:bidi-override; font-family:var(--font-en); font-size:.84rem !important; }
.contact-card .phone-item { margin:.3rem auto; width:fit-content; padding:.28rem .65rem; border-radius:999px; background:rgba(31,79,156,.06); border:1px solid rgba(31,79,156,.14); }

.contact-pro { padding:4.5rem 0; background:var(--bg); }
.contact-pro-head { text-align:center; margin-bottom:1.8rem; }
.contact-pro-head h2 { font-size:1.8rem; color:var(--text); margin-bottom:.4rem; }
.contact-pro-head p { color:var(--text-sec); font-size:.9rem; }
.contact-pro-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.contact-pro-card { background:var(--bg-card); border:1px solid rgba(10,15,26,.06); border-radius:var(--radius-lg); padding:1.5rem; box-shadow:var(--shadow-sm); text-align:center; transition:all .35s var(--ease); }
.contact-pro-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md); }
.contact-pro-card.is-phone { background:linear-gradient(160deg, #ffffff, #f6faff); }
.contact-pro-card h4 { color:var(--primary); margin-bottom:.6rem; }
.contact-pro-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:.6rem; margin-top:.4rem; }
.contact-pro-actions .btn { min-width:145px; padding:.7rem 1rem; font-size:.86rem; border-radius:12px; }
.contact-pro-actions .btn-outline { color:var(--primary); border:1.5px solid rgba(31,79,156,.28); background:#f7fbff; }
.contact-pro-actions .btn-outline:hover { color:var(--white); background:var(--red); border-color:var(--red); }
.pro-phone-list { max-width:230px; margin:0 auto; display:grid; gap:.55rem; }
.pro-phone-list .phone-item { display:block; padding:.62rem .85rem; border-radius:999px; border:1px solid rgba(31,79,156,.22); background:rgba(31,79,156,.06); }
.contact-pro-card .email-item { display:block; max-width:260px; margin:.2rem auto 0; padding:.58rem .8rem; border-radius:10px; border:1px dashed rgba(31,79,156,.3); background:rgba(31,79,156,.04); }
.quick-access { background:linear-gradient(165deg, #ffffff 0%, #f4f8ff 100%); border-color:rgba(31,79,156,.16); }
.quick-access-note { font-size:.82rem; color:var(--text-sec); margin:0 auto .8rem; max-width:260px; }
.quick-access .contact-pro-actions { margin-top:.7rem; display:grid; grid-template-columns:1fr; gap:.55rem; max-width:220px; margin-right:auto; margin-left:auto; }

.cta-banner { padding:5.5rem 0; position:relative; overflow:hidden; }
.cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.cta-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(140deg, rgba(10,30,62,.9), rgba(18,58,120,.82)); }
.cta-content { position:relative; z-index:1; text-align:center; }
.cta-content h2 { color:var(--white); font-size:2rem; margin-bottom:.7rem; }
.cta-content p { color:rgba(255,255,255,.72); max-width:560px; margin:0 auto 1.4rem; }

.footer { background:var(--primary); padding:4rem 0 0; color:rgba(255,255,255,.7); }
.footer-top { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:3rem; padding-bottom:3rem; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-brand .brand-icon { margin-bottom:1rem; }
.footer-brand h3 { color:var(--white); font-size:1.1rem; font-weight:800; margin-bottom:.25rem; }
.footer-brand p { font-size:.82rem; opacity:.6; line-height:1.6; }
.footer-links h4, .footer-contact h4 { color:#c7daf8; font-size:.85rem; font-weight:700; margin-bottom:1rem; letter-spacing:.5px; }
.footer-links a, .footer-contact a, .footer-contact p { display:block; font-size:.82rem; color:rgba(255,255,255,.58); padding:.25rem 0; transition:all .3s; }
.footer-links a:hover, .footer-contact a:hover { color:#f0d59d; padding-right:.5rem; }
.footer-contact .phone-item, .footer-contact .email-item { color:rgba(255,255,255,.78); }
.footer-contact { text-align:center; justify-self:center; }
.footer-phone-stack { display:grid; gap:.38rem; justify-items:center; margin-bottom:.25rem; }
.footer-phone-stack .phone-item { padding:.2rem .25rem; }
.footer-contact .email-item { margin:.2rem 0; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding:1.5rem 0; flex-wrap:wrap; gap:.75rem; }
.footer-bottom p { font-size:.78rem; opacity:.5; }
.footer-credits { display:flex; align-items:center; gap:.35rem; font-size:.78rem; }
.footer-credits span { opacity:.45; }
.footer-credits a { color:#f0d59d; font-weight:700; opacity:.8; transition:opacity .3s; }
.footer-credits a:hover { opacity:1; }

.reveal { opacity:0; transform:translateY(30px); transition:all .8s var(--ease-out); }
.reveal.visible { opacity:1; transform:translateY(0); }

@media(max-width:1024px) {
    .line-1, .line-2 { font-size:2.2rem; }
    .line-accent { font-size:2.6rem; }
    .about-layout { grid-template-columns:1fr; gap:3rem; }
    .services-grid { grid-template-columns:1fr; }
    .why-grid { grid-template-columns:repeat(2,1fr); }
    .contact-grid { grid-template-columns:1fr; }
    .contact-pro-grid { grid-template-columns:1fr; }
    .footer-top { grid-template-columns:1fr 1fr; gap:2rem; }
    .fleet-grid { grid-template-columns:repeat(2,1fr); grid-auto-rows:220px; }
    .fleet-card.fleet-lg { grid-column:span 1; }
    .strategy-grid { grid-template-columns:1fr; }
    .portal-grid { grid-template-columns:1fr; }
    .nav-menu { position:fixed; top:0; right:-100%; width:85%; max-width:340px; height:100vh; background:var(--white); flex-direction:column; align-items:stretch; padding:5rem 1.5rem 2rem; transition:right .4s var(--ease-smooth); box-shadow:-10px 0 60px rgba(0,0,0,.1); gap:.15rem; z-index:99; }
    .nav-menu.active { right:0; }
    .nav-link { color:var(--text); padding:.8rem 1.2rem; border-radius:var(--radius-sm); font-size:.95rem; border-right:3px solid transparent; }
    .nav-link:hover, .nav-link.active { background:rgba(31,79,156,.04); color:var(--red); border-right-color:var(--red); }
    .nav-link::after { display:none; }
    .nav-toggle { display:flex; }
    .nav-phone { display:none !important; }
    .hero-stats { gap:1.5rem; flex-wrap:wrap; }
    .info-banner-grid { grid-template-columns:1fr; }
}
@media(max-width:768px) {
    .container { padding:0 1.25rem; }
    .line-1, .line-2 { font-size:1.8rem; }
    .line-accent { font-size:2.1rem; }
    .section-title { font-size:1.7rem; }
    .why-grid { grid-template-columns:1fr; }
    .footer-top { grid-template-columns:1fr; }
    .footer-bottom { flex-direction:column; text-align:center; }
    .hero-stats { gap:1rem; }
    .hs-num { font-size:1.6rem; }
    .fleet-grid { grid-template-columns:1fr; grid-auto-rows:200px; }
    .official-logos-grid { grid-template-columns:1fr; }
    .premium-grid { columns:2 150px; }
}
@media(max-width:480px) {
    .line-1, .line-2 { font-size:1.5rem; }
    .line-accent { font-size:1.7rem; }
    .hero-actions { flex-direction:column; align-items:stretch; }
    .btn-lg { padding:.75rem 1.5rem; font-size:.88rem; }
}
