/* =============================================================
   OYOMAX LLC — Corporate Stylesheet
   Palette: Navy #0a1628 · Gold #c9a84c · White
   ============================================================= */

:root {
    --navy:        #0a1628;
    --navy-2:      #12213a;
    --navy-3:      #1a2b47;
    --gold:        #c9a84c;
    --gold-light:  #e3c976;
    --gold-dark:   #a98a34;
    --white:       #ffffff;
    --gray-50:     #f6f8fb;
    --gray-100:    #eef2f7;
    --gray-200:    #e2e8f0;
    --gray-400:    #94a3b8;
    --gray-500:    #64748b;
    --gray-700:    #334155;
    --text:        #1a2332;
    --radius:      12px;
    --radius-sm:   8px;
    --shadow:      0 10px 30px rgba(10,22,40,.10);
    --shadow-lg:   0 20px 50px rgba(10,22,40,.18);
    --maxw:        1180px;
    --header-h:    76px;
    --ease:        cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: 'Montserrat', sans-serif; color: var(--navy); line-height: 1.2; font-weight: 700; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }
.site-main { min-height: 60vh; }
.section { padding: 84px 0; }
.section-alt { background: var(--gray-50); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-title { font-size: 2.1rem; position: relative; margin-bottom: 16px; }
.section-title.left { text-align: left; }
.section-head .section-title::after,
.section-title:not(.left)::after {
    content: ""; display: block; width: 64px; height: 3px;
    background: var(--gold); margin: 16px auto 0; border-radius: 2px;
}
.section-title.left::after { margin-left: 0; }
.section-sub { color: var(--gray-500); font-size: 1.08rem; }
.lead { font-size: 1.12rem; color: var(--gray-700); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .98rem;
    padding: 15px 32px; border-radius: 50px; cursor: pointer; border: 2px solid transparent;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s;
    white-space: nowrap;
}
.btn-sm { padding: 10px 22px; font-size: .9rem; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,168,76,.4); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-3); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline:hover { background: #fff; color: var(--navy); border-color: #fff; }

/* ---------- Header / Nav ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--gray-200);
    transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 6px 20px rgba(10,22,40,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand-logo { height: 42px; width: auto; }
.footer-logo { height: 46px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .95; }

.main-nav ul { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 14px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .95rem; color: var(--navy); border-radius: 6px; }
.main-nav a:hover, .main-nav a.active { color: var(--gold-dark); }
.main-nav a.active { font-weight: 600; }

.has-sub { position: relative; }
.sub-nav {
    position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff;
    box-shadow: var(--shadow); border-radius: var(--radius-sm); padding: 8px;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: all .22s var(--ease); border: 1px solid var(--gray-200);
}
.has-sub:hover .sub-nav { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-nav li a { display: block; padding: 10px 14px; }
.sub-nav li a:hover { background: var(--gray-50); }

.nav-cta a { color: var(--navy) !important; }
.lang-switch { display: flex; align-items: center; gap: 4px; margin-left: 8px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .85rem; }
.lang-switch a { padding: 4px 6px; color: var(--gray-400); }
.lang-switch a.active { color: var(--navy); }
.lang-switch span { color: var(--gray-200); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--navy); border-radius: 3px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
    position: relative; color: #fff; padding: 120px 0 130px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
    overflow: hidden;
}
.hero-overlay {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(201,168,76,.18), transparent 45%),
        radial-gradient(circle at 10% 90%, rgba(201,168,76,.10), transparent 40%);
    pointer-events: none;
}
.hero::after {
    content:""; position:absolute; inset:0; opacity:.06; pointer-events:none;
    background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
    background-size: 44px 44px;
}
.hero-content { position: relative; max-width: 780px; }
.hero-eyebrow {
    display: inline-block; color: var(--gold); font-family: 'Montserrat', sans-serif;
    font-weight: 600; letter-spacing: 3px; text-transform: uppercase; font-size: .82rem; margin-bottom: 20px;
}
.hero-title { color: #fff; font-size: 3rem; font-weight: 800; margin-bottom: 22px; }
.hero-subtitle { font-size: 1.18rem; color: rgba(255,255,255,.82); margin-bottom: 36px; max-width: 640px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
    color: #fff; padding: 88px 0 76px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after {
    content:""; position:absolute; inset:0; opacity:.07; pointer-events:none;
    background: radial-gradient(circle at 80% 30%, rgba(201,168,76,.4), transparent 40%);
}
.page-hero h1 { color: #fff; font-size: 2.6rem; margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,.8); font-size: 1.12rem; max-width: 680px; margin: 0 auto; }
.page-hero .hero-eyebrow { margin-bottom: 14px; }

/* ---------- Cards grid ---------- */
.cards-grid { display: grid; gap: 26px; }
.cards-grid.two { grid-template-columns: repeat(2, 1fr); }
.cards-grid.three { grid-template-columns: repeat(3, 1fr); }
.cards-grid.four { grid-template-columns: repeat(4, 1fr); }

.card {
    background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
    padding: 34px 28px; box-shadow: var(--shadow); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.card p { color: var(--gray-500); margin-bottom: 16px; }
.card-link { color: var(--gold-dark); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .92rem; }
.card-link:hover { color: var(--navy); }

/* Icon tiles (CSS/SVG, no external images) */
.card-icon {
    width: 60px; height: 60px; border-radius: 14px; margin-bottom: 20px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
    position: relative;
    box-shadow: 0 8px 20px rgba(10,22,40,.18);
}

/* Icon images for services */
.card-icon-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: block;
    transition: transform 0.3s ease;
}

.service-card:hover .card-icon-img {
    transform: translateY(-4px);
}

.service-icon-img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.card-icon.big { width: 96px; height: 96px; border-radius: 20px; }
.card-icon::before {
    content: ""; position: absolute; inset: 0; background-repeat: no-repeat;
    background-position: center; background-size: 52%;
}
/* SVG glyphs via data URIs (gold stroke) */
.icon-security::before  { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://placehold.co/1200x600/e2e8f0/1e293b?text=A_clean__gold_stroked_SVG_icon_with_a_viewBox_of_2' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.icon-webdev::before    { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://images.vexels.com/media/users/3/325639/isolated/preview/4ef3bad80e95a4e0db84a11113fb1676-multiple-gears-stroke-icon.png' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16 18 22 12 16 6'/%3E%3Cpolyline points='8 6 2 12 8 18'/%3E%3C/svg%3E"); }
.icon-lab::before       { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2v6l-5 9a2 2 0 0 0 2 3h12a2 2 0 0 0 2-3l-5-9V2'/%3E%3Cline x1='8' y1='2' x2='16' y2='2'/%3E%3C/svg%3E"); }
.icon-mission::before   { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://images.vexels.com/media/users/3/153935/isolated/preview/da9f24d59979228be374c0930099dcc5-surveillance-eye-colored-stroke-icon.png' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E"); }
.icon-vision::before    { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://images.vexels.com/media/users/3/243383/isolated/preview/8b4fdfc02931066b5e002767d1559889-round-metal-shield-filled-stroke.png' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.icon-camera::before    { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://uiuxshowcase.com/wp-content/uploads/2025/11/Freesvgicons-scaled.webp' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 7l-7 5 7 5V7z'/%3E%3Crect x='1' y='5' width='15' height='14' rx='2'/%3E%3C/svg%3E"); }
.icon-nvr::before       { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://images.vexels.com/media/users/3/153934/isolated/lists/2e33d02ab2778f02c03824a4183ea3f4-surveillance-camera-colored-stroke-icon.png' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='7' rx='1'/%3E%3Crect x='2' y='13' width='20' height='7' rx='1'/%3E%3Cline x1='6' y1='7.5' x2='6.01' y2='7.5'/%3E%3Cline x1='6' y1='16.5' x2='6.01' y2='16.5'/%3E%3C/svg%3E"); }
.icon-remote::before    { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/Line-style-icons-camera.svg/1280px-Line-style-icons-camera.svg.png' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E"); }
.icon-access::before    { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://placehold.co/1200x600/e2e8f0/1e293b?text=a_small_SVG_icon_representing_an_eye_with_a_circul' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E"); }
.icon-alert::before     { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://i.etsystatic.com/59486481/r/il/887beb/7177483034/il_300x300.7177483034_nqpm.jpg' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9'/%3E%3Cpath d='M13.7 21a2 2 0 0 1-3.4 0'/%3E%3C/svg%3E"); }
.icon-support::before   { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://imgv2-2-f.scribdassets.com/img/document/200076246/original/4ccb57451d/1?v=1' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E"); }
.icon-corporate::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'/%3E%3Cline x1='9' y1='7' x2='15' y2='7'/%3E%3Cline x1='9' y1='11' x2='15' y2='11'/%3E%3Cline x1='9' y1='15' x2='13' y2='15'/%3E%3C/svg%3E"); }
.icon-ecommerce::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/SVG_Logo.svg/960px-SVG_Logo.svg.png?_=20210331112016' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E"); }
.icon-webapp::before    { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://placehold.co/1200x600/e2e8f0/1e293b?text=SVG_line_icon_with_stroke_color__c9a84c_and_stroke' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='17' x2='12' y2='21'/%3E%3C/svg%3E"); }
.icon-responsive::before{ background-image: url("data:image/svg+xml,%3Csvg xmlns='https://placehold.co/1200x600/e2e8f0/1e293b?text=SVG_icon_with_linear_stroke_design_used_as_CSS_bac' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='14' height='12' rx='1'/%3E%3Crect x='17' y='8' width='5' height='11' rx='1'/%3E%3C/svg%3E"); }
.icon-seo::before       { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); }
.icon-hosting::before   { background-image: url("data:image/svg+xml,%3Csvg xmlns='https://i.etsystatic.com/59716954/r/il/b04173/7880575478/il_300x300.7880575478_84co.jpg' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M3 5v14a9 3 0 0 0 18 0V5'/%3E%3Cpath d='M3 12a9 3 0 0 0 18 0'/%3E%3C/svg%3E"); }

/* ---------- Features (numbered) ---------- */
.feature { padding: 8px 4px; }
.feature-num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2rem; color: var(--gold); opacity: .5; margin-bottom: 8px; }
.feature h4 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--gray-500); font-size: .96rem; }

/* ---------- Value cards ---------- */
.value-card { text-align: center; padding: 30px 20px; border-radius: var(--radius); background:#fff; border:1px solid var(--gray-200); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.value-icon { width: 62px; height: 62px; margin: 0 auto 16px; display:flex; align-items:center; justify-content:center; font-size: 1.6rem; color: var(--gold); background: var(--navy); border-radius: 50%; }
.value-card h4 { margin-bottom: 8px; }
.value-card p { color: var(--gray-500); font-size: .95rem; }

.mv-card { text-align: left; }

/* ---------- Service rows ---------- */
.service-row { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: center; padding: 40px 0; border-bottom: 1px solid var(--gray-200); }
.service-row:last-child { border-bottom: 0; }
.service-row.reverse { grid-template-columns: 1fr 260px; }
.service-row.reverse .service-media { order: 2; }
.service-media { display: flex; justify-content: center; }
.service-media .card-icon { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); }
.service-body h2 { font-size: 1.8rem; margin-bottom: 14px; }
.service-body p { color: var(--gray-700); margin-bottom: 14px; }

/* ---------- Process steps ---------- */
.process-steps { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 4px; }
.process-steps li { display: flex; align-items: center; gap: 20px; padding: 18px 22px; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-sm); margin-bottom: 12px; transition: transform .25s var(--ease); }
.process-steps li:hover { transform: translateX(6px); border-color: var(--gold); }
.step-num { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: 'Montserrat', sans-serif; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.step-text { font-family: 'Montserrat', sans-serif; font-weight: 500; color: var(--navy); }

/* ---------- Stack tags ---------- */
.stack-tags { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.tag { padding: 10px 22px; background: var(--navy); color: #fff; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: .92rem; border: 1px solid transparent; transition: .25s; }
.tag:hover { background: var(--gold); color: var(--navy); }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); color: #fff; padding: 60px 0; position: relative; overflow: hidden; }
.cta-banner::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 90% 50%, rgba(201,168,76,.2), transparent 45%); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-inner h2 { color: #fff; font-size: 1.9rem; margin-bottom: 8px; }
.cta-inner p { color: rgba(255,255,255,.8); max-width: 560px; }

/* ---------- Forms ---------- */
.form { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 20px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .92rem; margin-bottom: 8px; color: var(--navy); }
.form-group .req { color: #d9534f; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 13px 16px; border: 1px solid var(--gray-200); border-radius: var(--radius-sm);
    font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--text); background: var(--gray-50);
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(201,168,76,.18);
}
.form-group textarea { resize: vertical; }
.field-error { display: block; color: #d9534f; font-size: .82rem; margin-top: 6px; }

.alert { padding: 16px 20px; border-radius: var(--radius-sm); margin-bottom: 24px; font-weight: 500; }
.alert-success { background: #e6f6ec; color: #1e7d45; border: 1px solid #b7e4c7; }
.alert-error { background: #fdecec; color: #b02a2a; border: 1px solid #f5c2c2; }

/* ---------- Contact layout ---------- */
.contact-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.contact-info-col { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 36px; }
.contact-info-col h3 { color: #fff; margin-bottom: 24px; }
.contact-info-list li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.contact-info-list .ci-icon { color: var(--gold); font-size: 1.4rem; line-height: 1; }
.contact-info-list a { color: var(--gold-light); }
.contact-info-list strong { color: #fff; font-family: 'Montserrat', sans-serif; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.75); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 44px; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a:hover { color: var(--gold); }
.footer-about p { font-size: .95rem; line-height: 1.7; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact span { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; }
.footer-bottom p { font-size: .88rem; color: rgba(255,255,255,.6); }

/* ---------- Back to top ---------- */
.back-to-top {
    position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border-radius: 50%;
    background: var(--gold); color: var(--navy); border: 0; font-size: 1.2rem; cursor: pointer;
    box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: all .3s var(--ease); z-index: 90;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold-light); }

/* ---------- Error page ---------- */
.error-section { padding: 110px 0; }
.error-code { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 7rem; line-height: 1; color: var(--navy); opacity: .12; }
.error-section h1 { margin: -20px 0 14px; font-size: 2.2rem; }
.error-section .lead { margin-bottom: 28px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Admin ---------- */
.admin-body { background: var(--gray-100); font-family: 'Inter', sans-serif; color: var(--text); min-height: 100vh; }
.admin-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); }
.admin-login-card { background: #fff; padding: 40px; border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; max-width: 400px; }
.admin-login-card img { height: 46px; margin: 0 auto 20px; }
.admin-login-card h1 { text-align: center; font-size: 1.5rem; margin-bottom: 24px; }
.admin-topbar { background: var(--navy); color: #fff; padding: 14px 0; }
.admin-topbar .container { display: flex; align-items: center; justify-content: space-between; }
.admin-topbar img { height: 36px; filter: brightness(0) invert(1); }
.admin-topbar a { color: var(--gold-light); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .9rem; }
.admin-main { padding: 40px 0; }
.admin-tabs { display: flex; gap: 10px; margin-bottom: 26px; }
.admin-tab { padding: 12px 24px; border-radius: 50px; background: #fff; border: 1px solid var(--gray-200); font-family: 'Montserrat', sans-serif; font-weight: 600; cursor: pointer; font-size: .92rem; color: var(--navy); }
.admin-tab.active { background: var(--navy); color: #fff; }
.admin-stats { display: flex; gap: 18px; margin-bottom: 30px; flex-wrap: wrap; }
.stat-card { background: #fff; border-radius: var(--radius); padding: 22px 28px; box-shadow: var(--shadow); border-left: 4px solid var(--gold); min-width: 180px; }
.stat-card .num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2rem; color: var(--navy); }
.stat-card .lbl { color: var(--gray-500); font-size: .9rem; }
.admin-table-wrap { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: auto; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
table.admin-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
table.admin-table th { background: var(--gray-50); text-align: left; padding: 14px 16px; font-family: 'Montserrat', sans-serif; color: var(--navy); border-bottom: 2px solid var(--gray-200); white-space: nowrap; }
table.admin-table td { padding: 14px 16px; border-bottom: 1px solid var(--gray-100); vertical-align: top; }
table.admin-table tr:hover { background: var(--gray-50); }
.badge { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: .74rem; font-weight: 600; }
.badge-new { background: #fdecec; color: #b02a2a; }
.empty-state { padding: 50px; text-align: center; color: var(--gray-500); }

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 992px) {
    .cards-grid.four { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .hero-title { font-size: 2.5rem; }
}
@media (max-width: 860px) {
    .nav-toggle { display: flex; }
    .main-nav {
        position: fixed; top: var(--header-h); right: 0; width: min(320px, 85vw); height: calc(100vh - var(--header-h));
        background: #fff; box-shadow: -8px 0 30px rgba(10,22,40,.12); padding: 20px;
        transform: translateX(100%); transition: transform .32s var(--ease); overflow-y: auto;
    }
    .main-nav.open { transform: translateX(0); }
    .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
    .main-nav a { display: block; padding: 14px 12px; border-radius: 8px; }
    .main-nav a:hover { background: var(--gray-50); }
    .sub-nav { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 14px; }
    .has-sub:hover .sub-nav { transform: none; }
    .lang-switch { margin: 12px 0 0; padding: 12px 4px 0; border-top: 1px solid var(--gray-200); }
    .nav-cta { margin-top: 6px; }
    .nav-cta a { display: inline-block; }
}
@media (max-width: 720px) {
    .section { padding: 60px 0; }
    .cards-grid.two, .cards-grid.three, .cards-grid.four { grid-template-columns: 1fr; }
    .hero { padding: 84px 0 90px; }
    .hero-title { font-size: 2.1rem; }
    .hero-subtitle { font-size: 1.05rem; }
    .section-title { font-size: 1.7rem; }
    .page-hero h1 { font-size: 2rem; }
    .service-row, .service-row.reverse { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .service-row.reverse .service-media { order: 0; }
    .service-media { justify-content: center; }
    .service-body h2 { text-align: center; }
    .form-row.two { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .cta-inner { flex-direction: column; text-align: center; align-items: center; }
    .form { padding: 24px; }
}
@media (max-width: 420px) {
    .container { padding: 0 18px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
}
