/* Theme tokens. New themes stay isolated behind the body data attribute. */
body[data-site-theme="corporate"] {
  --theme-surface: #ffffff;
  --theme-soft: #f4f8fc;
}

body[data-site-theme="alya"] {
  --primary: #0e6a67;
  --primary-dark: #064846;
  --secondary: #2679a8;
  --accent: #d99a2b;
  --theme-surface: #ffffff;
  --theme-soft: #f2f7f6;
}

/* Bahar starts as an independent token layer; its page system will be built separately. */
body[data-site-theme="bahar"] {
  --primary: #278c6c;
  --primary-dark: #17624e;
  --secondary: #2c7196;
  --accent: #e0a238;
  --theme-surface: #ffffff;
  --theme-soft: #f2f8f4;
}

body[data-site-theme="eba"] {
  --primary: #c99735;
  --primary-dark: #9c6b17;
  --secondary: #08264a;
  --accent: #d5a447;
  --theme-surface: #ffffff;
  --theme-soft: #f5f7fa;
}

/* Teknoloji: digital customs operations theme. */
body[data-site-theme="technology"] {
  --primary: #d7a53d;
  --primary-dark: #a87618;
  --secondary: #0b8fc6;
  --accent: #efb746;
  --theme-surface: #fff;
  --theme-soft: #f3f7fb;
  color: #0a1f40;
  background: #f6f9fd;
  font-family: "Quicksand", Arial, sans-serif;
}
body[data-site-theme="technology"] .topbar { display:flex; width:100%; max-width:none; min-height:36px; padding:0 max(28px,calc((100% - 1420px)/2)); color:#c8d8e9; background:#02152f; border:0; font-size:11px; }
body[data-site-theme="technology"] .topbar span { color:inherit; }
body[data-site-theme="technology"] .topbar .search-trigger { margin-left:auto; color:#fff; border-color:rgba(255,255,255,.2); }
body[data-site-theme="technology"] .site-header { position:relative; z-index:30; background:#062749; border:0; }
body[data-site-theme="technology"] .navbar { width:min(1420px,calc(100% - 56px)); min-height:82px; max-width:1420px; }
body[data-site-theme="technology"] .brand-logo { max-height:58px; filter:brightness(0) invert(1) grayscale(1) brightness(2.5); }
body[data-site-theme="technology"] .nav-links > a,
body[data-site-theme="technology"] .nav-links summary,
body[data-site-theme="technology"] .nav-links summary .nav-parent-link,
body[data-site-theme="technology"] .language-switcher summary { color:#f3f7fc; font-size:12px; font-weight:800; }
body[data-site-theme="technology"] .nav-links > a:hover,
body[data-site-theme="technology"] .nav-links summary:hover,
body[data-site-theme="technology"] .nav-links summary .nav-parent-link:hover { color:#efbe54; }
body[data-site-theme="technology"] .quote-btn { color:#17233a; background:#efb746; border-color:#efb746; border-radius:6px; box-shadow:0 8px 20px rgba(0,0,0,.15); }
body[data-site-theme="technology"] .quote-btn:hover { color:#fff; background:#a87618; border-color:#a87618; }
body[data-site-theme="technology"] main:has(> .hero) { width:100%; max-width:none; margin:0; overflow:hidden; background:#f7faff; }
body[data-site-theme="technology"] .hero { display:grid; grid-template-columns:minmax(0,1fr); width:100%; min-height:610px; padding:0; background:#031b38; }
body[data-site-theme="technology"] .hero-visual { position:absolute!important; inset:0; z-index:0; min-height:610px; margin:0!important; }
body[data-site-theme="technology"] .hero-visual::before { background:linear-gradient(90deg,rgba(1,15,34,.98) 0%,rgba(1,20,45,.82) 35%,rgba(1,23,50,.26) 68%,rgba(1,19,42,.54) 100%); }
body[data-site-theme="technology"] .hero-visual::after { position:absolute; inset:0; content:""; pointer-events:none; background-image:linear-gradient(rgba(70,169,229,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(70,169,229,.06) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(90deg,#000,transparent 67%); }
body[data-site-theme="technology"] .hero-visual img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(1.12) contrast(1.04); }
body[data-site-theme="technology"] .hero-copy { position:relative!important; z-index:3; display:flex; width:min(1420px,calc(100% - 56px))!important; min-height:610px; justify-content:center; flex-direction:column; box-sizing:border-box; padding:112px 0 138px!important; margin:0 auto!important; transform:none!important; }
body[data-site-theme="technology"] .hero-copy > * { position:relative!important; inset:auto!important; max-width:640px; transform:none!important; }
body[data-site-theme="technology"] .hero-copy::before { width:max-content; margin:0 0 18px; padding:7px 13px; color:#dcebf7; border:1px solid rgba(116,192,239,.55); border-radius:999px; content:"Uluslararası Ticarette Dijital Güvence"; font-size:11px; font-weight:800; letter-spacing:.03em; }
body[data-site-theme="technology"] .hero h1 { max-width:690px; margin:0; color:#fff; font-size:clamp(38px,4.25vw,62px); font-weight:800; letter-spacing:0; line-height:1.07; text-shadow:0 8px 28px rgba(0,0,0,.28); }
body[data-site-theme="technology"] .hero h1::first-line { color:#fff; }
body[data-site-theme="technology"] .hero p { max-width:550px; margin:20px 0 0; color:#cfdae8; font-size:17px; font-weight:550; line-height:1.72; }
body[data-site-theme="technology"] .hero-actions { margin-top:30px; }
body[data-site-theme="technology"] .hero-actions .btn { min-height:48px; padding:0 20px; border-radius:6px; font-size:12px; font-weight:800; }
body[data-site-theme="technology"] .hero-actions .btn.primary { color:#18243a; background:#efb746; border-color:#efb746; box-shadow:0 10px 22px rgba(239,183,70,.2); }
body[data-site-theme="technology"] .hero-actions .btn.secondary { color:#fff; border-color:rgba(255,255,255,.52); background:rgba(4,35,67,.2); }
body[data-site-theme="technology"] .hero-arrow { z-index:8; width:44px; height:44px; color:#fff; background:rgba(1,22,48,.55); border-color:rgba(255,255,255,.4); }
body[data-site-theme="technology"] .slider-dots { z-index:8; }
body[data-site-theme="technology"] .slider-dots button.active { width:38px; background:#efb746; }
body[data-site-theme="technology"] .stats { position:relative; z-index:10; display:grid; width:min(1220px,calc(100% - 56px)); grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; min-height:104px; padding:0 22px; margin:-53px auto 0; overflow:hidden; color:#eff7ff; border:1px solid rgba(129,195,236,.4); border-radius:12px; background:linear-gradient(112deg,rgba(6,46,83,.98),rgba(10,30,61,.96)); box-shadow:0 18px 36px rgba(0,36,77,.26); }
body[data-site-theme="technology"] .stats > div { display:grid; grid-template-columns:32px minmax(0,1fr); gap:11px; align-items:center; min-height:104px; padding:16px 22px; border-right:1px solid rgba(157,207,239,.2); }
body[data-site-theme="technology"] .stats > div:last-child { border-right:0; }
body[data-site-theme="technology"] .stats i { width:26px; height:26px; color:#efb746; }
body[data-site-theme="technology"] .stats strong { color:#fff; font-size:14px; line-height:1.35; }
body[data-site-theme="technology"] .stats span { color:#c3d8eb; font-size:11px; line-height:1.4; }
body[data-site-theme="technology"] .home-about { display:grid; width:min(1220px,calc(100% - 56px)); grid-template-columns:.78fr 1.22fr; gap:72px; align-items:center; padding:92px 0 66px; margin:0 auto; }
body[data-site-theme="technology"] .home-about .eyebrow { color:#bf8122; font-size:12px; font-weight:800; letter-spacing:.04em; text-transform:none; }
body[data-site-theme="technology"] .home-about h2 { margin:12px 0 0; color:#102447; font-size:clamp(29px,3vw,42px); line-height:1.13; }
body[data-site-theme="technology"] .home-about p { max-width:690px; color:#5f7188; font-size:16px; line-height:1.85; }
body[data-site-theme="technology"] .home-about a { color:#aa741e; font-weight:800; }
body[data-site-theme="technology"] .why { display:grid; grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr); width:100%; min-height:480px; overflow:hidden; color:#fff; background:#031b3a; }
body[data-site-theme="technology"] .why > img { width:100%; height:100%; min-height:480px; object-fit:cover; filter:saturate(.78) contrast(1.1); }
body[data-site-theme="technology"] .why-content { align-self:stretch; padding:76px clamp(32px,6vw,112px) 70px 58px; background:radial-gradient(circle at 80% 20%,rgba(26,121,180,.32),transparent 35%),#031b3a; }
body[data-site-theme="technology"] .why-eyebrow { color:#efb746; font-size:12px; font-weight:800; }
body[data-site-theme="technology"] .why h2 { margin:12px 0 27px; color:#fff; font-size:clamp(29px,3vw,42px); line-height:1.14; }
body[data-site-theme="technology"] .feature-grid { gap:12px; }
body[data-site-theme="technology"] .feature-grid span { min-height:58px; color:#dbe7f3; border:1px solid rgba(142,199,233,.24); border-radius:7px; background:rgba(12,53,91,.44); }
body[data-site-theme="technology"] .feature-grid i { color:#efb746; }
body[data-site-theme="technology"] .media-area,body[data-site-theme="technology"] .news-support { width:min(1220px,calc(100% - 56px)); margin:72px auto; }
body[data-site-theme="technology"] .video-card,body[data-site-theme="technology"] .certificate-showcase,body[data-site-theme="technology"] .news,body[data-site-theme="technology"] .support { border:1px solid #e3eaf2; border-radius:12px; background:#fff; box-shadow:0 12px 28px rgba(15,47,82,.07); }
body[data-site-theme="technology"] .video-card { overflow:hidden; }
body[data-site-theme="technology"] .video-card h2,body[data-site-theme="technology"] .certificate-showcase h2,body[data-site-theme="technology"] .news h2 { color:#102447; }
body[data-site-theme="technology"] .certificate-card,body[data-site-theme="technology"] .news-grid a { border-color:#e3eaf2; border-radius:8px; background:#f9fbfd; }
body[data-site-theme="technology"] .certificate-card:hover,body[data-site-theme="technology"] .news-grid a:hover { border-color:#d7a53d; box-shadow:0 14px 25px rgba(15,47,82,.12); }
body[data-site-theme="technology"] .support { color:#fff; background:linear-gradient(135deg,#062a50,#041832); }
body[data-site-theme="technology"] .support h2 { color:#fff; }
body[data-site-theme="technology"] .support p,body[data-site-theme="technology"] .support-icons span { color:#cfe0ef; }
body[data-site-theme="technology"] .support .btn.light { color:#18243a; background:#efb746; border-color:#efb746; }
body[data-site-theme="technology"] .footer { color:#d8e5f1; background:#02152f; }
body[data-site-theme="technology"] .footer h3,body[data-site-theme="technology"] .footer a:hover { color:#efb746; }
body[data-site-theme="technology"] .footer::before { background:#d7a53d; }
@media (max-width:900px) {
  body[data-site-theme="technology"] .topbar { display:none; }
  body[data-site-theme="technology"] .site-header { background:#031b3a; }
  body[data-site-theme="technology"] .navbar { width:calc(100% - 32px); min-height:74px; }
  body[data-site-theme="technology"] .menu-toggle { color:#fff; border-color:rgba(255,255,255,.45); }
  body[data-site-theme="technology"] .hero,body[data-site-theme="technology"] .hero-visual,body[data-site-theme="technology"] .hero-copy { min-height:620px; }
  body[data-site-theme="technology"] .hero-copy { width:calc(100% - 40px)!important; padding:105px 0 105px!important; }
  body[data-site-theme="technology"] .stats { width:calc(100% - 32px); grid-template-columns:repeat(2,minmax(0,1fr)); margin:-30px auto 0; }
  body[data-site-theme="technology"] .stats > div { min-height:82px; padding:13px; }
  body[data-site-theme="technology"] .home-about,body[data-site-theme="technology"] .why { width:100%; grid-template-columns:1fr; }
  body[data-site-theme="technology"] .home-about { gap:22px; padding:68px 24px 50px; }
  body[data-site-theme="technology"] .why > img { min-height:280px; }
  body[data-site-theme="technology"] .why-content { padding:52px 24px; }
  body[data-site-theme="technology"] .media-area,body[data-site-theme="technology"] .news-support { width:calc(100% - 32px); margin:48px auto; }
}

/* EBA: navy and gold customs brokerage theme. */
body[data-site-theme="eba"] { color: #071d42; background: #fff; font-family: "Quicksand", Arial, sans-serif; }
body[data-site-theme="eba"] .topbar { display: flex; width: 100%; max-width: none; min-height: 42px; padding: 0 max(28px, calc((100% - 1450px) / 2)); color: #fff; background: #031a39; border: 0; font-size: 12px; }
body[data-site-theme="eba"] .topbar span { color: #fff; }
body[data-site-theme="eba"] .topbar .search-trigger { margin-left: auto; color: #fff; border-color: rgba(255,255,255,.24); }
body[data-site-theme="eba"] .site-header { background: #fff; border-bottom: 1px solid #e6e9ee; }
body[data-site-theme="eba"] .navbar { width: min(1450px, calc(100% - 56px)); min-height: 100px; max-width: 1450px; }
body[data-site-theme="eba"] .brand-logo { max-height: 62px; filter: none; }
body[data-site-theme="eba"] .nav-links > a,
body[data-site-theme="eba"] .nav-links summary,
body[data-site-theme="eba"] .language-switcher summary { color: #071d42; font-family: "Quicksand", Arial, sans-serif; font-size: 14px; font-weight: 700; }
body[data-site-theme="eba"] .nav-links > a:hover,
body[data-site-theme="eba"] .nav-links summary:hover { color: #b88324; }
body[data-site-theme="eba"] .nav-links > a:first-child { position: relative; color: #071d42; }
body[data-site-theme="eba"] .nav-links > a:first-child::after { position: absolute; right: 16%; bottom: -20px; left: 16%; height: 2px; content: ""; background: #c99735; }
body[data-site-theme="eba"] .quote-btn { color: #fff; background: #c99735; border-color: #c99735; border-radius: 1px; }
body[data-site-theme="eba"] .quote-btn:hover { color: #fff; background: #9c6b17; border-color: #9c6b17; }
.nav-dropdown > summary .nav-parent-link { color: inherit; text-decoration: none; }
.nav-dropdown > summary .nav-parent-link:hover { color: #fc574a; }
.nav-dropdown > summary .nav-parent-link::after { background: #fc574a; }

@media (min-width: 1181px) {
  .product-mega-menu {
    position: fixed;
    z-index: 100;
    top: 112px;
    left: 50%;
    display: grid;
    width: min(900px, calc(100vw - 48px));
    padding: 16px;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 22px;
    transform: translateX(-50%);
    border: 1px solid #d7e2ed;
    border-radius: 1px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(4, 35, 71, .22);
  }

  .nav-submenu {
    position: absolute;
    z-index: 80;
    top: calc(156% + 5px);
    left: -16px;
    display: grid;
    width: 225px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1px;
    box-shadow: 0 18px 45px rgba(4, 35, 71, .16);
  }
}

body[data-site-theme="eba"] main:has(> .hero) { width: 100%; max-width: none; margin: 0; overflow: hidden; }
body[data-site-theme="eba"] main:not(:has(> .hero)) { margin-top: 28px; }
body[data-site-theme="eba"] .hero { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr); width: 100%; min-height: 560px; padding: 0; color: #fff; background: #041b3b; }
body[data-site-theme="eba"] .hero::before { position: absolute; z-index: 2; inset: 0 auto 0 0; width: 46%; content: ""; background: linear-gradient(128deg, #041b3b 0%, #031a38 82%, transparent 82.2%); }
body[data-site-theme="eba"] .hero::after { position: absolute; z-index: 3; inset: 0 auto 0 0; width: 42%; content: ""; pointer-events: none; background-image: linear-gradient(135deg, transparent 49.5%, rgba(201,151,53,.18) 50%, transparent 50.5%); background-size: 128px 128px; }
/* Keep editor offsets from moving EBA slider content outside its left panel. */
body[data-site-theme="eba"] .hero-copy { position: relative !important; z-index: 4; inset: auto !important; display: flex; grid-column: 1; grid-row: 1; width: 100% !important; max-width: none !important; min-height: 560px; justify-content: center; align-self: stretch; flex-direction: column; box-sizing: border-box; padding: 66px clamp(44px, 5vw, 96px) 62px max(42px, calc((100vw - 1450px) / 2)); margin: 0 !important; overflow: visible; font-family: "Quicksand", Arial, sans-serif; transform: none !important; translate: none !important; }
body[data-site-theme="eba"] .hero-copy > * { position: relative !important; inset: auto !important; transform: none !important; translate: none !important; }
body[data-site-theme="eba"] .hero-copy::before { width: 68px; height: 3px; margin-bottom: 16px; content: ""; background: #c99735; }
body[data-site-theme="eba"] .hero h1 { max-width: 510px; margin: 0; color: #fff; font-family: "Quicksand", Arial, sans-serif; font-size: clamp(30px, 3.55vw, 34px); font-weight: 700; letter-spacing: 0; line-height: 1.08; }
body[data-site-theme="eba"] .hero p { max-width: 475px; margin: 22px 0 0; color: #edf1f5; font-family: "Quicksand", Arial, sans-serif; font-size: 17px; font-weight: 500; letter-spacing: 0; line-height: 1.65; }
body[data-site-theme="eba"] .hero-actions { margin-top: 28px; }
body[data-site-theme="eba"] .hero-actions .btn.primary { color: #fff; background: #c99735; border-color: #c99735; border-radius: 1px; }
body[data-site-theme="eba"] .hero-actions .btn.secondary { color: #fff; border-color: transparent; }
body[data-site-theme="eba"] .hero-visual { position: relative !important; z-index: 1; grid-column: 2; grid-row: 1; min-height: 560px; margin: 0 !important; overflow: hidden; transform: none !important; }
body[data-site-theme="eba"] .hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
body[data-site-theme="eba"] .hero-arrow { z-index: 5; width: 42px; height: 42px; color: #fff; background: rgba(3,26,57,.66); border-color: rgba(255,255,255,.4); }
body[data-site-theme="eba"] .hero-arrow.left { left: auto; right: 72px; }
body[data-site-theme="eba"] .hero-arrow.right { right: 20px; }
body[data-site-theme="eba"] .slider-dots { z-index: 5; }
body[data-site-theme="eba"] .slider-dots button.active { background: #c99735; }

body[data-site-theme="eba"] .eba-home-sections { width: min(1450px, calc(100% - 56px)); margin: 34px auto 74px; }
body[data-site-theme="eba"] .eba-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
body[data-site-theme="eba"] .eba-service-grid article { display: grid; grid-template-columns: 58px minmax(0, 1fr) 20px; gap: 16px; align-items: center; min-height: 148px; padding: 23px 20px; border: 1px solid #d9dee6; border-radius: 3px; background: #fff; }
body[data-site-theme="eba"] .eba-service-grid article > i { width: 56px; height: 56px; color: #08264a; stroke-width: 1.25; }
body[data-site-theme="eba"] .eba-service-grid h2 { position: relative; margin: 22px 0 8px; color: #0a2043; font-family: "Quicksand", Arial, sans-serif; font-size: 17px; font-weight: 700; line-height: 1.2; }
body[data-site-theme="eba"] .eba-service-grid h2::before { position: absolute; top: -18px; left: 0; width: 25px; height: 2px; content: ""; background: #c99735; }
body[data-site-theme="eba"] .eba-service-grid p { margin: 0; color: #607086; font-size: 12px; line-height: 1.55; }
body[data-site-theme="eba"] .eba-service-grid span { align-self: end; color: #08264a; font-size: 25px; font-weight: 500; line-height: 1; }
body[data-site-theme="eba"] .eba-stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 36px calc((100vw - min(1450px, calc(100vw - 56px))) / -2) 0; padding: 0 max(28px, calc((100% - 1450px) / 2)); color: #fff; background: #031b3c; }
body[data-site-theme="eba"] .eba-stat-strip article { display: flex; min-height: 125px; align-items: center; justify-content: center; gap: 17px; padding: 22px; border-right: 1px solid rgba(255,255,255,.24); }
body[data-site-theme="eba"] .eba-stat-strip article:last-child { border-right: 0; }
body[data-site-theme="eba"] .eba-stat-strip i { width: 40px; height: 40px; color: #d3a245; stroke-width: 1.5; }
body[data-site-theme="eba"] .eba-stat-strip strong { display: block; color: #fff; font-family: "Quicksand", Arial, sans-serif; font-size: 34px; line-height: 1; }
body[data-site-theme="eba"] .eba-stat-strip span { display: block; margin-top: 7px; color: #e0e6ed; font-family: "Quicksand", Arial, sans-serif; font-size: 12px; text-transform: uppercase; }
body[data-site-theme="eba"] .eba-about { display: grid; grid-template-columns: minmax(340px,.9fr) minmax(0,1fr); gap: clamp(48px,8vw,130px); align-items: center; padding: 86px 0; }
body[data-site-theme="eba"] .eba-about figure { height: 585px; margin: 0; overflow: hidden; }
body[data-site-theme="eba"] .eba-about figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
body[data-site-theme="eba"] .eba-kicker { display: block; margin-bottom: 16px; color: #b88425; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body[data-site-theme="eba"] .eba-about h2 { max-width: 460px; margin: 0 0 20px; color: #081f43; font-family: "Quicksand", Arial, sans-serif; font-size: clamp(38px,4vw,58px); line-height: 1.08; }
body[data-site-theme="eba"] .eba-about p { max-width: 520px; margin: 0; color: #64738a; font-size: 15px; line-height: 1.8; }
body[data-site-theme="eba"] .eba-about ul { display: grid; gap: 17px; margin: 30px 0; padding: 0; list-style: none; }
body[data-site-theme="eba"] .eba-about li { display: flex; gap: 11px; align-items: flex-start; color: #657489; font-size: 13px; line-height: 1.5; }
body[data-site-theme="eba"] .eba-about li i { flex: 0 0 auto; width: 20px; color: #c99735; }
body[data-site-theme="eba"] .eba-about li b { display: block; color: #0a2043; font-size: 14px; }
body[data-site-theme="eba"] .eba-about a { display: inline-flex; align-items: center; gap: 14px; padding: 14px 22px; color: #fff; background: #c99735; font-weight: 800; }
body[data-site-theme="eba"] .eba-about a i { width: 18px; }
body[data-site-theme="eba"] .media-area,
body[data-site-theme="eba"] .home-workflow,
body[data-site-theme="eba"] .news-support,
body[data-site-theme="eba"] .google-reviews-widget { width: min(1450px, calc(100% - 56px)); margin-right: auto; margin-left: auto; }
body[data-site-theme="eba"] .footer { width: 100%; max-width: none; margin: 0; background-color: #031b3c; }

@media (min-width: 1181px) {
  body[data-site-theme="eba"] main {
    width: min(1460px, calc(100% - 40px));
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  body[data-site-theme="eba"] .topbar { display: none; }
  body[data-site-theme="eba"] .navbar { width: calc(100% - 32px); min-height: 76px; }
  body[data-site-theme="eba"] .menu-toggle { color: #071d42; background: #fff; border-color: #d9dee6; }
  body[data-site-theme="eba"] .hero { grid-template-columns: 1fr; min-height: auto; }
  body[data-site-theme="eba"] .hero::before { width: 100%; background: #041b3b; }
  body[data-site-theme="eba"] .hero::after { width: 100%; opacity: .55; }
  body[data-site-theme="eba"] .hero-copy { min-height: 490px; padding: 64px 28px 54px; }
  body[data-site-theme="eba"] .hero-visual { min-height: 330px; }
  body[data-site-theme="eba"] .hero-arrow,.hero[data-site-theme="eba"] .slider-dots { display: none; }
  body[data-site-theme="eba"] .eba-home-sections,
  body[data-site-theme="eba"] .media-area,
  body[data-site-theme="eba"] .home-workflow,
  body[data-site-theme="eba"] .news-support,
  body[data-site-theme="eba"] .google-reviews-widget { width: calc(100% - 32px); }
  body[data-site-theme="eba"] .eba-service-grid,
  body[data-site-theme="eba"] .eba-stat-strip,
  body[data-site-theme="eba"] .eba-about { grid-template-columns: 1fr; }
  body[data-site-theme="eba"] .eba-stat-strip { margin-right: -16px; margin-left: -16px; padding: 0 16px; }
  body[data-site-theme="eba"] .eba-stat-strip article { min-height: 104px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  body[data-site-theme="eba"] .eba-about { gap: 34px; padding: 54px 0; }
  body[data-site-theme="eba"] .eba-about figure { height: 410px; }
}

/* Bahar: light operational customs brokerage layout. */
body[data-site-theme="bahar"] { background: #f8faf9; color: #15324a; }
body[data-site-theme="bahar"] .topbar { display: flex; width: 100%; max-width: none; min-height: 40px; padding: 0 max(28px, calc((100% - 1440px) / 2)); color: #fff; background: #15324a; border: 0; }
body[data-site-theme="bahar"] .topbar span { color: #fff; }
body[data-site-theme="bahar"] .topbar .search-trigger { margin-left: auto; color: #fff; border-color: rgba(255,255,255,.34); }
body[data-site-theme="bahar"] .site-header { background: #fff; border-bottom: 1px solid #dbe5e8; }
body[data-site-theme="bahar"] .navbar { width: min(1360px, calc(100% - 48px)); max-width: 1360px; min-height: 98px; }
body[data-site-theme="bahar"] .brand-logo { max-height: 64px; filter: none; }
body[data-site-theme="bahar"] .nav-links > a,
body[data-site-theme="bahar"] .nav-links summary { color: #17324a; font-weight: 700; }
body[data-site-theme="bahar"] .nav-links > a:hover,
body[data-site-theme="bahar"] .nav-links summary:hover { color: #278c6c; }
body[data-site-theme="bahar"] .nav-links > a:first-child { color: #278c6c; }
body[data-site-theme="bahar"] .quote-btn { color: #17324a; background: #fff; border-color: #278c6c; border-radius: 1px; }
body[data-site-theme="bahar"] .quote-btn:hover { color: #fff; background: #278c6c; }
body[data-site-theme="bahar"] .language-switcher summary { color: #17324a; }

body[data-site-theme="bahar"] main:has(> .hero) { width: 100%; max-width: none; margin: 0; overflow: hidden; }
body[data-site-theme="bahar"] main:not(:has(> .hero)) { margin-top: 28px; }
body[data-site-theme="bahar"] .hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 550px; padding: 30px max(28px, calc((100% - 1360px) / 2)); color: #15324a; background: #fff; }
body[data-site-theme="bahar"] .hero::before,
body[data-site-theme="bahar"] .hero::after { display: none; }
body[data-site-theme="bahar"] .hero-copy { position: relative; z-index: 2; display: flex; width: auto; min-height: 490px; justify-content: center; flex-direction: column; padding: 60px clamp(24px, 4vw, 70px) 60px 0; margin: 0; }
body[data-site-theme="bahar"] .hero-copy::before { width: 74px; height: 3px; margin-bottom: 22px; content: ""; background: #278c6c; }
body[data-site-theme="bahar"] .hero h1 { max-width: 640px; color: #15324a; font-family: "Quicksand", Arial, sans-serif; font-size: clamp(42px, 4.4vw, 68px); font-weight: 700; line-height: 1.08; }
body[data-site-theme="bahar"] .hero p { max-width: 580px; margin: 22px 0 0; color: #506678; font-size: 18px; font-weight: 500; line-height: 1.7; }
body[data-site-theme="bahar"] .hero-actions { margin-top: 28px; }
body[data-site-theme="bahar"] .hero-actions .btn.primary { color: #fff; background: #278c6c; border-color: #278c6c; border-radius: 2px; }
body[data-site-theme="bahar"] .hero-actions .btn.secondary,
body[data-site-theme="bahar"] .trust-badges { display: none; }
body[data-site-theme="bahar"] .hero-visual { position: relative; z-index: 1; min-height: 490px; margin: 0; overflow: hidden; background: #dbeaf0; }
body[data-site-theme="bahar"] .hero-visual::before { position: absolute; z-index: 1; inset: 0 auto 0 0; width: 8px; content: ""; background: #e0a238; }
body[data-site-theme="bahar"] .hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
body[data-site-theme="bahar"] .hero-arrow { z-index: 4; top: auto; bottom: 20px; width: 42px; height: 42px; color: #17324a; background: #fff; border-color: #dbe5e8; box-shadow: 0 8px 18px rgba(14,43,63,.12); }
body[data-site-theme="bahar"] .hero-arrow.left { right: 72px; left: auto; }
body[data-site-theme="bahar"] .hero-arrow.right { right: 20px; left: auto; }
body[data-site-theme="bahar"] .slider-dots { z-index: 4; bottom: 25px; left: calc(50% - 28px); }
body[data-site-theme="bahar"] .slider-dots button { width: 18px; height: 4px; border-radius: 0; background: rgba(21,50,74,.3); }
body[data-site-theme="bahar"] .slider-dots button.active { background: #278c6c; }

body[data-site-theme="bahar"] .home-about { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); width: min(1360px, calc(100% - 48px)); gap: 80px; margin: 0 auto; padding: 72px 0; background: transparent; }
body[data-site-theme="bahar"] .home-about h2 { max-width: 520px; margin: 12px 0 0; color: #15324a; font-family: "Quicksand", Arial, sans-serif; font-size: clamp(32px, 3vw, 46px); line-height: 1.15; }
body[data-site-theme="bahar"] .home-about .eyebrow { color: #278c6c; font-weight: 800; }
body[data-site-theme="bahar"] .home-about p { max-width: 690px; margin: 4px 0 22px; color: #526a7c; font-size: 16px; line-height: 1.8; }
body[data-site-theme="bahar"] .home-about a { display: inline-flex; align-items: center; gap: 9px; color: #278c6c; border-bottom: 1px solid #278c6c; font-weight: 800; }

body[data-site-theme="bahar"] .why { display: grid; grid-template-columns: 1fr 1fr 1fr; width: min(1360px, calc(100% - 48px)); height: auto; gap: 20px; margin: 0 auto 70px; background: transparent; }
body[data-site-theme="bahar"] .why > img { display: none; }
body[data-site-theme="bahar"] .why-content { display: contents; }
body[data-site-theme="bahar"] .why-eyebrow,
body[data-site-theme="bahar"] .why h2 { display: none; }
body[data-site-theme="bahar"] .feature-grid { display: contents; }
body[data-site-theme="bahar"] .feature-grid span { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 16px; align-items: start; min-height: 148px; padding: 28px 26px; color: #17324a; background: #fff; border: 1px solid #d9e5e7; border-radius: 2px; box-shadow: none; }
body[data-site-theme="bahar"] .feature-grid span:nth-child(n+4) { display: none; }
body[data-site-theme="bahar"] .feature-grid svg { width: 38px; height: 38px; color: #278c6c; stroke-width: 1.55; }
body[data-site-theme="bahar"] .feature-grid b { font-size: 18px; line-height: 1.35; }
body[data-site-theme="bahar"] .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(1360px, calc(100% - 48px)); margin: 0 auto 72px; color: #17324a; background: #edf6f1; border: 1px solid #d5e7dd; }
body[data-site-theme="bahar"] .stats div { display: flex; min-height: 116px; align-items: center; justify-content: center; gap: 14px; padding: 20px; border-right: 1px solid #d5e7dd; text-align: left; }
body[data-site-theme="bahar"] .stats > div:nth-child(n+4) { display: none; }
body[data-site-theme="bahar"] .stats i { width: 30px; color: #278c6c; }
body[data-site-theme="bahar"] .stats strong { color: #17324a; font-size: 18px; }
body[data-site-theme="bahar"] .stats span { color: #547081; font-size: 12px; }

body[data-site-theme="bahar"] .footer { width: 100%; max-width: none; margin: 0; }

/* Bahar home page: compact slider, benefit strip and service cards. */
body[data-site-theme="bahar"] main:has(> .hero) {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
}

body[data-site-theme="bahar"] .hero {
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.08fr);
  width: min(1360px, calc(100% - 120px));
  height: 440px !important;
  min-height: 440px;
  padding: 0;
  margin: 28px auto 20px;
  background: #fff;
}

body[data-site-theme="bahar"] .hero-copy {
  height: 440px;
  min-height: 440px;
  padding: 42px 42px 36px 0;
}

body[data-site-theme="bahar"] .hero-copy::before {
  width: 55px;
  height: 2px;
  margin-bottom: 14px;
}

body[data-site-theme="bahar"] .hero h1 {
  max-width: 455px;
  font-size: clamp(34px, 3.55vw, 54px);
  line-height: 1.03;
}

body[data-site-theme="bahar"] .hero p {
  max-width: 425px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.55;
}

body[data-site-theme="bahar"] .hero-actions { margin-top: 18px; }
body[data-site-theme="bahar"] .hero-actions .btn.primary { padding: 12px 22px; font-size: 13px; }

body[data-site-theme="bahar"] .hero-visual { height: 440px; min-height: 440px; }
body[data-site-theme="bahar"] .hero-visual::before { width: 7px; }
body[data-site-theme="bahar"] .hero-arrow { bottom: 14px; width: 36px; height: 36px; }
body[data-site-theme="bahar"] .hero-arrow.left { right: 60px; }
body[data-site-theme="bahar"] .hero-arrow.right { right: 14px; }
body[data-site-theme="bahar"] .slider-dots { bottom: 17px; left: calc(50% - 24px); }

body[data-site-theme="bahar"] .bahar-home-sections {
  width: min(1360px, calc(100% - 120px));
  margin: 0 auto 68px;
}

body[data-site-theme="bahar"] .bahar-benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 84px;
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #dbe4e7;
}

body[data-site-theme="bahar"] .bahar-benefit {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 12px 28px;
  border-right: 1px solid #dbe4e7;
}

body[data-site-theme="bahar"] .bahar-benefit:last-child { border-right: 0; }
body[data-site-theme="bahar"] .bahar-benefit > i { width: 37px; height: 37px; color: #278c6c; stroke-width: 1.45; }
body[data-site-theme="bahar"] .bahar-benefit strong { display: block; color: #278c6c; font-size: 14px; line-height: 1.25; }
body[data-site-theme="bahar"] .bahar-benefit p { margin: 3px 0 0; color: #5b6b7a; font-size: 11px; line-height: 1.4; }

body[data-site-theme="bahar"] .bahar-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body[data-site-theme="bahar"] .bahar-service-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: center;
  min-height: 91px;
  padding: 17px 20px;
  background: #fff;
  border: 1px solid #dbe4e7;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body[data-site-theme="bahar"] .bahar-service-grid article:hover {
  border-color: #9ecfbd;
  box-shadow: 0 12px 24px rgba(22, 71, 56, .08);
  transform: translateY(-2px);
}

body[data-site-theme="bahar"] .bahar-service-grid article > i { width: 50px; height: 50px; color: #278c6c; stroke-width: 1.35; }
body[data-site-theme="bahar"] .bahar-service-grid h2 { margin: 0; color: #18334c; font-family: "Quicksand", Arial, sans-serif; font-size: 16px; line-height: 1.16; }
body[data-site-theme="bahar"] .bahar-service-grid p { margin: 5px 0 0; color: #68798a; font-size: 11px; line-height: 1.4; }
body[data-site-theme="bahar"] .bahar-service-grid span { color: #e0a238; font-size: 23px; line-height: 1; }

body[data-site-theme="bahar"] .bahar-about-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  margin-top: 68px;
  padding-top: 68px;
  border-top: 1px solid #dbe4e7;
}

body[data-site-theme="bahar"] .bahar-about-intro .eyebrow {
  color: #278c6c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-site-theme="bahar"] .bahar-about-intro h2 {
  max-width: 510px;
  margin: 15px 0;
  color: #15324a;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.12;
}

body[data-site-theme="bahar"] .bahar-about-intro p {
  max-width: 540px;
  margin: 0;
  color: #596f7f;
  font-size: 16px;
  line-height: 1.8;
}

body[data-site-theme="bahar"] .bahar-about-intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding-bottom: 5px;
  color: #278c6c;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

body[data-site-theme="bahar"] .bahar-about-intro a i { width: 18px; height: 18px; }
body[data-site-theme="bahar"] .bahar-about-intro figure { height: 320px; margin: 0; overflow: hidden; border-left: 7px solid #e0a238; }
body[data-site-theme="bahar"] .bahar-about-intro img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Keep the lower home-page bands aligned with the Bahar slider. */
body[data-site-theme="bahar"] .media-area,
body[data-site-theme="bahar"] .home-workflow,
body[data-site-theme="bahar"] .news-support,
body[data-site-theme="bahar"] .google-reviews-widget {
  width: min(1360px, calc(100% - 120px));
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

body[data-site-theme="bahar"] .media-area { margin-top: 0; }
body[data-site-theme="bahar"] .home-workflow { margin-top: 20px; }
body[data-site-theme="bahar"] .news-support { margin-top: 20px; }
body[data-site-theme="bahar"] .google-reviews-widget { margin-top: 20px; margin-bottom: 68px; }

/* Bahar home news: a lead story with a compact three-item feed. */
body[data-site-theme="bahar"] .news-support { display: block; padding: 0; background: #fff; }
body[data-site-theme="bahar"] .news-support .support { display: none; }
body[data-site-theme="bahar"] .news-support .news { position: relative; padding: 0; }
body[data-site-theme="bahar"] .news-support .news > h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #101d3c;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.1;
}
body[data-site-theme="bahar"] .news-support .news > h2 svg {
  order: -1;
  width: 58px;
  height: 58px;
  padding: 15px;
  color: #176ec3;
  background: #eef5ff;
  border-radius: 10px;
  stroke-width: 1.65;
}
body[data-site-theme="bahar"] .news-widget-subtitle { margin: 5px 0 26px 74px; color: #68758d; font-size: 15px; }
body[data-site-theme="bahar"] .news-all-link { position: absolute; top: 20px; right: 0; display: inline-flex; align-items: center; gap: 10px; color: #1268bc; font-size: 14px; font-weight: 800; }
body[data-site-theme="bahar"] .news-all-link svg { width: 20px; height: 20px; }

body[data-site-theme="bahar"] .news-support .news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .95fr);
  grid-template-rows: repeat(3, minmax(118px, 1fr));
  gap: 0 26px;
  height: 426px;
}
body[data-site-theme="bahar"] .news-support .news-grid > a { min-width: 0; min-height: 0 !important; height: auto !important; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child {
  position: relative;
  grid-row: 1 / 4;
  display: block;
  height: 426px !important;
  overflow: hidden;
  padding: 132px 28px 26px;
  color: #fff;
  border-radius: 12px;
  isolation: isolate;
}
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(3, 28, 57, .93), rgba(3, 28, 57, .05) 72%); }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #01010173; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child .news-card-category { display: inline-flex; margin-bottom: 12px; padding: 6px 10px; color: #fff; background: #1268bc; border-radius: 3px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child time { display: block; margin-bottom: 9px; color: #dce9f4; font-size: 13px; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child strong { display: block; max-width: 500px; color: #fff; font-family: "Quicksand", Arial, sans-serif; font-size: clamp(23px, 2vw, 31px); line-height: 1.18; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child p { display: -webkit-box; max-width: 490px; margin: 14px 0 16px; overflow: hidden; color: #eff6fc; font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child .news-card-link { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; color: #fff; border: 1px solid rgba(255,255,255,.68); border-radius: 5px; font-size: 13px; font-weight: 800; }
body[data-site-theme="bahar"] .news-support .news-grid > a:first-child .news-card-link svg { width: 18px; height: 18px; }

body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 22px;
  grid-template-rows: auto minmax(0, 1fr);
  column-gap: 17px;
  align-items: center;
  height: 142px !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 13px 0;
  border-bottom: 1px solid #dce4ec;
}
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) img { grid-row: 1 / 3; width: 150px; height: 96px; object-fit: cover; border-radius: 10px; }
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) time { grid-column: 2; align-self: end; order: 2; color: #718096; font-size: 12px; }
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) .news-card-category { grid-column: 2; align-self: end; order: 1; width: max-content; margin-bottom: 2px; padding: 4px 7px; color: #1268bc; background: #eef5ff; border-radius: 3px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) strong { grid-column: 2; grid-row: 2; align-self: start; margin-top: 7px; color: #182847; font-family: "Quicksand", Arial, sans-serif; font-size: 16px; line-height: 1.26; }
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) p { display: none; }
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) .news-card-link { grid-column: 3; grid-row: 1 / 3; justify-self: end; font-size: 0; }
body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) .news-card-link svg { width: 21px; height: 21px; color: #1268bc; }

/* Bahar inner pages share the same measured reading width. */
body[data-site-theme="bahar"] .editorial-detail-page,
body[data-site-theme="bahar"] .news-listing-page,
body[data-site-theme="bahar"] .legislation-listing-page,
body[data-site-theme="bahar"] .customs-page,
body[data-site-theme="bahar"] .customs-source-page,
body[data-site-theme="bahar"] .duty-page,
body[data-site-theme="bahar"] .reference-showcase-page,
body[data-site-theme="bahar"] .public-gallery-page,
body[data-site-theme="bahar"] .legal-policy-page,
body[data-site-theme="bahar"] .certificate-listing-page,
body[data-site-theme="bahar"] .certificate-listing-hero,
body[data-site-theme="bahar"] .certificate-listing-section,
body[data-site-theme="bahar"] .mg-corporate,
body[data-site-theme="bahar"] main.page-template-contact,
body[data-site-theme="bahar"] main.page-template-careers,
body[data-site-theme="bahar"] main.page-template-corporate {
  width: min(1360px, calc(100% - 40px));
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

body[data-site-theme="bahar"] .certificate-listing-page .certificate-listing-hero,
body[data-site-theme="bahar"] .certificate-listing-page .certificate-listing-section {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 900px) {
  body[data-site-theme="bahar"] .hero,
  body[data-site-theme="bahar"] .bahar-home-sections,
  body[data-site-theme="bahar"] .media-area,
  body[data-site-theme="bahar"] .home-workflow,
  body[data-site-theme="bahar"] .news-support,
  body[data-site-theme="bahar"] .google-reviews-widget { width: calc(100% - 32px); }
  body[data-site-theme="bahar"] .editorial-detail-page,
  body[data-site-theme="bahar"] .news-listing-page,
  body[data-site-theme="bahar"] .legislation-listing-page,
  body[data-site-theme="bahar"] .customs-page,
  body[data-site-theme="bahar"] .customs-source-page,
  body[data-site-theme="bahar"] .duty-page,
  body[data-site-theme="bahar"] .reference-showcase-page,
  body[data-site-theme="bahar"] .public-gallery-page,
  body[data-site-theme="bahar"] .legal-policy-page,
  body[data-site-theme="bahar"] .certificate-listing-page,
  body[data-site-theme="bahar"] .certificate-listing-hero,
  body[data-site-theme="bahar"] .certificate-listing-section,
  body[data-site-theme="bahar"] .mg-corporate,
  body[data-site-theme="bahar"] main.page-template-contact,
  body[data-site-theme="bahar"] main.page-template-careers,
  body[data-site-theme="bahar"] main.page-template-corporate { width: calc(100% - 20px); }
  body[data-site-theme="bahar"] .hero { grid-template-columns: 1fr; margin-top: 16px; }
  body[data-site-theme="bahar"] .hero { height: auto !important; }
  body[data-site-theme="bahar"] .hero-copy { height: auto; min-height: 390px; padding: 48px 24px 36px; }
  body[data-site-theme="bahar"] .hero-visual { height: 250px; min-height: 250px; }
  body[data-site-theme="bahar"] .bahar-benefit-strip,
  body[data-site-theme="bahar"] .bahar-service-grid { grid-template-columns: 1fr; }
  body[data-site-theme="bahar"] .bahar-benefit { min-height: 82px; border-right: 0; border-bottom: 1px solid #dbe4e7; }
  body[data-site-theme="bahar"] .bahar-benefit:last-child { border-bottom: 0; }
  body[data-site-theme="bahar"] .bahar-about-intro { grid-template-columns: 1fr; gap: 30px; margin-top: 48px; padding-top: 48px; }
  body[data-site-theme="bahar"] .bahar-about-intro figure { height: 250px; }
  body[data-site-theme="bahar"] .news-support .news > h2 { font-size: 25px; }
  body[data-site-theme="bahar"] .news-support .news > h2 svg { width: 48px; height: 48px; padding: 12px; }
  body[data-site-theme="bahar"] .news-widget-subtitle { margin-left: 0; }
  body[data-site-theme="bahar"] .news-all-link { position: static; margin: -12px 0 18px; }
  body[data-site-theme="bahar"] .news-support .news-grid { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; gap: 14px; }
  body[data-site-theme="bahar"] .news-support .news-grid > a:first-child { grid-row: auto; min-height: 390px; }
  body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) { grid-template-columns: 104px minmax(0, 1fr) 20px; }
  body[data-site-theme="bahar"] .news-support .news-grid > a:not(:first-child) img { width: 104px; height: 78px; }
}

@media (max-width: 900px) {
  body[data-site-theme="bahar"] .topbar { display: none; }
  body[data-site-theme="bahar"] .navbar { width: calc(100% - 32px); min-height: 76px; }
  body[data-site-theme="bahar"] .menu-toggle { color: #17324a; background: #fff; border-color: #d9e5e7; }
  body[data-site-theme="bahar"] .hero { grid-template-columns: 1fr; padding: 0; }
  body[data-site-theme="bahar"] .hero-copy { min-height: 500px; padding: 72px 28px 46px; }
  body[data-site-theme="bahar"] .hero-visual { min-height: 360px; }
  body[data-site-theme="bahar"] .hero-arrow,
  body[data-site-theme="bahar"] .slider-dots { display: none; }
  body[data-site-theme="bahar"] .home-about { grid-template-columns: 1fr; gap: 24px; padding: 54px 0; }
  body[data-site-theme="bahar"] .why { grid-template-columns: 1fr; }
  body[data-site-theme="bahar"] .stats { grid-template-columns: 1fr; }
  body[data-site-theme="bahar"] .stats div { border-right: 0; border-bottom: 1px solid #d5e7dd; }
  body[data-site-theme="bahar"] .stats div:last-child { border-bottom: 0; }
}

body[data-site-theme="alya"] .site-header { border-bottom-color: #d8e7e4; }
body[data-site-theme="alya"] .topbar,
body[data-site-theme="alya"] .cms-cta.cms-theme-brand,
body[data-site-theme="alya"] .mg-process { background-color: var(--primary-dark); }

/* Alya: full-bleed slider with the existing menu structure kept intact. */
body[data-site-theme="alya"] main:has(> .hero) {
  width: 100%;
  max-width: none;
  margin: 0;
}

body[data-site-theme="alya"] main:not(:has(> .hero)) {
  margin-top: 110px !important;
}

body[data-site-theme="alya"] .footer {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body[data-site-theme="alya"] .news-listing-page {
  width: min(1630px, calc(100% - 40px));
  max-width: 1630px;
  margin: 110px auto 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(15, 43, 77, .09);
}

body[data-site-theme="alya"] .editorial-detail-page {
  width: min(1630px, calc(100% - 40px));
  max-width: 1630px;
  margin: 110px auto 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(15, 43, 77, .08);
}

@media (max-width: 640px) {
  body[data-site-theme="alya"] .news-listing-page {
    width: calc(100% - 20px);
    margin-top: 76px;
  }

  body[data-site-theme="alya"] .editorial-detail-page {
    width: calc(100% - 20px);
    margin-top: 76px;
  }
}

/* Sinerji theme: premium customs identity with an airy editorial layout. */
body[data-site-theme="sinerji"] {
  --primary: #b98732;
  --primary-dark: #8b641f;
  --secondary: #061d3a;
  --ink: #0a2749;
  --line: #dce4ec;
  background: #f8fafc;
  color: #0a2749;
  font-family: "Quicksand", Arial, sans-serif;
}
body[data-site-theme="sinerji"] .topbar { background: #031a35; color: #fff; }
body[data-site-theme="sinerji"] .site-header { background: #fff; border-bottom: 1px solid #e7edf2; }
body[data-site-theme="sinerji"] .header-inner { width: min(1460px, calc(100% - 40px)); min-height: 94px; margin: 0 auto; }
body[data-site-theme="sinerji"] .brand img { max-height: 58px; }
body[data-site-theme="sinerji"] .nav-link,
body[data-site-theme="sinerji"] .nav-dropdown > summary { color: #0a2749; font-family: "Quicksand", Arial, sans-serif; font-size: 14px; font-weight: 700; }
body[data-site-theme="sinerji"] .nav-link:hover,
body[data-site-theme="sinerji"] .nav-dropdown > summary:hover { color: #aa7825; }
body[data-site-theme="sinerji"] .footer { width: 100%; max-width: none; margin: 0; background: #031a35; }
body[data-site-theme="sinerji"] main:has(> .hero) { width: 100%; max-width: none; margin: 0; }
body[data-site-theme="sinerji"] .hero {
  display: grid; grid-template-columns: minmax(360px, 40%) minmax(0, 60%); min-height: 545px;
  width: min(1460px, calc(100% - 40px)); margin: 0 auto; overflow: hidden; border-radius: 0;
  background: #061d3a;
}
body[data-site-theme="sinerji"] .hero-copy {
  position: relative !important; z-index: 2; display: flex; align-items: flex-start; justify-content: center; flex-direction: column;
  width: auto !important; min-height: 545px; margin: 0 !important; padding: 68px 10% 68px 12%; transform: none !important; inset: auto !important;
  background: #061d3a;
}
body[data-site-theme="sinerji"] .hero-copy::after { position: absolute; z-index: -1; top: 0; right: -100px; width: 160px; height: 100%; content: ""; background: #061d3a; clip-path: polygon(0 0, 40% 0, 100% 100%, 0 100%); }
body[data-site-theme="sinerji"] .hero h1 { max-width: 510px; margin: 0; color: #fff; font-family: "Quicksand", Arial, sans-serif; font-size: clamp(34px, 3.7vw, 58px); font-weight: 700; letter-spacing: 0; line-height: 1.1; }
body[data-site-theme="sinerji"] .hero .eyebrow { margin-bottom: 22px; color: #d8a647; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body[data-site-theme="sinerji"] .hero-copy p { max-width: 430px; margin: 22px 0 30px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.7; }
body[data-site-theme="sinerji"] .hero-copy .btn { border: 1px solid #d4a345; border-radius: 2px; background: #c28e32; color: #fff; box-shadow: none; }
body[data-site-theme="sinerji"] .hero-copy .btn:hover { background: #a97624; }
body[data-site-theme="sinerji"] .hero-visual,
body[data-site-theme="sinerji"] .hero-visual img { min-height: 545px; height: 100%; }
body[data-site-theme="sinerji"] .hero-visual img { width: 100%; object-fit: cover; }
body[data-site-theme="sinerji"] .hero-controls { right: 28px; bottom: 26px; }
body[data-site-theme="sinerji"] .hero-control { border: 1px solid rgba(255,255,255,.55); background: rgba(3,26,53,.72); color: #fff; }
body[data-site-theme="sinerji"] .sinerji-home-sections { width: min(1460px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 76px; }
body[data-site-theme="sinerji"] .sinerji-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
body[data-site-theme="sinerji"] .sinerji-service-grid > a { display: grid; grid-template-columns: 70px minmax(0,1fr) 20px; gap: 16px; align-items: center; min-height: 170px; padding: 22px; color: #102d50; text-decoration: none; border: 1px solid #dce4ec; background: #fff; box-shadow: 0 8px 24px rgba(4,35,71,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
body[data-site-theme="sinerji"] .sinerji-service-grid > a:hover { transform: translateY(-4px); border-color: #c59749; box-shadow: 0 16px 30px rgba(4,35,71,.11); }
body[data-site-theme="sinerji"] .sinerji-service-grid > a > i { width: 62px; height: 62px; color: #0b315d; stroke-width: 1.5; }
body[data-site-theme="sinerji"] .sinerji-service-grid > a > span { display: grid; gap: 9px; }
body[data-site-theme="sinerji"] .sinerji-service-grid b { font-size: 17px; }
body[data-site-theme="sinerji"] .sinerji-service-grid small { color: #60738a; font-size: 12px; line-height: 1.6; }
body[data-site-theme="sinerji"] .sinerji-service-grid em { color: #bd8931; font-size: 25px; font-style: normal; }
body[data-site-theme="sinerji"] .sinerji-stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 34px calc((min(1460px, calc(100% - 40px)) - 100vw) / 2); padding: 28px max(20px, calc((100vw - min(1460px, calc(100% - 40px))) / 2)); background: #041d3c; }
body[data-site-theme="sinerji"] .sinerji-stat-strip article { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 66px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.2); }
body[data-site-theme="sinerji"] .sinerji-stat-strip article:last-child { border-right: 0; }
body[data-site-theme="sinerji"] .sinerji-stat-strip i { width: 38px; height: 38px; color: #d9a547; stroke-width: 1.6; }
body[data-site-theme="sinerji"] .sinerji-stat-strip div { display: grid; gap: 4px; }
body[data-site-theme="sinerji"] .sinerji-stat-strip strong { color: #fff; font-family: Georgia, serif; font-size: 29px; }
body[data-site-theme="sinerji"] .sinerji-stat-strip span { color: #d8e2ed; font-size: 11px; font-weight: 700; text-transform: uppercase; }
body[data-site-theme="sinerji"] .sinerji-about { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding: 88px 6%; background: #fff; }
body[data-site-theme="sinerji"] .sinerji-about figure { margin: 0; height: 460px; overflow: hidden; }
body[data-site-theme="sinerji"] .sinerji-about img { width: 100%; height: 100%; object-fit: cover; }
body[data-site-theme="sinerji"] .sinerji-kicker,
body[data-site-theme="sinerji"] .sinerji-certificates header > span { color: #b7832e; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body[data-site-theme="sinerji"] .sinerji-about h2,
body[data-site-theme="sinerji"] .sinerji-certificates h2 { margin: 12px 0 22px; color: #0a2749; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 46px); line-height: 1.12; }
body[data-site-theme="sinerji"] .sinerji-about p { max-width: 560px; color: #526983; font-size: 16px; line-height: 1.8; }
body[data-site-theme="sinerji"] .sinerji-about ul { display: grid; gap: 13px; margin: 25px 0 30px; padding: 0; list-style: none; color: #183958; font-weight: 700; }
body[data-site-theme="sinerji"] .sinerji-about li { display: flex; gap: 10px; align-items: center; }
body[data-site-theme="sinerji"] .sinerji-about li i { width: 19px; color: #bd8931; }
body[data-site-theme="sinerji"] .sinerji-about a { display: inline-flex; gap: 12px; align-items: center; padding: 13px 21px; color: #fff; background: #bd8931; text-decoration: none; font-weight: 800; }
body[data-site-theme="sinerji"] .sinerji-about a:hover { background: #9d6e24; }
body[data-site-theme="sinerji"] .sinerji-certificates { padding: 72px 5%; background: #f0f5fa; text-align: center; }
body[data-site-theme="sinerji"] .sinerji-certificates header { margin-bottom: 32px; }
body[data-site-theme="sinerji"] .sinerji-certificates h2 { margin-bottom: 0; font-size: 35px; }
body[data-site-theme="sinerji"] .sinerji-certificates > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
body[data-site-theme="sinerji"] .sinerji-certificates article { display: grid; justify-items: center; gap: 13px; min-height: 188px; padding: 26px 18px; background: #fff; border: 1px solid #dde5ed; }
body[data-site-theme="sinerji"] .sinerji-certificates i { width: 54px; height: 54px; color: #bd8931; stroke-width: 1.3; }
body[data-site-theme="sinerji"] .sinerji-certificates b { color: #163756; font-family: Georgia,serif; font-size: 17px; }
body[data-site-theme="sinerji"] .sinerji-certificates small { color: #6a7d90; font-size: 12px; }
body[data-site-theme="sinerji"] .news-support { width: min(1460px, calc(100% - 40px)); margin: 0 auto 72px; }
body[data-site-theme="sinerji"] .home-cta { width: 100%; max-width: none; background-color: #041d3c; }

@media (max-width: 1000px) {
  body[data-site-theme="sinerji"] .hero { grid-template-columns: 1fr; width: 100%; }
  body[data-site-theme="sinerji"] .hero-copy { min-height: 410px; padding: 70px 8%; }
  body[data-site-theme="sinerji"] .hero-copy::after { display: none; }
  body[data-site-theme="sinerji"] .hero-visual,
  body[data-site-theme="sinerji"] .hero-visual img { min-height: 360px; }
  body[data-site-theme="sinerji"] .sinerji-service-grid,
  body[data-site-theme="sinerji"] .sinerji-certificates > div { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body[data-site-theme="sinerji"] .sinerji-about { grid-template-columns: 1fr; gap: 36px; }
  body[data-site-theme="sinerji"] .sinerji-about figure { height: 380px; }
}

/* Keep the Sinerji hero continuous behind both header rows. */
@media (min-width: 1001px) {
  body[data-site-theme="sinerji"]:has(main > .hero) main { margin-top: 0 !important; padding-top: 0 !important; }
  body[data-site-theme="sinerji"]:has(main > .hero) .site-header,
  body[data-site-theme="sinerji"]:has(main > .hero) .topbar { background: transparent; }
  body[data-site-theme="sinerji"]:has(main > .hero) .topbar { border-bottom-color: rgba(255,255,255,.16); }
  body[data-site-theme="sinerji"] .hero { isolation: isolate; overflow: hidden; border: 0; box-shadow: none; }
  body[data-site-theme="sinerji"] .hero-copy { align-self: stretch; box-sizing: border-box; }
  body[data-site-theme="sinerji"] .hero-copy::before { position: absolute; z-index: -1; inset: 0 auto 0 -60vw; width: calc(60vw + 47%); content: ""; background: linear-gradient(90deg, rgba(1,20,44,.88), rgba(2,23,49,.62) 70%, transparent); }
  body[data-site-theme="sinerji"] .hero::after { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: rgba(3,26,53,.38); pointer-events: none; }
}

@media (min-width: 1001px) {
  body[data-site-theme="sinerji"]:has(main > .hero) .site-header { position: absolute !important; height: 96px; min-height: 0; background: rgba(3,26,53,.34) !important; }
  body[data-site-theme="sinerji"]:has(main > .hero) .topbar { display: none !important; }
  body[data-site-theme="sinerji"]:has(main > .hero) .header-inner { min-height: 96px; }
  body[data-site-theme="sinerji"] .hero { height: 100vh; min-height: 100vh; }
  body[data-site-theme="sinerji"] .hero-copy { min-height: 100vh !important; background: transparent !important; }
  body[data-site-theme="sinerji"] .hero-copy::before { right: auto; bottom: 0; height: 100%; background: linear-gradient(90deg, rgba(1,20,44,.92) 0%, rgba(2,23,49,.66) 66%, rgba(2,23,49,0) 100%); }
  body[data-site-theme="sinerji"] .hero-visual,
  body[data-site-theme="sinerji"] .hero-visual img { height: 100vh !important; min-height: 100vh !important; }
  body[data-site-theme="sinerji"] .hero + .sinerji-home-sections { margin-top: 0; }
}

@media (min-width: 901px) {
  body[data-site-theme="sinerji"] main:not(:has(> .hero)) {
    width: min(1280px, calc(100% - 48px));
    max-width: 1280px;
    margin: 20px auto 32px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 44, 82, .10);
  }
}

@media (min-width: 901px) {
  body[data-site-theme="sinerji"]:has(main > .hero) main,
  body[data-site-theme="sinerji"]:has(main > .hero) main:has(> .hero) {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

/* Teknoloji: digital customs operations theme */
body[data-site-theme="technology"] {
  --ink: #eaf3ff;
  --navy: #03162e;
  --blue: #087ad9;
  --gold: #f3b936;
  --line: #dce7f3;
  background: #f6f9fd;
  color: #102a4d;
}
body[data-site-theme="technology"] .site-header,
body[data-site-theme="technology"] .topbar { background: #031a36; }
body[data-site-theme="technology"] .site-header { border-bottom: 1px solid rgba(139, 202, 255, .18); }
body[data-site-theme="technology"] .site-header a,
body[data-site-theme="technology"] .site-header summary,
body[data-site-theme="technology"] .topbar,
body[data-site-theme="technology"] .topbar a { color: #f8fbff; }
body[data-site-theme="technology"] .nav-links > a:hover,
body[data-site-theme="technology"] .nav-links summary:hover { color: #f3b936; }
body[data-site-theme="technology"] .language-switcher > summary,
body[data-site-theme="technology"] .header-actions > a,
body[data-site-theme="technology"] .menu-toggle { border-color: rgba(255,255,255,.32); color: #fff; }
body[data-site-theme="technology"] main { width: 100%; max-width: none; margin: 0; overflow: visible; background: transparent; box-shadow: none; }
body[data-site-theme="technology"] .hero {
  min-height: min(690px, calc(100vh - 68px)); margin: 0; border-radius: 0; overflow: hidden;
  background: #031a36;
}
body[data-site-theme="technology"] .hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(1,13,32,.94) 0%, rgba(2,20,45,.78) 38%, rgba(2,18,43,.13) 72%, rgba(2,16,36,.36) 100%);
}
body[data-site-theme="technology"] .hero-visual { position: absolute; inset: 0; z-index: 0; }
body[data-site-theme="technology"] .hero-visual img { width: 100%; height: 100%; object-fit: cover; }
body[data-site-theme="technology"] .hero-copy { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 145px 0 184px; color: #fff; }
body[data-site-theme="technology"] .hero-copy::before { content: "ULUSLARARASI TİCARETTE GÜVENİLİR ÇÖZÜM"; display: inline-flex; padding: 7px 14px; border: 1px solid rgba(243,185,54,.7); border-radius: 999px; color: #f5c85d; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
body[data-site-theme="technology"] .hero h1 { max-width: 690px; margin: 16px 0; color: #fff; font-size: clamp(38px, 4vw, 64px); line-height: 1.07; }
body[data-site-theme="technology"] .hero h1 strong { color: #f3b936; }
body[data-site-theme="technology"] .hero p { max-width: 570px; color: #d4e4f6; font-size: 17px; line-height: 1.65; }
body[data-site-theme="technology"] .hero-actions a:first-child,
body[data-site-theme="technology"] .hero-actions .button-primary { background: #f3b936; color: #10243e; border-color: #f3b936; }
body[data-site-theme="technology"] .hero-actions a:not(:first-child) { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(4,30,61,.38); }
body[data-site-theme="technology"] .slider-controls { z-index: 3; }
body[data-site-theme="technology"] .stats { position: relative; z-index: 4; width: min(1210px, calc(100% - 48px)); margin: -54px auto 64px; padding: 0; border: 1px solid rgba(118,184,245,.35); border-radius: 10px; overflow: hidden; background: rgba(4,32,66,.94); box-shadow: 0 16px 40px rgba(2,17,36,.2); }
body[data-site-theme="technology"] .stats > * { min-height: 104px; padding: 26px 20px; border-color: rgba(183,220,255,.19); color: #fff; }
body[data-site-theme="technology"] .stats h3,
body[data-site-theme="technology"] .stats strong { color: #fff; }
body[data-site-theme="technology"] .stats p { color: #b9cde2; }
body[data-site-theme="technology"] .home-about,
body[data-site-theme="technology"] .media-area,
body[data-site-theme="technology"] .news-support { width: min(1240px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
body[data-site-theme="technology"] .home-about { padding: 48px 0 42px; text-align: center; }
body[data-site-theme="technology"] .home-about .section-heading,
body[data-site-theme="technology"] .home-about h2 { color: #102a4d; }
body[data-site-theme="technology"] .home-about h2::after { content: ""; display: block; width: 42px; height: 3px; margin: 16px auto 0; background: #f3b936; }
body[data-site-theme="technology"] .service-card,
body[data-site-theme="technology"] .news-card,
body[data-site-theme="technology"] .media-card { border: 1px solid #dce7f3; border-radius: 8px; background: #fff; box-shadow: 0 9px 28px rgba(15,42,77,.08); }
body[data-site-theme="technology"] .service-card { overflow: hidden; background: #06234a; color: #fff; }
body[data-site-theme="technology"] .service-card h3 { color: #fff; }
body[data-site-theme="technology"] .service-card p { color: #c5d7ed; }
body[data-site-theme="technology"] .service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(2,31,65,.25); }
body[data-site-theme="technology"] .why { margin-top: 74px; padding: 78px max(24px, calc((100% - 1240px) / 2)); background: radial-gradient(circle at 8% 48%, rgba(20,110,188,.36), transparent 30%), #031b38; color: #fff; }
body[data-site-theme="technology"] .why h2,
body[data-site-theme="technology"] .why h3 { color: #fff; }
body[data-site-theme="technology"] .why p { color: #c9d9ed; }
body[data-site-theme="technology"] .why .why-item { border-color: rgba(168,211,250,.2); }
body[data-site-theme="technology"] .why .why-item svg,
body[data-site-theme="technology"] .why .why-item i { color: #f3b936; }
body[data-site-theme="technology"] .section-heading span,
body[data-site-theme="technology"] .eyebrow { color: #c88f14; }
body[data-site-theme="technology"] .news-support { padding: 72px 0; }
body[data-site-theme="technology"] .news-card:hover,
body[data-site-theme="technology"] .media-card:hover { border-color: #63aeeb; box-shadow: 0 16px 35px rgba(15,67,120,.14); }
body[data-site-theme="technology"] .site-footer { background: #03162e; color: #d5e1f0; }
body[data-site-theme="technology"] .site-footer h3,
body[data-site-theme="technology"] .site-footer a:hover { color: #f3b936; }
/* Light dropdown surfaces need dark copy, independent from the dark header. */
body[data-site-theme="technology"] .nav-submenu,
body[data-site-theme="technology"] .product-mega-menu { color: #17324f; background: #fff; }
body[data-site-theme="technology"] .nav-submenu a,
body[data-site-theme="technology"] .nav-submenu a:visited,
body[data-site-theme="technology"] .product-mega-menu a { color: #17324f !important; }
body[data-site-theme="technology"] .nav-submenu a:hover,
body[data-site-theme="technology"] .product-mega-menu a:hover { color: #a87618 !important; background: #eef5fc; }
body[data-site-theme="technology"] .language-switcher > summary,
body[data-site-theme="technology"] .language-switcher > summary > span:not(.language-flag),
body[data-site-theme="technology"] .language-switcher > summary svg,
body[data-site-theme="technology"] .language-switcher .language-chevron { color: #111827 !important; }
body[data-site-theme="technology"] .language-switcher .language-menu a,
body[data-site-theme="technology"] .language-switcher .language-menu a span,
body[data-site-theme="technology"] .language-switcher .language-menu a small { color: #111827 !important; }
body[data-site-theme="technology"] .language-switcher .language-menu a.is-active { color: #8f6518 !important; background: #edf4fb; }
@media (min-width: 901px) {
  body[data-site-theme="technology"] main {
    width: min(1280px, calc(100% - 48px));
    max-width: 1280px;
    margin: 20px auto 32px;
    overflow: hidden;
    border: 0 solid #dce6f1;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 44, 82, .10);
  }
  body[data-site-theme="technology"] .why {
    position: relative;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    width: min(1170px, calc(100% - 72px));
    min-height: 474px;
    margin: 68px auto 0;
    isolation: isolate;
    border: 1px solid rgba(81, 161, 218, .28);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 24px 52px rgba(2, 27, 58, .2);
  }
  body[data-site-theme="technology"] .why::before {
    position: absolute;
    z-index: 2;
    top: 34px;
    bottom: 34px;
    left: calc(46% - 1px);
    width: 2px;
    content: "";
    background: linear-gradient(180deg, transparent, #efb746 20%, #efb746 80%, transparent);
    opacity: .95;
  }
  body[data-site-theme="technology"] .why > img {
    min-height: 474px;
    object-position: center;
    filter: saturate(.82) contrast(1.06) brightness(.86);
  }
  body[data-site-theme="technology"] .why > img + .why-content { position: relative; }
  body[data-site-theme="technology"] .why > img + .why-content::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at 84% 9%, rgba(36, 126, 191, .38), transparent 27%), linear-gradient(122deg, #031b3a 0%, #052a55 100%);
  }
  body[data-site-theme="technology"] .why-content {
    display: flex;
    min-width: 0;
    justify-content: center;
    flex-direction: column;
    padding: 58px 62px 72px;
  }
  body[data-site-theme="technology"] .why-eyebrow { display: inline-flex; width: max-content; align-items: center; gap: 9px; letter-spacing: .08em; }
  body[data-site-theme="technology"] .why-eyebrow::before { width: 26px; height: 2px; content: ""; background: #efb746; }
  body[data-site-theme="technology"] .why h2 {
    max-width: 430px;
    margin: 16px 0 30px;
    font-size: clamp(33px, 3vw, 45px);
  }
  body[data-site-theme="technology"] .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  body[data-site-theme="technology"] .feature-grid span {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 94px;
    padding: 15px 14px;
    box-sizing: border-box;
    border-color: rgba(151, 204, 241, .22);
    border-radius: 7px;
    background: linear-gradient(145deg, rgba(20, 69, 112, .78), rgba(4, 37, 74, .62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
  }
  body[data-site-theme="technology"] .feature-grid span:hover { transform: translateY(-2px); border-color: #efb746; background: linear-gradient(145deg, rgba(36, 91, 137, .92), rgba(5, 43, 82, .76)); }
  body[data-site-theme="technology"] .feature-grid i { display: grid; width: 27px; height: 27px; place-items: center; padding: 6px; border: 1px solid rgba(239,183,70,.7); border-radius: 50%; }
  body[data-site-theme="technology"] .feature-grid b { color: #f4f8fd; font-size: 12px; font-weight: 800; line-height: 1.4; }
  body[data-site-theme="technology"] .stats {
    width: min(1104px, calc(100% - 136px));
    min-height: 116px;
    margin: -43px auto 78px;
    border-color: rgba(146, 210, 247, .42);
    border-radius: 9px;
    background: linear-gradient(110deg, rgba(2, 34, 69, .97), rgba(7, 53, 94, .95));
    box-shadow: 0 20px 36px rgba(2, 25, 54, .26);
  }
  body[data-site-theme="technology"] .stats > div {
    min-height: 116px;
    padding: 20px 23px;
  }
  body[data-site-theme="technology"] .stats i { color: #8fd4ff; }
  body[data-site-theme="technology"] .stats strong { font-size: 14px; letter-spacing: .01em; }
  body[data-site-theme="technology"] .stats span { margin-top: 3px; font-size: 11px; }
}

/* Technology home: accommodate the full eight-item trust story without clipping. */
@media (min-width: 901px) {
  body[data-site-theme="technology"] .why {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    min-height: 620px;
    height: auto;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    background: #041c3a;
  }
  body[data-site-theme="technology"] .why::before {
    left: calc(39% - 1px);
  }
  body[data-site-theme="technology"] .why > img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    align-self: stretch;
    object-fit: cover;
    object-position: 48% center;
  }
  body[data-site-theme="technology"] .why-content {
    min-height: 620px;
    justify-content: flex-start;
    padding: 50px 52px 80px;
  }
  body[data-site-theme="technology"] .why h2 {
    max-width: none;
    margin: 13px 0 25px;
    font-size: clamp(34px, 3vw, 44px);
  }
  body[data-site-theme="technology"] .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  body[data-site-theme="technology"] .feature-grid span {
    min-height: 72px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 13px;
  }
  body[data-site-theme="technology"] .feature-grid i {
    width: 22px;
    height: 22px;
    padding: 5px;
  }
  body[data-site-theme="technology"] .feature-grid b {
    font-size: 11px;
    line-height: 1.35;
  }
  body[data-site-theme="technology"] .stats {
    position: relative;
    z-index: 6;
    margin-top: -48px;
  }
}
@media (max-width: 900px) {
  body[data-site-theme="technology"] .hero { min-height: 590px; }
  body[data-site-theme="technology"] .hero-copy { width: min(100% - 32px, 620px); padding: 102px 0 130px; }
  body[data-site-theme="technology"] .hero h1 { font-size: clamp(36px, 10vw, 51px); }
  body[data-site-theme="technology"] .hero::after { background: linear-gradient(90deg, rgba(1,13,32,.9), rgba(2,18,43,.55)); }
  body[data-site-theme="technology"] .stats { width: min(100% - 32px, 620px); margin-top: -34px; }
  body[data-site-theme="technology"] .home-about,
  body[data-site-theme="technology"] .media-area,
  body[data-site-theme="technology"] .news-support { width: min(100% - 32px, 620px); }
  body[data-site-theme="technology"] .why { padding: 56px 16px; }
}

/* Keep the lead-news metadata above inherited generic card positioning. */
@media (min-width: 901px) {
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-category {
    top: auto !important;
    right: auto !important;
    bottom: 187px !important;
    left: 34px !important;
    margin: 0 !important;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child time {
    top: auto !important;
    right: auto !important;
    bottom: 151px !important;
    left: 34px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }
}

/* Sinerji news: reset inherited card rules so the lead story and feed stay aligned. */
body[data-site-theme="sinerji"] .news-support .news-grid > a,
body[data-site-theme="sinerji"] .news-support .news-grid > a * { box-sizing: border-box; }
@media (min-width: 901px) {
  body[data-site-theme="sinerji"] main .news-support .news-grid > a:first-child .news-card-category {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 187px !important;
    left: 34px !important;
    margin: 0 !important;
  }
  body[data-site-theme="sinerji"] main .news-support .news-grid > a:first-child time {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 151px !important;
    left: 34px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }
}
@media (min-width: 901px) {
  body[data-site-theme="sinerji"] .news-support { margin-top: 8px; margin-bottom: 78px; }
  body[data-site-theme="sinerji"] .news-support .news-grid {
    grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(230px, .82fr));
    grid-template-rows: repeat(2, minmax(242px, 1fr));
    gap: 20px;
    min-height: 510px;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 510px;
    padding: 0 34px 35px !important;
    border-radius: 12px;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child::after {
    background: linear-gradient(0deg, rgba(5, 33, 72, .98) 0%, rgba(7, 40, 82, .88) 35%, rgba(6, 35, 74, .12) 78%);
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child img {
    object-position: center;
    filter: saturate(.9) contrast(1.04);
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-category {
    top: auto !important;
    bottom: 187px !important;
    left: 34px !important;
    width: max-content !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    border-radius: 4px;
    background: #1f7ad3;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child time {
    top: auto !important;
    bottom: 151px !important;
    left: 34px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #dbe9fa;
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child strong {
    display: block !important;
    max-width: calc(100% - 42px);
    margin: 0 !important;
    color: #fff !important;
    font-family: "Quicksand", Arial, sans-serif;
    font-size: clamp(23px, 2vw, 31px);
    font-weight: 800;
    line-height: 1.16;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child p {
    display: -webkit-box !important;
    max-width: calc(100% - 8px);
    margin: 13px 0 0 !important;
    color: #e5effb;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-link {
    right: 30px !important;
    bottom: 32px !important;
    margin: 0 !important;
    padding: 9px !important;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) {
    display: grid !important;
    grid-template-rows: 136px minmax(0, 1fr);
    min-height: 0 !important;
    padding: 10px 10px 16px !important;
    border: 1px solid #e6edf4;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 54, 101, .07);
  }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) img { height: 136px !important; border-radius: 8px; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) .news-card-category { margin: 9px 7px 0 !important; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) time { margin: 9px 7px 0 !important; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) strong { margin: 9px 7px 0 !important; font-size: 14px; line-height: 1.34; }
}

@media (max-width: 900px) {
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child { padding: 0 22px 28px !important; border-radius: 10px; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-category { top: auto !important; bottom: 194px !important; left: 22px !important; margin: 0 !important; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child time { top: auto !important; bottom: 159px !important; left: 22px !important; width: auto !important; margin: 0 !important; background: transparent; border: 0; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child strong { margin: 0 !important; color: #fff !important; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child p { margin: 12px 0 0 !important; }
}

@media (min-width: 901px) {
  body[data-site-theme="sinerji"] main:not(:has(> .hero)) {
    border: 0 solid #dce6f1;
  }
}

/* Sinerji home news: large lead story with a compact editorial grid. */
body[data-site-theme="sinerji"] .news-support { display: block; width: min(1280px, calc(100% - 48px)); margin: 0 auto 76px; padding: 0; background: transparent; }
body[data-site-theme="sinerji"] .news-support .support { display: none; }
body[data-site-theme="sinerji"] .news-support .news { position: relative; padding: 0; }
body[data-site-theme="sinerji"] .news-support .news > h2 { display: flex; align-items: center; gap: 12px; margin: 0; color: #163f7b; font-family: "Quicksand", Arial, sans-serif; font-size: 31px; font-weight: 800; line-height: 1.1; }
body[data-site-theme="sinerji"] .news-support .news > h2 svg { display: none; }
body[data-site-theme="sinerji"] .news-widget-subtitle { margin: 7px 0 22px; color: #4b6792; font-size: 15px; }
body[data-site-theme="sinerji"] .news-all-link { position: absolute; top: 2px; right: 0; display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; color: #fff; background: #214f96; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
body[data-site-theme="sinerji"] .news-all-link:hover { color: #fff; background: #153f7f; }
body[data-site-theme="sinerji"] .news-all-link svg { width: 16px; height: 16px; }
body[data-site-theme="sinerji"] .news-support .news-grid { display: grid; grid-template-columns: minmax(0, 1.38fr) repeat(2, minmax(0, .67fr)); grid-template-rows: repeat(2, 1fr); gap: 20px; min-height: 550px; }
body[data-site-theme="sinerji"] .news-support .news-grid > a { position: relative; min-width: 0; overflow: hidden; color: #173d73; background: #fff; border-radius: 18px; box-shadow: 0 12px 30px rgba(20, 59, 111, .08); text-decoration: none; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child { grid-row: 1 / 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 0; padding: 0 32px 32px; isolation: isolate; background: #0c376f; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,44,94,.97), rgba(8,44,94,.55) 44%, rgba(8,44,94,.04) 78%); }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child time { position: absolute !important; top: 65px; bottom: auto !important; left: 32px; display: inline-flex; width: auto; height: auto; padding: 7px 10px; color: #fff; background: rgba(5,30,67,.68); border: 1px solid rgba(255,255,255,.42); border-radius: 6px; font-size: 11px; font-weight: 800; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-category { position: absolute !important; top: 28px; bottom: auto !important; left: 32px; padding: 8px 13px; color: #fff; background: #e96b73; border-radius: 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child strong { display: block; max-width: 560px; color: #fff; font-size: clamp(22px, 2vw, 31px); font-weight: 800; line-height: 1.22; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child p { display: -webkit-box; max-width: 570px; margin: 13px 0 0; overflow: hidden; color: #eaf2fc; font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-link { position: absolute; right: 28px; bottom: 28px; color: #fff; font-size: 0; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child .news-card-link svg { width: 24px; height: 24px; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) { display: grid; grid-template-rows: 155px minmax(0, 1fr); padding: 10px 10px 16px; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) img { width: 100%; height: 155px; object-fit: cover; border-radius: 12px; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) strong { order: 4; display: -webkit-box; margin: 13px 7px 0; overflow: hidden; color: #17417c; font-size: 14px; font-weight: 800; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) time { order: 2; margin: 12px 7px 0; color: #355a90; font-size: 11px; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) .news-card-category { order: 3; width: max-content; margin: 8px 7px 0; padding: 5px 9px; color: #fff; background: #2b9cee; border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) p,
body[data-site-theme="sinerji"] .news-support .news-grid > a:not(:first-child) .news-card-link { display: none; }

@media (max-width: 900px) {
  body[data-site-theme="sinerji"] .news-support { width: calc(100% - 32px); }
  body[data-site-theme="sinerji"] .news-all-link { position: static; margin-bottom: 20px; }
  body[data-site-theme="sinerji"] .news-support .news-grid { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 0; }
  body[data-site-theme="sinerji"] .news-support .news-grid > a:first-child { grid-row: auto; min-height: 410px; }
}

/* Sinerji services and metrics: consistent alignment and readable contrast. */
body[data-site-theme="sinerji"] .sinerji-service-grid { gap: 18px; padding: 8px 0 30px; }
body[data-site-theme="sinerji"] .sinerji-service-grid > a { grid-template-columns: 62px minmax(0, 1fr) 26px; min-height: 156px; padding: 26px 24px; border-radius: 0; }
body[data-site-theme="sinerji"] .sinerji-service-grid > a > i { width: 42px; height: 42px; color: #0b396d !important; stroke-width: 1.65; }
body[data-site-theme="sinerji"] .sinerji-service-grid > a > span { align-content: center; gap: 8px; }
body[data-site-theme="sinerji"] .sinerji-service-grid b { color: #0a315d; font-family: "Quicksand", Arial, sans-serif; font-size: 17px; font-weight: 800; line-height: 1.35; }
body[data-site-theme="sinerji"] .sinerji-service-grid small { color: #607895; font-size: 12px; line-height: 1.55; }
body[data-site-theme="sinerji"] .sinerji-service-grid em { justify-self: end; color: #bd8931; font-size: 25px; }
body[data-site-theme="sinerji"] .sinerji-stat-strip { margin-top: 0; margin-bottom: 36px; padding-top: 25px; padding-bottom: 25px; }
body[data-site-theme="sinerji"] .sinerji-stat-strip article { justify-content: center; gap: 17px; min-height: 74px; padding: 0 28px; }
body[data-site-theme="sinerji"] .sinerji-stat-strip i { flex: 0 0 auto; width: 39px; height: 39px; color: #d9a547 !important; stroke: currentColor !important; stroke-width: 1.75; opacity: 1 !important; }
body[data-site-theme="sinerji"] .sinerji-stat-strip div { min-width: 0; }
body[data-site-theme="sinerji"] .sinerji-stat-strip strong { color: #fff !important; font-family: "Quicksand", Arial, sans-serif !important; font-size: clamp(22px, 2vw, 30px); font-weight: 800; line-height: 1; white-space: nowrap; }
body[data-site-theme="sinerji"] .sinerji-stat-strip span { color: #d9e5f0 !important; font-family: "Quicksand", Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .04em; line-height: 1.3; }

@media (max-width: 900px) {
  body[data-site-theme="sinerji"] .sinerji-service-grid > a { grid-template-columns: 52px minmax(0, 1fr) 22px; min-height: 132px; }
  body[data-site-theme="sinerji"] .sinerji-stat-strip { margin-bottom: 24px; }
  body[data-site-theme="sinerji"] .sinerji-stat-strip article { min-height: 68px; }
}

@media (min-width: 1181px) {
  .product-mega-menu { top: 118px; }
  .nav-links .product-mega-dropdown .product-mega-menu {
    width: min(900px, calc(100vw - 48px));
    min-height: 344px;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 18px;
    padding: 16px;
    overflow: hidden;
    background: #fff;
  }
}

/* Prevent full-bleed Sinerji bands from creating a horizontal scrollbar. */
html:has(body[data-site-theme="sinerji"]),
body[data-site-theme="sinerji"] { overflow-x: hidden; }
body[data-site-theme="sinerji"] main,
body[data-site-theme="sinerji"] .hero { max-width: 100%; }
body[data-site-theme="sinerji"] .sinerji-stat-strip {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}

@media (min-width: 1001px) {
  body[data-site-theme="sinerji"]:has(main > .hero) .language-switcher > summary {
    color: #000000;
    border-color: rgba(255, 255, 255, .45);
  }
}

body[data-site-theme="sinerji"] .slider-dots { display: none !important; }
body[data-site-theme="sinerji"] .hero a { color: #ffffff; text-decoration: none; }

@media (min-width: 901px) {
  body[data-site-theme="sinerji"] main,
  body[data-site-theme="sinerji"] main:has(> .hero) {
    width: min(1280px, calc(100% - 48px));
    max-width: 1280px;
    margin: 20px auto 32px !important;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 44, 82, .10);
  }
}
@media (max-width: 640px) {
  body[data-site-theme="sinerji"] .header-inner,
  body[data-site-theme="sinerji"] .sinerji-home-sections,
  body[data-site-theme="sinerji"] .news-support { width: min(100% - 28px, 1460px); }
  body[data-site-theme="sinerji"] .hero-copy { min-height: 390px; padding: 52px 28px; }
  body[data-site-theme="sinerji"] .hero h1 { font-size: 36px; }
  body[data-site-theme="sinerji"] .sinerji-service-grid,
  body[data-site-theme="sinerji"] .sinerji-certificates > div,
  body[data-site-theme="sinerji"] .sinerji-stat-strip { grid-template-columns: 1fr; }
  body[data-site-theme="sinerji"] .sinerji-stat-strip { margin: 28px -14px; padding: 12px 20px; }
  body[data-site-theme="sinerji"] .sinerji-stat-strip article { justify-content: flex-start; padding: 17px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  body[data-site-theme="sinerji"] .sinerji-stat-strip article:last-child { border-bottom: 0; }
  body[data-site-theme="sinerji"] .sinerji-about { padding: 54px 26px; }
  body[data-site-theme="sinerji"] .sinerji-about figure { height: 280px; }
  body[data-site-theme="sinerji"] .sinerji-certificates { padding: 54px 20px; }
}

/* Sinerji full-bleed slider presentation. */
@media (min-width: 1001px) {
  body[data-site-theme="sinerji"]:has(main > .hero) .site-header {
    position: absolute; z-index: 50; top: 0; right: 0; left: 0;
    background: linear-gradient(180deg, rgba(3,26,53,.86), rgba(3,26,53,.2) 72%, transparent);
    border-bottom-color: rgba(255,255,255,.16);
  }
  body[data-site-theme="sinerji"]:has(main > .hero) .topbar { background: rgba(3,26,53,.66); border-bottom: 1px solid rgba(255,255,255,.12); }
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-link,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-dropdown > summary,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-dropdown > summary .nav-parent-link { color: #fff; }
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-link:hover,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-dropdown > summary:hover,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-dropdown > summary .nav-parent-link:hover { color: #e1b55d; }
  body[data-site-theme="sinerji"]:has(main > .hero) .language-switcher > summary { color: #fff; border-color: rgba(255,255,255,.45); }
  body[data-site-theme="sinerji"] .hero {
    position: relative; display: block; width: 100%; min-height: min(850px, 92vh); margin: 0; border-radius: 0; background: #061d3a;
  }
  body[data-site-theme="sinerji"] .hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(1,20,44,.82) 0%, rgba(2,23,49,.54) 35%, rgba(2,23,49,.07) 68%, rgba(2,23,49,.24) 100%); pointer-events: none; }
  body[data-site-theme="sinerji"] .hero-visual,
  body[data-site-theme="sinerji"] .hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; }
  body[data-site-theme="sinerji"] .hero-copy {
    position: relative !important; z-index: 2; justify-content: flex-end; width: min(1460px, calc(100% - 80px)) !important;
    min-height: min(850px, 92vh); margin: 0 auto !important; padding: 225px 0 92px !important; background: transparent;
  }
  body[data-site-theme="sinerji"] .hero-copy::after { display: none; }
  body[data-site-theme="sinerji"] .hero h1 { max-width: 620px; font-size: clamp(42px, 4vw, 68px); line-height: 1.08; text-shadow: 0 3px 18px rgba(0,0,0,.16); }
  body[data-site-theme="sinerji"] .hero-copy p { max-width: 540px; font-size: 18px; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
  body[data-site-theme="sinerji"] .hero-actions { display: flex; gap: 14px; align-items: center; }
  body[data-site-theme="sinerji"] .hero-actions .secondary { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
  body[data-site-theme="sinerji"] .slider-dots { position: absolute; z-index: 3; right: 28px; bottom: 50%; display: grid; gap: 14px; transform: translateY(50%); }
  body[data-site-theme="sinerji"] .slider-dots button { width: 52px; height: 52px; overflow: hidden; border: 3px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(4,27,55,.65); box-shadow: 0 4px 14px rgba(0,0,0,.24); opacity: .72; }
  body[data-site-theme="sinerji"] .slider-dots button.active { width: 64px; height: 64px; border-color: #fff; opacity: 1; box-shadow: 0 0 0 4px rgba(190,143,51,.6); }
  body[data-site-theme="sinerji"] .slider-dots button::after { display: block; width: 100%; height: 100%; content: ""; background: linear-gradient(135deg, rgba(202,164,89,.85), rgba(15,63,100,.8)); }
  body[data-site-theme="sinerji"] .hero-arrow { z-index: 4; top: auto; right: 34px; bottom: 30px; left: auto; width: 45px; height: 45px; transform: none; border: 1px solid rgba(255,255,255,.45); background: rgba(3,26,53,.68); color: #fff; }
  body[data-site-theme="sinerji"] .hero-arrow.left { right: 85px; left: auto; }
}
@media (max-width: 1000px) {
  body[data-site-theme="sinerji"] .hero { min-height: 720px; }
  body[data-site-theme="sinerji"] .hero-copy { position: relative; z-index: 2; background: linear-gradient(180deg, rgba(3,26,53,.88), rgba(3,26,53,.62)); }
  body[data-site-theme="sinerji"] .hero-visual { position: absolute; inset: 0; }
  body[data-site-theme="sinerji"] .slider-dots { right: 18px; bottom: 22px; }
}

@media (min-width: 1181px) {
  .nav-submenu {
    position: absolute;
    z-index: 80;
    top: calc(122% + 5px);
    left: -16px;
    display: grid;
    width: 225px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1px;
    box-shadow: 0 18px 45px rgba(4, 35, 71, .16);
  }

  .product-mega-menu {
    position: fixed;
    z-index: 100;
    top: 118px;
    left: 50%;
    display: grid;
    width: min(900px, calc(100vw - 48px));
    padding: 16px;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 22px;
    transform: translateX(-50%);
    border: 1px solid #d7e2ed;
    border-radius: 1px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(4, 35, 71, .22);
  }
}

body[data-site-theme="alya"] .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  color: #fff;
  background: linear-gradient(8deg, rgb(255 255 255), rgba(3, 22, 43, 0));
  border: 0;
  backdrop-filter: none;
}

body[data-site-theme="alya"] .topbar { display: none; }
body[data-site-theme="alya"] .navbar { min-height: 104px; }
body[data-site-theme="alya"] .brand-logo { filter: none; }
body[data-site-theme="alya"] .nav-links > a,
body[data-site-theme="alya"] .nav-links summary,
body[data-site-theme="alya"] .language-switcher summary,
body[data-site-theme="alya"] .quote-btn { color: #111827; }
body[data-site-theme="alya"] .nav-dropdown summary svg,
body[data-site-theme="alya"] .language-switcher svg { color: #111827; }
body[data-site-theme="alya"] .language-switcher summary > span:not(.language-flag) { color: #111827; }
body[data-site-theme="alya"] .language-switcher .language-chevron { color: #111827; }
body[data-site-theme="alya"] .quote-btn { border-color: rgba(17, 24, 39, .24); background: rgba(255, 255, 255, .68); }

body[data-site-theme="alya"] .hero {
  display: block;
  min-height: min(780px, 100vh);
  color: #fff;
  background: #071b34;
}

body[data-site-theme="alya"] .hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 22, 47, .94) 0%, rgba(5, 29, 58, .76) 43%, rgba(5, 22, 43, .34) 76%, rgba(4, 19, 39, .28) 100%);
}

body[data-site-theme="alya"] .hero::after { z-index: 3; height: 2px; background: rgba(255, 255, 255, .38); }
body[data-site-theme="alya"] .hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 100%; background: #071b34; }
body[data-site-theme="alya"] .hero-visual img,
body[data-site-theme="alya"] .hero-visual video,
body[data-site-theme="alya"] .hero-visual iframe { opacity: 1; object-position: var(--slide-media-focus, center center); }
body[data-site-theme="alya"] .hero-copy {
  position: relative;
  z-index: 4;
  width: min(690px, calc(100% - 48px));
  min-height: min(780px, 100vh);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 150px 0 92px;
  margin-left: clamp(24px, 8vw, 154px);
}

body[data-site-theme="alya"] .hero h1 { max-width: 650px; color: #fff; font-size: clamp(44px, 4.4vw, 72px); line-height: 1.02; }
body[data-site-theme="alya"] .hero p { max-width: 560px; margin: 24px 0 0; color: rgba(255, 255, 255, .88); font-size: 19px; font-weight: 650; line-height: 1.55; }
body[data-site-theme="alya"] .hero .eyebrow { color: #7bd9d2; }
body[data-site-theme="alya"] .hero-actions { margin: 28px 0 0; }
body[data-site-theme="alya"] .hero-actions .btn { color: #fff; background: var(--primary); border-color: var(--primary); }

body[data-site-theme="alya"] .hero-arrow { z-index: 6; top: 50%; width: 48px; height: 48px; color: #fff; background: rgba(255, 255, 255, .15); border-color: rgba(255, 255, 255, .4); box-shadow: none; transform: translateY(-50%); }
body[data-site-theme="alya"] .hero-arrow.left { right: auto; left: 34px; }
body[data-site-theme="alya"] .hero-arrow.right { right: 34px; left: auto; }
body[data-site-theme="alya"] .slider-dots { z-index: 6; right: auto; bottom: 30px; left: 50%; display: flex; gap: 10px; transform: translateX(-50%); }
body[data-site-theme="alya"] .slider-dots button { width: 11px; height: 11px; margin: 0; background: rgba(255, 255, 255, .55); border: 1px solid rgba(255, 255, 255, .9); }
body[data-site-theme="alya"] .slider-dots button.is-active { background: #fff; transform: scale(1.25); }

/* Alya home introduction, capability list and trust strip. */
body[data-site-theme="alya"] .alya-home-about {
  display: block;
  padding: 96px 24px 88px;
  background: #fff;
  text-align: center;
}

body[data-site-theme="alya"] .alya-home-about-inner {
  max-width: 920px;
  margin: 0 auto;
}

body[data-site-theme="alya"] .alya-home-about .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 22px;
  color: #0e6a67;
  font-weight: 800;
  letter-spacing: 0;
}

body[data-site-theme="alya"] .alya-home-about .eyebrow::before,
body[data-site-theme="alya"] .alya-home-about .eyebrow::after {
  width: 74px;
  height: 1px;
  content: "";
  background: #d99a2b;
}

body[data-site-theme="alya"] .alya-home-about h2 {
  max-width: 820px;
  margin: 0 auto 22px;
  color: #071b34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.12;
}

body[data-site-theme="alya"] .alya-home-about p {
  max-width: 720px;
  margin: 0 auto 26px;
  color: #52677c;
  font-size: 17px;
  line-height: 1.8;
}

body[data-site-theme="alya"] .alya-home-about a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  color: #0e6a67;
  border-bottom: 1px solid #0e6a67;
  font-weight: 800;
}

body[data-site-theme="alya"] .alya-why {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  height: auto;
  min-height: 520px;
  background: #f1f6fa;
}

body[data-site-theme="alya"] .alya-why-media { min-height: 520px; overflow: hidden; }
body[data-site-theme="alya"] .alya-why-media img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
body[data-site-theme="alya"] .alya-why .why-content { padding: 64px clamp(38px, 5vw, 86px); }
body[data-site-theme="alya"] .alya-why .why-eyebrow { color: #0e6a67; font-weight: 800; }
body[data-site-theme="alya"] .alya-why h2 { margin: 12px 0 26px; color: #071b34; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3vw, 46px); line-height: 1.16; }

body[data-site-theme="alya"] .alya-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; gap: 0 28px; }
body[data-site-theme="alya"] .alya-feature-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 16px 0;
  border-top: 1px solid #d8e3eb;
}
body[data-site-theme="alya"] .alya-feature-list article:first-child { border-top: 0; }
body[data-site-theme="alya"] .alya-feature-list article > i { width: 29px; height: 29px; color: #0e6a67; stroke-width: 1.65; }
body[data-site-theme="alya"] .alya-feature-list article > div { min-width: 0; padding-left: 18px; border-left: 2px solid #d99a2b; }
body[data-site-theme="alya"] .alya-feature-list b { display: block; color: #102944; font-size: 16px; }
body[data-site-theme="alya"] .alya-feature-list p { margin: 5px 0 0; color: #627489; font-size: 13px; line-height: 1.55; }

body[data-site-theme="alya"] .alya-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #071b34;
}
body[data-site-theme="alya"] .alya-trust-strip > div {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 22px 30px;
  text-align: center;
  border-right: 1px solid rgba(185, 212, 235, .24);
}
body[data-site-theme="alya"] .alya-trust-strip > div:last-child { border-right: 0; }
body[data-site-theme="alya"] .alya-trust-strip i { width: 31px; height: 31px; flex: 0 0 auto; color: #8fd5f4; stroke-width: 1.65; }
body[data-site-theme="alya"] .alya-trust-strip > div > div { display: block; min-width: 0; min-height: 0; max-width: 270px; padding: 0; border: 0; place-items: unset; }
body[data-site-theme="alya"] .alya-trust-strip strong { display: block; color: #fff; font-size: 19px; line-height: 1.25; }
body[data-site-theme="alya"] .alya-trust-strip span { display: block; margin: 6px 0 0; color: #c1d1df; font-size: 12px; font-weight: 500; line-height: 1.45; text-transform: none; }

body[data-site-theme="alya"] .alya-home-about {
  position: relative;
  overflow: hidden;
  padding: 112px 48px;
  text-align: left;
  font-family: "Quicksand", Arial, sans-serif;
}

body[data-site-theme="alya"] .alya-home-about::after {
  position: absolute;
  top: 0;
  right: -6%;
  bottom: 0;
  width: 42%;
  content: "";
  pointer-events: none;
  opacity: .055;
  background: url('/uploads/media/2026/08/modern-gumruk-liman-operasyonu.png') center / cover no-repeat;
  filter: grayscale(1) contrast(.8);
}

body[data-site-theme="alya"] .alya-home-about-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, .52fr) minmax(0, 1.48fr);
  gap: clamp(48px, 8vw, 140px);
  max-width: 1360px;
  align-items: center;
}

body[data-site-theme="alya"] .alya-about-facts {
  align-self: stretch;
  padding: 10px clamp(32px, 4vw, 66px) 10px 0;
  border-right: 1px solid #d8e2e8;
}

body[data-site-theme="alya"] .alya-home-about .eyebrow {
  display: inline-flex;
  margin: 0 0 42px;
  padding-left: 17px;
  color: #071b34;
  border-left: 4px solid #d99a2b;
  font-size: 14px;
  letter-spacing: .12em;
}

body[data-site-theme="alya"] .alya-home-about .eyebrow::before,
body[data-site-theme="alya"] .alya-home-about .eyebrow::after { display: none; }

body[data-site-theme="alya"] .alya-about-fact-list { display: grid; gap: 0; }
body[data-site-theme="alya"] .alya-about-fact-list > div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid #dce5eb;
}
body[data-site-theme="alya"] .alya-about-fact-list > div:first-child { border-top: 0; }
body[data-site-theme="alya"] .alya-fact-icon { position: relative; display: grid; width: 42px; height: 42px; place-items: center; color: #0e6a67; }
body[data-site-theme="alya"] .alya-fact-icon > svg { width: 42px; height: 42px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
body[data-site-theme="alya"] .alya-about-fact-list strong { color: #18344d; font-family: "Quicksand", Arial, sans-serif; font-size: 21px; font-weight: 700; line-height: 1.3; }

body[data-site-theme="alya"] .alya-about-copy { max-width: 850px; }
body[data-site-theme="alya"] .alya-home-about h2 {
  max-width: 780px;
  margin: 0 0 26px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.07;
}
body[data-site-theme="alya"] .alya-home-about p { max-width: 700px; margin: 0 0 32px; font-size: 18px; line-height: 1.8; }
body[data-site-theme="alya"] .alya-home-about a { font-size: 17px; }

@media (max-width: 900px) {
  body[data-site-theme="alya"] .navbar { min-height: 78px; }
  body[data-site-theme="alya"] .brand-logo { max-height: 46px; }
  body[data-site-theme="alya"] .menu-toggle { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(0, 0, 0, .12); }
  body[data-site-theme="alya"] .hero,
  body[data-site-theme="alya"] .hero-copy { min-height: 660px; }
  body[data-site-theme="alya"] .hero-copy { width: calc(100% - 40px); padding: 125px 0 84px; margin-left: 20px; }
  body[data-site-theme="alya"] .hero h1 { font-size: clamp(38px, 10vw, 56px); }
  body[data-site-theme="alya"] .hero p { font-size: 16px; }
  body[data-site-theme="alya"] .hero-arrow,
  body[data-site-theme="alya"] .slider-dots { display: none; }

  body[data-site-theme="alya"] .alya-why { grid-template-columns: 1fr; }
  body[data-site-theme="alya"] .alya-why-media,
  body[data-site-theme="alya"] .alya-why-media img { min-height: 360px; }
  body[data-site-theme="alya"] .alya-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-site-theme="alya"] .alya-feature-list { grid-template-columns: 1fr; }
  body[data-site-theme="alya"] .alya-home-about { padding: 76px 36px; }
  body[data-site-theme="alya"] .alya-home-about-inner { grid-template-columns: 1fr; gap: 42px; }
  body[data-site-theme="alya"] .alya-about-facts { padding: 0 0 34px; border-right: 0; border-bottom: 1px solid #d8e2e8; }
  body[data-site-theme="alya"] .alya-about-fact-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  body[data-site-theme="alya"] .alya-about-fact-list > div { grid-template-columns: 1fr; min-height: 0; gap: 10px; padding: 0; border-top: 0; }
  body[data-site-theme="alya"] .alya-about-fact-list strong { font-size: 16px; }

  body[data-site-theme="alya"] main:not(:has(> .hero)) { margin-top: 76px !important; }
}

@media (max-width: 640px) {
  body[data-site-theme="alya"] .alya-home-about { padding: 62px 20px; }
  body[data-site-theme="alya"] .alya-home-about .eyebrow { gap: 13px; }
  body[data-site-theme="alya"] .alya-home-about .eyebrow::before,
  body[data-site-theme="alya"] .alya-home-about .eyebrow::after { width: 38px; }
  body[data-site-theme="alya"] .alya-home-about h2 { font-size: 34px; }
  body[data-site-theme="alya"] .alya-home-about p { font-size: 15px; }
  body[data-site-theme="alya"] .alya-home-about::after { width: 90%; opacity: .04; }
  body[data-site-theme="alya"] .alya-home-about-inner { gap: 34px; }
  body[data-site-theme="alya"] .alya-home-about .eyebrow { margin-bottom: 28px; }
  body[data-site-theme="alya"] .alya-about-facts { padding-bottom: 28px; }
  body[data-site-theme="alya"] .alya-about-fact-list { grid-template-columns: 1fr; gap: 0; }
  body[data-site-theme="alya"] .alya-about-fact-list > div { grid-template-columns: 42px minmax(0, 1fr); min-height: 66px; padding: 10px 0; border-top: 1px solid #dce5eb; }
  body[data-site-theme="alya"] .alya-about-fact-list > div:first-child { border-top: 0; }
  body[data-site-theme="alya"] .alya-fact-icon { width: 30px; height: 30px; }
  body[data-site-theme="alya"] .alya-fact-icon > svg { width: 30px; height: 30px; }
  body[data-site-theme="alya"] .alya-why .why-content { padding: 42px 24px; }
  body[data-site-theme="alya"] .alya-why-media,
  body[data-site-theme="alya"] .alya-why-media img { min-height: 285px; }
  body[data-site-theme="alya"] .alya-trust-strip { grid-template-columns: 1fr; }
  body[data-site-theme="alya"] .alya-trust-strip > div { min-height: 116px; justify-content: flex-start; padding: 22px 28px; border-right: 0; border-bottom: 1px solid rgba(185, 212, 235, .24); }
  body[data-site-theme="alya"] .alya-trust-strip > div:last-child { border-bottom: 0; }
}

/* Final Sinerji homepage overrides: match the rendered navigation structure. */
@media (min-width: 1001px) {
  body[data-site-theme="sinerji"]:has(main > .hero) main,
  body[data-site-theme="sinerji"]:has(main > .hero) main:has(> .hero) {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body[data-site-theme="sinerji"]:has(main > .hero) .site-header {
    position: absolute !important;
    z-index: 60;
    inset: 0 0 auto;
    height: 96px;
    min-height: 0;
    background: rgba(3, 26, 53, .28) !important;
    border: 0;
  }
  body[data-site-theme="sinerji"]:has(main > .hero) .topbar { display: none !important; }
  body[data-site-theme="sinerji"]:has(main > .hero) .navbar { width: min(1460px, calc(100% - 48px)); min-height: 96px; }
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-links > a,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-links summary,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-links summary .nav-parent-link {
    color: #fff !important;
  }
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-links > a:hover,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-links summary:hover,
  body[data-site-theme="sinerji"]:has(main > .hero) .nav-links summary .nav-parent-link:hover { color: #e1b55d !important; }
  body[data-site-theme="sinerji"]:has(main > .hero) .language-switcher > summary,
  body[data-site-theme="sinerji"]:has(main > .hero) .language-switcher > summary > span:not(.language-flag),
  body[data-site-theme="sinerji"]:has(main > .hero) .language-switcher > summary svg { color: #000 !important; }
  body[data-site-theme="sinerji"] .hero,
  body[data-site-theme="sinerji"] .hero-visual,
  body[data-site-theme="sinerji"] .hero-visual img { width: 100%; height: 100vh !important; min-height: 100vh !important; }
}

@media (min-width: 901px) {
  body[data-site-theme="sinerji"] main,
  body[data-site-theme="sinerji"]:has(main > .hero) main,
  body[data-site-theme="sinerji"]:has(main > .hero) main:has(> .hero) {
    width: min(1280px, calc(100% - 48px));
    max-width: 1280px;
    margin: 20px auto 32px !important;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 44, 82, .10);
  }
}

@media (min-width: 901px) {
  body[data-site-theme="sinerji"]:has(main > .hero) main,
  body[data-site-theme="sinerji"]:has(main > .hero) main:has(> .hero) {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
