
:root {
  --ink: #071b2d;
  --navy: #061a2d;
  --paper: #f7f6f0;
  --white: #ffffff;
  --muted: #667085;
  --line: #d8ded8;
  --lime: #c7f24a;
  --lime-soft: #eff8d0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.hero {
  min-height: 100vh;
  overflow: hidden;
  padding: 0 clamp(22px, 3.8vw, 64px) 42px;
  background:
    linear-gradient(rgba(7, 27, 45, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 45, .045) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(199, 242, 74, .14), transparent 27%),
    var(--paper);
  background-size: 40px 40px, 40px 40px, auto, auto;
}

.site-header { height: 92px; max-width: 1440px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(7,27,45,.13); }
.logo { position: relative; font-size: 29px; font-weight: 820; letter-spacing: -1.6px; }
.logo span { font-weight: 540; }
.logo i { position: absolute; width: 8px; height: 8px; right: -13px; top: 10px; background: var(--lime); border-radius: 50%; }
nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 54px); }
nav a { position: relative; font-weight: 620; font-size: 15px; }
nav a::after { content: ''; position: absolute; height: 2px; width: 0; left: 0; bottom: -8px; background: var(--lime); transition: width .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 720; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.header-cta { min-height: 50px; padding: 0 22px; border-radius: 14px; background: var(--lime); box-shadow: 0 12px 24px rgba(120, 155, 19, .16); }
.header-cta:hover, .button:hover { transform: translateY(-2px); }

.hero-grid { max-width: 1440px; margin: 0 auto; min-height: 660px; display: grid; grid-template-columns: minmax(430px, .82fr) minmax(620px, 1.18fr); gap: clamp(28px, 4vw, 76px); align-items: center; padding: 54px 0 26px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 780; letter-spacing: .25em; margin-bottom: 26px; }
.eyebrow span { width: 30px; height: 3px; border-radius: 999px; background: var(--lime); }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(54px, 4.6vw, 72px); line-height: .99; letter-spacing: -.065em; font-weight: 820; }
.hero h1 em { position: relative; font-style: normal; z-index: 0; }
.hero h1 em::after { content: ''; position: absolute; z-index: -1; left: 3%; right: -2%; bottom: -7px; height: 10px; border-top: 4px solid #9fd020; border-radius: 50%; transform: rotate(-2deg); }
.hero-copy > p { max-width: 600px; margin: 30px 0 0; color: #4f5b6b; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 58px; padding: 0 24px; border-radius: 16px; font-size: 16px; }
.button-dark { color: white; background: var(--navy); box-shadow: 0 16px 32px rgba(7,27,45,.18); }
.button-dark span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; }
.button-light { border: 1px solid rgba(7,27,45,.24); background: rgba(255,255,255,.35); }
.mini-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #475467; font-size: 12px; }
.mini-proof span { display: flex; align-items: center; gap: 7px; }
.mini-proof b { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--ink); background: var(--lime-soft); font-size: 10px; }

.product-stage { position: relative; min-height: 590px; }
.stage-glow { position: absolute; width: 560px; height: 560px; right: 2%; top: 0; background: radial-gradient(circle, rgba(199,242,74,.22), transparent 65%); filter: blur(16px); }
.pos-window { position: absolute; width: min(100%, 740px); height: 540px; right: 12px; top: 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 22px; overflow: hidden; color: white; background: #061b30; box-shadow: 0 38px 70px rgba(7,27,45,.24), 0 3px 0 rgba(255,255,255,.6) inset; transform: perspective(1600px) rotateY(-3deg) rotateX(1deg); }
.pos-topbar { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.1); background: #08213b; }
.pos-brand { display: flex; align-items: center; gap: 10px; font-weight: 760; font-size: 18px; }
.pos-brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--ink); background: var(--lime); }
.pos-actions { display: flex; align-items: center; gap: 14px; color: #c7d2e0; font-size: 11px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(199,242,74,.12); }
.pos-shell { display: flex; height: calc(100% - 66px); }
.pos-sidebar { width: 58px; flex: 0 0 58px; padding: 16px 9px; display: flex; flex-direction: column; align-items: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.08); background: #071e35; }
.pos-sidebar span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: #8799ad; font-size: 10px; border: 1px solid rgba(255,255,255,.07); }
.pos-sidebar .active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.pos-content { flex: 1; display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 150px 1fr; gap: 12px; padding: 16px; background: linear-gradient(150deg,#09243f,#06192c); }
.metric-card, .table-card, .service-card { border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.04); box-shadow: 0 14px 28px rgba(0,0,0,.12); }
.metric-card { position: relative; padding: 17px; overflow: hidden; }
.metric-label { display: block; color: #91a4b7; font-size: 9px; letter-spacing: .08em; }
.metric-card strong { display: block; margin-top: 10px; font-size: 25px; letter-spacing: -.04em; }
.metric-growth { display: block; margin-top: 7px; color: var(--lime); font-size: 10px; }
.chart { position: absolute; right: 17px; bottom: 16px; width: 43%; height: 65px; display: flex; align-items: end; gap: 5px; }
.chart i { flex: 1; display: block; min-width: 4px; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, rgba(199,242,74,.2), var(--lime)); }
.metric-secondary { background: #f8faf7; color: var(--ink); }
.metric-secondary .metric-label { color: #657080; }
.table-card, .service-card { padding: 14px; min-width: 0; }
.card-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.card-heading strong { font-size: 11px; }
.card-heading span { color: #8ea1b5; font-size: 9px; }
.table-row { display: grid; grid-template-columns: 30px 1fr 28px 47px; gap: 7px; align-items: center; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.08); }
.table-row > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.table-row b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
.table-row small { color: #7f93a8; font-size: 8px; }
.table-row em { font-style: normal; font-size: 10px; }
.product-icon { display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); background: #e7edf1; border-radius: 7px; font-size: 9px; font-weight: 800; }
.tag { justify-self: end; padding: 4px 6px; border-radius: 999px; font-size: 7px; font-style: normal; white-space: nowrap; }
.tag.ok, .tag.progress { color: var(--lime); background: rgba(199,242,74,.12); border: 1px solid rgba(199,242,74,.25); }
.tag.warn { color: #ffc95c; background: rgba(255,190,62,.12); border: 1px solid rgba(255,190,62,.23); }
.tag.info { color: #70c9ff; background: rgba(60,176,255,.12); }
.tag.muted { color: #c6d0db; background: rgba(255,255,255,.08); }
.service-card > div:not(.card-heading) { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 9px 49px 9px 0; border-top: 1px solid rgba(255,255,255,.08); }
.service-card b { font-size: 9px; }.service-card span { color: #91a4b7; font-size: 8px; }.service-card .tag { position: absolute; right: 0; top: 13px; }
.floating-card { position: absolute; width: 150px; padding: 15px; border: 1px solid #dce2dc; border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 18px 35px rgba(7,27,45,.15); animation: float 6s ease-in-out infinite; }
.floating-card span { display: block; color: #667085; font-size: 8px; font-weight: 760; letter-spacing: .07em; }.floating-card strong { display: block; margin: 7px 0 4px; font-size: 19px; }.floating-card small { color: #55a800; font-size: 8px; }
.floating-one { right: -11px; top: 305px; }.floating-two { right: 34px; top: 430px; animation-delay: -2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.proof-rail { max-width: 960px; margin: -10px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; z-index: 3; }
.proof-rail a { min-height: 82px; display: grid; grid-template-columns: 44px 1fr 20px; gap: 14px; align-items: center; padding: 15px 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.76); backdrop-filter: blur(12px); box-shadow: 0 12px 28px rgba(7,27,45,.06); transition: transform .18s ease, border-color .18s ease; }
.proof-rail a:hover { transform: translateY(-3px); border-color: #aacb47; }.proof-rail i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: var(--lime-soft); font-size: 19px; font-style: normal; font-weight: 800; }.proof-rail span { display: flex; flex-direction: column; gap: 4px; font-weight: 730; }.proof-rail small { color: #7a8492; font-size: 8px; letter-spacing: .14em; }.proof-rail b { font-size: 18px; }

.section-shell { width: min(100% - 44px, 1320px); margin: 0 auto; }
.pos-section { padding: 132px 0 118px; background: #fbfbf8; }
.section-intro, .services-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 80px; }
.section-kicker { display: inline-flex; align-items: center; gap: 11px; color: #708214; font-size: 12px; font-weight: 780; letter-spacing: .23em; }
.section-kicker::before { content: ''; width: 30px; height: 3px; border-radius: 999px; background: var(--lime); }
.section-intro h2, .services-heading h2 { margin: 20px 0 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.01; letter-spacing: -.055em; }
.section-intro h2 em, .services-heading h2 em { color: #849f18; font-style: normal; }
.section-intro > p, .services-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.65; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 66px; }
.feature-card { position: relative; min-height: 590px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid #dce2dc; border-radius: 24px; background: white; box-shadow: 0 15px 40px rgba(7,27,45,.055); transition: transform .22s ease, box-shadow .22s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(7,27,45,.095); }
.feature-top { display: flex; align-items: center; justify-content: space-between; }
.feature-top > span { color: #8a94a1; font-size: 11px; letter-spacing: .12em; }
.feature-top > i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: var(--lime-soft); font-style: normal; font-size: 18px; font-weight: 800; }
.feature-card h3 { margin: 34px 0 13px; font-size: 30px; letter-spacing: -.04em; }
.feature-card > p { margin: 0; min-height: 78px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.feature-card ul { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; color: #344054; font-size: 13px; }
.feature-card li { display: flex; align-items: center; gap: 9px; }.feature-card li::before { content: '✓'; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); font-size: 9px; font-weight: 800; }
.mini-ui { margin-top: auto; border-radius: 17px; overflow: hidden; }
.sales-ui { min-height: 160px; padding: 21px; color: white; background: var(--navy); }
.sales-ui > div:first-child { display: flex; justify-content: space-between; align-items: end; }.sales-ui span { color: #9fb0c1; font-size: 10px; }.sales-ui strong { font-size: 23px; }
.sales-bars { height: 78px; display: flex; align-items: end; gap: 8px; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.15); }.sales-bars i { flex: 1; height: 35%; border-radius: 5px 5px 0 0; background: #35506a; }.sales-bars i:nth-child(2){height:50%}.sales-bars i:nth-child(3){height:44%}.sales-bars i:nth-child(4){height:76%;background:#799a34}.sales-bars i:nth-child(5){height:95%;background:var(--lime)}
.ticket-ui { padding: 8px 16px; border: 1px solid #e4e8e3; background: #f7f8f5; }
.ticket-ui > div { min-height: 65px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid #e0e5df; }.ticket-ui > div:last-child { border: 0; }.ticket-ui > div > i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: white; font-style: normal; font-size: 9px; font-weight: 800; }.ticket-ui > div > span { display: flex; flex-direction: column; gap: 4px; }.ticket-ui b { font-size: 10px; }.ticket-ui small { color: #7b8794; font-size: 8px; }.ticket-ui em { padding: 5px 7px; border-radius: 999px; color: #4f630c; background: var(--lime-soft); font-size: 8px; font-style: normal; }
.report-ui { min-height: 160px; padding: 21px; background: var(--lime-soft); }.report-ui > div:first-child { display: grid; grid-template-columns: 1fr auto; align-items: end; }.report-ui span { grid-column: 1 / -1; color: #68744e; font-size: 10px; }.report-ui strong { margin-top: 8px; font-size: 24px; }.report-ui small { color: #608206; font-weight: 700; }
.report-line { height: 66px; display: flex; align-items: end; gap: 7px; margin-top: 12px; }.report-line i { flex: 1; height: 22%; border-radius: 999px 999px 3px 3px; background: #b8d44a; }.report-line i:nth-child(2){height:37%}.report-line i:nth-child(3){height:31%}.report-line i:nth-child(4){height:58%}.report-line i:nth-child(5){height:71%}.report-line i:nth-child(6){height:91%;background:var(--ink)}
.process-strip { margin-top: 22px; min-height: 118px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 28px; align-items: center; padding: 24px 34px; border: 1px solid #dce2dc; border-radius: 22px; background: var(--paper); }
.process-strip > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; align-items: center; }.process-strip span { grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--lime); font-size: 10px; font-weight: 800; }.process-strip b { font-size: 14px; }.process-strip small { margin-top: 4px; color: #7a8491; }.process-strip > i { color: #a2aab2; font-style: normal; }

.services-section { padding: 124px 0 0; color: white; background: var(--navy); }
.section-kicker.light { color: #b9c6d2; }.section-kicker.light::before { background: var(--lime); }
.services-heading h2 em { color: var(--lime); }
.services-heading > p { color: #9db0c2; }
.service-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.service-panel { position: relative; min-height: 600px; overflow: hidden; display: flex; flex-direction: column; padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; }
.technical-panel { background: linear-gradient(150deg,#0b2945,#071d33); }.digital-panel { color: var(--ink); background: var(--lime); }
.panel-number { position: absolute; right: 27px; top: 22px; color: rgba(255,255,255,.13); font-size: 92px; line-height: 1; font-weight: 820; letter-spacing: -.08em; }.digital-panel .panel-number { color: rgba(7,27,45,.12); }
.panel-copy { position: relative; z-index: 1; max-width: 470px; }.panel-label { display: inline-flex; padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: #b8c7d5; font-size: 9px; font-weight: 750; letter-spacing: .16em; }.digital-panel .panel-label { color: var(--ink); border-color: rgba(7,27,45,.18); }
.panel-copy h3 { margin: 40px 0 17px; font-size: clamp(37px, 3.6vw, 52px); line-height: 1.04; letter-spacing: -.045em; }.panel-copy p { margin: 0; max-width: 500px; color: #a7b7c5; line-height: 1.65; }.digital-panel .panel-copy p { color: #38502a; }
.service-list { display: grid; margin-top: auto; border-top: 1px solid rgba(255,255,255,.13); }.digital-panel .service-list { border-color: rgba(7,27,45,.16); }.service-list span { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 14px; font-weight: 560; }.digital-panel .service-list span { border-color: rgba(7,27,45,.16); }.service-list b { transition: transform .18s ease; }.service-list span:hover b { transform: translate(3px,-3px); }
.contact-band { margin-top: 72px; display: grid; grid-template-columns: 1.1fr .7fr auto; gap: 50px; align-items: center; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }.contact-band span { color: var(--lime); font-size: 10px; font-weight: 760; letter-spacing: .2em; }.contact-band h3 { margin: 9px 0 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }.contact-band p { margin: 0; color: #9eb0bf; line-height: 1.55; }.contact-band > a { min-height: 58px; display: inline-flex; align-items: center; gap: 18px; padding: 0 24px; border-radius: 15px; color: var(--ink); background: var(--lime); font-weight: 740; transition: transform .18s ease; }.contact-band > a:hover { transform: translateY(-3px); }
footer { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-logo { color: white; }.footer-logo i { background: var(--lime); }footer p, footer > a:last-child { color: #93a7b8; font-size: 13px; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { max-width: 760px; }
  .product-stage { min-height: 560px; width: min(100%, 780px); margin: 0 auto; }
  .pos-window { left: 0; right: auto; }
  .hero h1 { font-size: clamp(52px, 8vw, 74px); }
  .proof-rail { margin-top: 10px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 500px; }.mini-ui { max-width: 520px; }.service-panels { grid-template-columns: 1fr; }.contact-band { grid-template-columns: 1fr 1fr; }.contact-band > a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  .hero { padding-left: 18px; padding-right: 18px; }
  .site-header { height: 76px; }
  nav { display: none; }
  .logo { font-size: 24px; }
  .header-cta { min-height: 43px; padding: 0 14px; font-size: 12px; gap: 8px; }
  .hero-grid { min-height: auto; padding: 48px 0 24px; gap: 36px; }
  .eyebrow { font-size: 9px; letter-spacing: .19em; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(43px, 13vw, 59px); line-height: 1.01; }
  .hero-copy > p { margin-top: 25px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .mini-proof { gap: 10px 14px; }
  .product-stage { min-height: 400px; width: 100%; }
  .pos-window { width: 122%; height: 390px; transform: scale(.8); transform-origin: left top; }
  .floating-card { display: none; }
  .proof-rail { grid-template-columns: 1fr; margin-top: -52px; }
  .proof-rail a { min-height: 72px; }
  .section-shell { width: min(100% - 36px, 1320px); }
  .pos-section, .services-section { padding-top: 88px; }
  .section-intro, .services-heading { grid-template-columns: 1fr; gap: 24px; }.section-intro h2, .services-heading h2 { font-size: 42px; }.section-intro > p, .services-heading > p { font-size: 16px; }
  .feature-grid { margin-top: 42px; }.feature-card { min-height: 560px; padding: 24px; }.feature-card h3 { font-size: 27px; }.feature-card > p { min-height: auto; }
  .process-strip { grid-template-columns: 1fr; gap: 14px; padding: 22px; }.process-strip > i { display: none; }
  .service-panels { margin-top: 42px; }.service-panel { min-height: 620px; padding: 25px; }.panel-number { font-size: 68px; }.panel-copy h3 { margin-top: 62px; font-size: 38px; }
  .contact-band { grid-template-columns: 1fr; gap: 22px; margin-top: 52px; }.contact-band > a { grid-column: auto; width: 100%; justify-content: center; }.contact-band h3 { font-size: 34px; }
  footer { min-height: 160px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; }footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* PHP sürümü: mobil menü, dinamik kampanya ve ürün vitrini */
.mobile-menu{display:none;position:relative}
.mobile-menu summary{list-style:none;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:22px;cursor:pointer}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu nav{position:absolute;right:0;top:52px;width:240px;display:grid;gap:3px;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 22px 50px rgba(7,27,45,.16)}
.mobile-menu nav a{padding:12px;border-radius:10px;font-size:13px;font-weight:700}
.mobile-menu nav a:hover{background:var(--lime-soft)}
.showcase{margin-top:78px;padding-top:70px;border-top:1px solid rgba(255,255,255,.14)}
.showcase-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.showcase-head h2{margin:12px 0 0;font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.05em}
.showcase-head p{max-width:560px;margin:0;color:#9db0c2;line-height:1.6}
.campaign-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px}
.campaign-card,.product-card{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#0b2945;color:#fff;transition:transform .2s ease}
.campaign-card:hover,.product-card:hover{transform:translateY(-4px)}
.campaign-card button{width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}
.campaign-card img{width:100%;height:260px;display:block;object-fit:contain;background:#fff}
.campaign-card div,.product-card div{padding:16px}
.campaign-card strong,.product-card strong{display:block;font-size:15px;line-height:1.35}
.campaign-card span{display:block;margin-top:6px;color:#9fb0c0;font-size:12px;line-height:1.45}
.product-card img{width:100%;height:210px;display:block;object-fit:contain;background:#fff}
.product-card small{display:block;margin-top:8px;color:var(--lime);font-size:13px;font-weight:750}
.showcase-actions{display:flex;justify-content:flex-end;margin-top:18px}
.showcase-actions a{display:inline-flex;align-items:center;gap:12px;padding:13px 18px;border-radius:13px;color:var(--ink);background:var(--lime);font-weight:750}
.lightbox{position:fixed;inset:0;z-index:999;display:none;place-items:center;padding:24px;background:rgba(2,10,18,.88)}
.lightbox.open{display:grid}
.lightbox-inner{position:relative;width:min(920px,100%);display:grid;place-items:center}
.lightbox img{max-width:100%;max-height:88vh;border-radius:16px;background:#fff}
.lightbox button{position:absolute;right:-12px;top:-12px;width:44px;height:44px;border:0;border-radius:13px;background:#fff;color:var(--ink);font-size:24px;cursor:pointer}
@media(max-width:1100px){.campaign-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header>nav{display:none}.mobile-menu{display:block}.header-cta{display:none}.showcase-head{display:block}.showcase-head p{margin-top:14px}.campaign-grid,.product-grid{grid-template-columns:1fr}.campaign-card img{height:230px}.product-card img{height:220px}}

