:root {
  --navy: #071a35;
  --navy-2: #0b2346;
  --yellow: #f7b733;
  --yellow-2: #ffc94d;
  --green: #73d13d;
  --text: #1a2233;
  --muted: #6a7384;
  --bg: #f5f7fb;
  --card: #ffffff;
  --line: #e7ecf4;
  --shadow: 0 18px 45px rgba(15, 32, 66, 0.08);
  --shadow-strong: 0 24px 60px rgba(7, 26, 53, 0.16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #fff;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading.center { text-align: center; }
.section-heading.between, .section-heading.align-end { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.section-heading.narrow { max-width: 820px; margin-left: auto; margin-right: auto; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 42px); color: var(--navy); }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.75; }
.topbar {
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.topbar-inner, .topbar-left, .topbar-right {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.topbar-inner { padding: 10px 0; }
.topbar-left, .topbar-right { gap: 14px; }
.header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(231,236,244,.8); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .04em; }
.logo-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 10px; background: linear-gradient(135deg, var(--yellow), #ff9800); color: #fff;
  box-shadow: 0 10px 20px rgba(247, 183, 51, .35);
}
.logo-text { font-size: 15px; }
.menu, .nav-actions { display: flex; align-items: center; gap: 20px; }
.menu a { color: #39465c; font-weight: 500; }
.menu a:hover { color: var(--navy); }
.primary-btn, .secondary-btn, .ghost-btn, .pill-btn {
  border: 0; cursor: pointer; display: inline-flex; justify-content: center; align-items: center;
  padding: 13px 20px; border-radius: 999px; font-weight: 700; transition: .25s ease;
}
.primary-btn { background: linear-gradient(135deg, var(--yellow), #ff9f1a); color: #fff; box-shadow: 0 12px 24px rgba(247, 183, 51, 0.28); }
.secondary-btn { background: #eef3fb; color: var(--navy); }
.ghost-btn { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.light-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.18); }
.pill-btn { padding: 10px 16px; background: #fff6df; color: #a36400; }
.primary-btn:hover, .secondary-btn:hover, .ghost-btn:hover, .pill-btn:hover { transform: translateY(-2px); }
.full { width: 100%; }
.mobile-toggle { display: none; background: transparent; border: 0; font-size: 28px; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 0 16px 16px; }
.mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.hero {
  background: radial-gradient(circle at 20% 10%, rgba(247,183,51,.08), transparent 20%), linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; padding: 36px 0 150px; position: relative; overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.05);
}
.hero::before { width: 320px; height: 320px; right: -80px; top: -40px; }
.hero::after { width: 180px; height: 180px; left: -60px; bottom: 80px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; text-transform: uppercase;
  letter-spacing: .12em; color: #9db3d8; font-weight: 700; margin-bottom: 14px;
}
.yellow { color: #c28300; }
.hero h1 { font-size: clamp(38px, 6vw, 62px); line-height: 1.05; margin: 0 0 18px; }
.hero p { max-width: 620px; color: #d7e3fb; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; }
.hero-mini-stats { display: flex; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.hero-mini-stats div { display: flex; flex-direction: column; gap: 4px; }
.hero-mini-stats strong { font-size: 24px; }
.hero-mini-stats span { font-size: 14px; color: #b7c6e5; }
.hero-visual { position: relative; min-height: 420px; }
.large-card {
  position: relative; height: 100%; min-height: 430px; border-radius: 34px; background:
  linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); overflow: hidden;
}
.large-card::before {
  content: ""; position: absolute; inset: auto -80px -100px auto; width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.avatar-group { position: absolute; inset: 40px 40px 40px 40px; }
.avatar {
  position: absolute; bottom: 0; border-radius: 28px; background: linear-gradient(180deg, #dfe8f7, #ffffff);
  box-shadow: 0 16px 45px rgba(0,0,0,.18);
}
.avatar.male { right: 40px; width: 200px; height: 280px; }
.avatar.female { left: 40px; width: 150px; height: 235px; }
.avatar::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 18px;
  width: 74px; height: 74px; border-radius: 50%; background: #f7c59f;
}
.avatar.male::after, .avatar.female::after {
  content: ""; position: absolute; left: 18px; right: 18px; top: 88px; bottom: 18px; border-radius: 20px;
  background: linear-gradient(180deg, #fff, #eef3fb);
}
.floating-tag, .floating-search {
  position: absolute; background: #fff; color: var(--navy); box-shadow: 0 16px 35px rgba(7, 26, 53, .18);
}
.floating-tag { padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; animation: floatY 4s ease-in-out infinite; }
.tag-1 { left: 18px; top: 22px; }
.tag-2 { right: 20px; top: 72px; animation-delay: .8s; }
.tag-3 { left: 24px; bottom: 84px; animation-delay: 1.5s; }
.floating-search {
  left: 50%; transform: translateX(-50%); bottom: 22px; width: min(86%, 420px); border-radius: 999px;
  padding: 12px 14px 12px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.floating-search span { color: #6c7485; }
.floating-search button { border: 0; background: var(--yellow); color: #fff; font-weight: 700; padding: 12px 16px; border-radius: 999px; }
.search-shell { position: absolute; left: 0; right: 0; bottom: -72px; }
.search-panel {
  background: #fff; border-radius: 28px; box-shadow: var(--shadow-strong); padding: 22px; color: var(--text);
}
.search-top, .search-box-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.search-top h3 { margin: 0; font-size: 20px; }
.search-box-row { margin-top: 18px; }
.search-input {
  flex: 1; min-height: 54px; border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center;
  padding: 0 18px; color: #7a8498; background: #fbfdff;
}
.domain-prices { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 18px; }
.domain-prices div { border: 1px solid var(--line); border-radius: 18px; padding: 14px; background: #fbfdff; display: grid; gap: 6px; text-align: center; }
.domain-prices span { color: var(--muted); }
.domain-prices strong { color: var(--navy); }
.packages { padding-top: 132px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 26px 22px 22px; box-shadow: var(--shadow);
  transition: .28s ease;
}
.price-card:hover { transform: translateY(-6px); }
.price-card.featured { border-color: rgba(247,183,51,.45); box-shadow: 0 22px 50px rgba(247,183,51,.18); }
.badge {
  display: inline-flex; padding: 7px 12px; border-radius: 999px; background: #fff3d6; color: #bb7f00; font-size: 12px; font-weight: 700;
}
.badge.green { background: #edf9df; color: #4d9800; }
.price-card h3 { margin: 14px 0 8px; font-size: 22px; }
.price { font-size: 42px; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.price small { font-size: 14px; color: var(--muted); }
.price-card ul, .server-card ul { list-style: none; padding: 0; margin: 0; }
.price-card ul { display: grid; gap: 12px; margin-bottom: 18px; }
.price-card li { color: #516079; padding-left: 18px; position: relative; }
.price-card li::before { content: "•"; position: absolute; left: 0; color: var(--yellow); }
.promos { background: #fff; }
.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.promo-card {
  border-radius: 26px; padding: 28px; display: flex; justify-content: space-between; gap: 24px; align-items: center; box-shadow: var(--shadow);
}
.promo-card.white { background: #fff; border: 1px solid var(--line); }
.promo-card.yellow-card { background: linear-gradient(135deg, #f7b733, #ff8f00); color: #fff; }
.promo-label { display: inline-flex; padding: 6px 12px; background: rgba(255,255,255,.2); border-radius: 999px; font-weight: 700; font-size: 12px; }
.promo-card.white .promo-label { background: #fff5db; color: #bb7f00; }
.promo-card h3 { margin: 14px 0 10px; font-size: 28px; }
.promo-card p { margin: 0; line-height: 1.7; max-width: 440px; }
.promo-price { font-size: 48px; font-weight: 800; color: var(--green); }
.timer { display: flex; gap: 10px; }
.timer div { background: rgba(255,255,255,.18); padding: 14px 18px; border-radius: 20px; text-align: center; min-width: 74px; font-weight: 800; }
.timer span { display: block; font-size: 12px; opacity: .9; margin-top: 4px; }
.infra { background: #fbfcff; }
.infra-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: center; }
.server-stack { display: flex; gap: 16px; margin-top: 26px; }
.server-tower { width: 88px; height: 180px; border-radius: 24px; background: linear-gradient(180deg, #101828, #1f2e46); box-shadow: 0 20px 40px rgba(16,24,40,.25); }
.server-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.server-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.server-head { padding: 18px 20px; color: #fff; font-weight: 800; }
.server-head.red { background: linear-gradient(135deg, #f54a4a, #c32020); }
.server-head.gold { background: linear-gradient(135deg, #ffb703, #f08b00); }
.server-card ul { padding: 18px 20px; display: grid; gap: 14px; }
.server-card li { display: flex; justify-content: space-between; color: #516079; }
.server-foot { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px 22px; border-top: 1px solid var(--line); }
.server-foot a { padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 999px; }
.icon-row { margin-top: 28px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.icon-row div { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px; text-align: center; color: #4a566d; }

.timeline-steps {
  position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 10px;
}
.timeline-line {
  position: absolute; left: 6%; right: 6%; top: 98px; height: 2px; background: linear-gradient(90deg, rgba(247,183,51,.15), rgba(247,183,51,.7), rgba(247,183,51,.15));
}
.step {
  text-align: center; padding: 28px 18px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); position: relative; z-index: 1;
}
.advanced-step { overflow: hidden; transition: .35s ease; }
.advanced-step::before {
  content: ""; position: absolute; inset: -40% auto auto -10%; width: 120px; height: 120px; background: radial-gradient(circle, rgba(247,183,51,.18), transparent 70%); opacity: 0; transition: .3s ease;
}
.advanced-step:hover, .advanced-step.active { transform: translateY(-8px); border-color: rgba(247,183,51,.4); box-shadow: 0 22px 55px rgba(247,183,51,.16); }
.advanced-step:hover::before, .advanced-step.active::before { opacity: 1; }
.step > span {
  display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: #fff8e4; color: #ba7e00; font-weight: 800; margin-bottom: 12px;
  box-shadow: 0 8px 22px rgba(247,183,51,.18);
}
.step-icon { font-size: 20px; color: #d28a00; margin-bottom: 10px; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); line-height: 1.7; }

.why { background: linear-gradient(180deg, #f6f8fc 0%, #eef2f9 100%); }
.feature-why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 12px; }
.why-feature-card {
  background: rgba(255,255,255,.95); border: 1px solid rgba(231,236,244,.9); border-radius: 24px; padding: 26px 20px; box-shadow: var(--shadow);
  transition: .3s ease; position: relative; overflow: hidden;
}
.why-feature-card::after {
  content: ""; position: absolute; inset: auto -30px -50px auto; width: 120px; height: 120px; border-radius: 50%; background: rgba(247,183,51,.08);
}
.why-feature-card:hover { transform: translateY(-8px); box-shadow: 0 24px 58px rgba(10, 32, 68, .12); }
.why-icon {
  width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; font-size: 24px; color: #d08a00;
  background: linear-gradient(180deg, #fff6dc, #fff1c7); margin-bottom: 16px; box-shadow: 0 10px 24px rgba(247,183,51,.18);
  animation: pulseSoft 3s ease-in-out infinite;
}
.why-feature-card h3 { margin: 0 0 10px; font-size: 20px; }
.why-feature-card p { color: var(--muted); margin: 0; line-height: 1.7; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 26px; }
.stats-row div { background: #fff; border-radius: 20px; padding: 20px; text-align: center; box-shadow: var(--shadow); }
.stats-glow div { border: 1px solid rgba(247,183,51,.2); }
.stats-row strong { display: block; font-size: 34px; color: var(--navy); }
.stats-row span { color: var(--muted); }

.auto-carousel { overflow: hidden; width: 100%; position: relative; }
.auto-carousel::before, .auto-carousel::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
}
.auto-carousel::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.auto-carousel::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255,255,255,0)); }
.carousel-track { display: flex; gap: 18px; width: max-content; animation: carouselLeft 34s linear infinite; }
.auto-carousel.reverse .carousel-track { animation-name: carouselRight; }
.auto-carousel[data-speed="medium"] .carousel-track { animation-duration: 28s; }
.auto-carousel[data-speed="slow"] .carousel-track { animation-duration: 36s; }
.auto-carousel:hover .carousel-track { animation-play-state: paused; }
.carousel-card { min-width: 280px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.product-thumb { height: 180px; }
.product-thumb.blue { background: linear-gradient(135deg, #1773ff, #59a6ff); }
.product-thumb.purple { background: linear-gradient(135deg, #7453ff, #b08cff); }
.product-thumb.teal { background: linear-gradient(135deg, #00a9b7, #65e0dc); }
.product-thumb.navy { background: linear-gradient(135deg, #0b2346, #355f98); }
.product-card h3, .product-card p, .product-card a { padding-left: 20px; padding-right: 20px; }
.product-card h3 { margin: 18px 0 8px; }
.product-card p { color: var(--muted); margin: 0 0 14px; }
.product-card a { display: inline-block; margin: 0 0 22px; color: #e09400; font-weight: 700; }

.support-banner {
  margin-top: 32px; background: linear-gradient(135deg, var(--navy), #123566); color: #fff;
  border-radius: 30px; padding: 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px;
}
.support-banner-pro { position: relative; overflow: hidden; box-shadow: var(--shadow-strong); }
.support-banner-pro::before {
  content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.05);
}
.support-side { max-width: 420px; position: relative; z-index: 1; }
.support-badge { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.support-banner h3 { font-size: 34px; margin: 0 0 12px; }
.support-banner p { margin: 0; color: #d0dbef; line-height: 1.8; }
.support-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.support-stats div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.06); border-radius: 18px; padding: 14px; text-align: center; }
.support-stats strong { display: block; font-size: 24px; color: #fff; }
.support-stats span { color: #cfdcf2; font-size: 13px; }
.support-avatar { width: 86px; height: 86px; border-radius: 26px; background: linear-gradient(180deg, #fff, #dfe6f6); box-shadow: 0 18px 35px rgba(0,0,0,.18); }
.support-visual-block { min-width: 240px; position: relative; display: grid; place-items: center; }
.support-mini-card {
  position: absolute; left: -10px; bottom: 8px; background: #fff; color: var(--navy); border-radius: 16px; padding: 12px 14px; box-shadow: 0 16px 35px rgba(0,0,0,.18);
  display: grid; gap: 4px;
}
.support-mini-card.right { left: auto; right: -20px; top: 8px; bottom: auto; }
.support-actions { display: grid; gap: 12px; position: relative; z-index: 1; }
.support-avatar.large { width: 320px; height: 320px; border-radius: 34px; }

.ref-track .reference-card { min-width: 260px; }
.reference-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 14px; box-shadow: var(--shadow); }
.reference-card h3 { font-size: 16px; margin: 14px 4px 6px; }
.shot { height: 180px; border-radius: 16px; background-size: cover; background-position: center; }
.shot-1 { background: linear-gradient(135deg, #7a5cff, #bbaeff); }
.shot-2 { background: linear-gradient(135deg, #ffd166, #f7a600); }
.shot-3 { background: linear-gradient(135deg, #2ec4b6, #7ff2e5); }
.shot-4 { background: linear-gradient(135deg, #ef476f, #ff99ad); }

.rating-chip { padding: 14px 18px; background: #fff8e7; color: #ab7200; border-radius: 999px; border: 1px solid #f5deb0; font-weight: 700; }
.testimonial-showcase { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: stretch; }
.featured-testimonial {
  background: linear-gradient(135deg, var(--navy), #163b6d); color: #fff; border-radius: 30px; padding: 34px; position: relative; overflow: hidden; box-shadow: var(--shadow-strong);
}
.featured-testimonial::after { content: ""; position: absolute; right: -30px; bottom: -20px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.06); }
.quote-mark { font-size: 84px; line-height: 1; color: rgba(255,255,255,.22); }
.featured-testimonial h3 { font-size: 30px; margin: 0 0 12px; }
.featured-testimonial p { color: #d7e3fb; line-height: 1.85; margin: 0 0 24px; max-width: 90%; }
.featured-person { display: flex; align-items: center; gap: 14px; }
.person-avatar { width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(180deg, #fff, #dfe6f6); }
.featured-person span { display: block; color: #a9bddf; margin-top: 4px; }
.testimonial-stack { display: grid; gap: 18px; }
.testimonial-card.premium { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: var(--shadow); }
.testimonial-card.premium p { margin: 10px 0 16px; line-height: 1.75; color: var(--muted); }
.stars { color: #ffb200; letter-spacing: .18em; }
.testimonial-card.premium h4 { margin: 0; color: var(--navy); }

.cta-contact { background: linear-gradient(135deg, var(--navy), #0d274f); color: #fff; }
.cta-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; }
.contact-form-wrap h2 { margin-top: 0; font-size: clamp(30px, 4vw, 44px); }
.contact-form { background: #fff; padding: 24px; border-radius: 28px; color: var(--text); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea, .newsletter-form input {
  width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 15px 16px; font: inherit; color: var(--text); background: #fbfdff;
}
.contact-form textarea { margin: 14px 0 16px; resize: vertical; }

.advanced-blog-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.advanced-blog-card { position: relative; }
.blog-thumb { height: 150px; background-size: cover; background-position: center; }
.thumb-1 { background: linear-gradient(135deg, #ffd166, #ffe7a3); }
.thumb-2 { background: linear-gradient(135deg, #9be7ff, #d8f6ff); }
.thumb-3 { background: linear-gradient(135deg, #ffafcc, #ffc8dd); }
.thumb-4 { background: linear-gradient(135deg, #caffbf, #e7ffd9); }
.thumb-5 { background: linear-gradient(135deg, #bdb2ff, #dfd9ff); }
.blog-tag {
  display: inline-flex; margin: 14px 16px 0; padding: 6px 10px; border-radius: 999px; background: #fff5db; color: #b67800; font-size: 12px; font-weight: 700;
}
.blog-card h3, .blog-card p { padding: 0 16px; }
.blog-card h3 { font-size: 18px; margin: 14px 0 8px; }
.blog-card p { color: var(--muted); margin: 0 0 14px; line-height: 1.7; }
.blog-meta {
  display: flex; justify-content: space-between; align-items: center; padding: 0 16px 18px; color: #7a8498; font-size: 14px;
}
.blog-meta a { color: #e09400; font-weight: 700; }

.partners { padding: 28px 0; background: #f8fafc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partners-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; text-align: center; font-weight: 800; color: #6c7485; }
.newsletter { padding: 34px 0 60px; background: #fff; }
.newsletter-box {
  background: linear-gradient(135deg, #fff7de, #fff2c4); border: 1px solid #f3e0a1; border-radius: 24px; padding: 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.wide-newsletter { min-height: 110px; padding: 28px 32px; }
.newsletter-box h3 { margin: 8px 0 0; }
.newsletter-form { display: flex; gap: 12px; width: min(460px, 100%); }
.wide-form { width: min(620px, 100%); }
.footer { background: linear-gradient(180deg, #0b182e, #081222); color: #d2ddf0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 24px; padding: 54px 0; }
.footer h4 { color: #fff; margin-top: 0; }
.footer a { display: block; color: #a9b7d2; margin: 10px 0; }
.footer-logo { color: #fff; margin-bottom: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; gap: 16px; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; font-size: 13px; font-weight: 800;
}

@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes pulseSoft {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes carouselLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes carouselRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (max-width: 1100px) {
  .menu, .nav-actions { display: none; }
  .mobile-toggle { display: block; }
  .hero-grid, .infra-grid, .testimonial-showcase, .cta-grid { grid-template-columns: 1fr; }
  .pricing-grid, .advanced-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-steps { grid-template-columns: repeat(3, 1fr); }
  .feature-why-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row, .partners-row, .footer-grid, .icon-row { grid-template-columns: repeat(2, 1fr); }
  .promo-grid, .server-cards { grid-template-columns: 1fr; }
  .support-banner { flex-direction: column; align-items: stretch; }
}

@media (max-width: 760px) {
  .topbar { display: none; }
  .section { padding: 72px 0; }
  .hero { padding-top: 24px; }
  .hero h1 { font-size: 34px; }
  .hero-actions, .search-top, .search-box-row, .newsletter-box, .newsletter-form, .support-banner, .footer-bottom-inner, .section-heading.between { flex-direction: column; align-items: stretch; }
  .search-shell { position: static; margin-top: 26px; }
  .hero { padding-bottom: 46px; }
  .pricing-grid, .advanced-blog-grid, .timeline-steps, .feature-why-grid, .stats-row, .partners-row, .footer-grid, .icon-row, .grid-2, .domain-prices, .support-stats { grid-template-columns: 1fr; }
  .hero-mini-stats { gap: 18px; }
  .floating-search { width: calc(100% - 20px); }
  .large-card { min-height: 370px; }
  .avatar.male { width: 150px; height: 220px; right: 14px; }
  .avatar.female { width: 120px; height: 180px; left: 14px; }
  .timeline-line { display: none; }
  .support-visual-block { min-height: 180px; }
  .support-mini-card { left: 0; bottom: 0; }
  .support-mini-card.right { right: 0; top: 0; }
  .carousel-card, .ref-track .reference-card { min-width: 240px; }
  .wide-newsletter { padding: 24px; }
}


/* asset image enhancements */
.service-img,
.shot-img,
.blog-img,
.support-photo,
.avatar-img,
.mini-avatar {
  display: block;
}
.service-img,
.shot-img,
.blog-img {
  width: 100%;
  object-fit: cover;
}
.service-img { height: 180px; }
.shot-img { height: 180px; }
.blog-img { height: 150px; }

.support-photo {
  object-fit: cover;
  width: 86px;
  height: 86px;
}
.support-avatar.large.support-photo {
  width: 320px;
  height: 320px;
  border-radius: 34px;
  object-fit: cover;
}

.avatar-img,
.mini-avatar {
  object-fit: cover;
  border-radius: 50%;
}
.avatar-img {
  width: 62px;
  height: 62px;
  border: 3px solid rgba(255,255,255,.18);
}
.mini-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mini-avatar {
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
}
.mini-person h4 {
  margin: 0;
  color: var(--navy);
}
.mini-person span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.reference-card,
.advanced-blog-card,
.service-card {
  overflow: hidden;
}

.reference-card h3,
.advanced-blog-card h3,
.service-card h3 {
  min-height: 44px;
}

@media (max-width: 768px) {
  .support-avatar.large.support-photo {
    width: 100%;
    max-width: 320px;
    height: 260px;
  }
}


/* Promo section refinements */
.promo-grid {
  align-items: stretch;
}
.promo-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
.promo-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.promo-card.white::after,
.promo-card.yellow-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -55px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.promo-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.promo-card.white .promo-label {
  background: #fff5db;
  color: #a56a00;
}
.promo-card.yellow-card .promo-label {
  background: rgba(255,255,255,.22);
  color: #fff;
}
.promo-card h3 {
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}
.promo-card p {
  position: relative;
  z-index: 1;
  max-width: 520px;
}
.promo-price {
  font-size: 34px !important;
  line-height: 1;
  font-weight: 800;
}
.promo-price small {
  font-size: 16px !important;
}
.promo-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.promo-features span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(231,236,244,.9);
}
.promo-features.dark span {
  background: rgba(255,255,255,.18);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}
.timer {
  gap: 10px;
}
.timer div {
  min-width: 72px;
  padding: 14px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(6px);
}
.timer div span {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .promo-price {
    font-size: 28px !important;
  }
  .promo-price small {
    font-size: 14px !important;
  }
  .promo-card {
    min-height: auto;
  }
}


/* Featured software photos */
.software-showcase-card {
  min-width: 300px;
}
.software-cover {
  height: 220px;
  width: 100%;
  object-fit: contain;
  object-position: center center;
  background: #f7f9fc;
  padding: 10px;
  border-bottom: 1px solid var(--line);
}
.software-showcase-card h3 {
  font-size: 20px;
}
.software-showcase-card p {
  min-height: 52px;
}
@media (max-width: 768px) {
  .software-cover {
    height: 190px;
    padding: 8px;
  }
  .software-showcase-card {
    min-width: 270px;
  }
}


/* Services section */
.services-grid-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}
.services-grid-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service-info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(15, 32, 66, 0.12);
}
.service-info-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.service-info-body {
  padding: 22px;
}
.service-info-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--navy);
}
.service-info-body p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.75;
  min-height: 88px;
}
.service-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(247, 183, 51, 0.24);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(247, 183, 51, 0.30);
}

@media (max-width: 1024px) {
  .services-grid-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .services-grid-cards {
    grid-template-columns: 1fr;
  }
  .service-info-img {
    height: 220px;
  }
  .service-info-body p {
    min-height: auto;
  }
}


/* Web packages adjustments */
.web-package-card .price {
  font-size: 34px;
}
.web-package-card .price small {
  font-size: 16px;
}


/* Force package grid to stay 3 columns on desktop */
.web-packages-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.web-package-card ul li {
  line-height: 1.65;
}
.web-package-card .price {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .web-packages-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Why section redesign */
.why-premium-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  margin-top: 26px;
}
.why-highlight-card {
  background: linear-gradient(135deg, var(--navy), #123566);
  color: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.why-highlight-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.why-highlight-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}
.why-highlight-card h3 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  margin: 0 0 14px;
}
.why-highlight-card p {
  color: #cddaf1;
  line-height: 1.8;
  max-width: 640px;
}
.why-point-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.why-point-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.why-point-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  font-weight: 800;
}
.why-feature-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.why-alt-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.why-alt-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff5db;
  font-size: 24px;
  margin-bottom: 16px;
}
.why-alt-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
}
.why-alt-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
@media (max-width: 900px) {
  .why-premium-layout {
    grid-template-columns: 1fr;
  }
  .why-feature-stack {
    grid-template-columns: 1fr;
  }
}

/* wide support banner */
.support-banner-wide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  padding: 0;
}
.support-banner-wide .support-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 16px;
}
.support-actions.horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 900px) {
  .support-banner-wide .support-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* reference buttons */
.ref-link-btn {
  display: inline-flex;
  margin: 0 4px 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-weight: 700;
}

/* blog 3-column style via carousel */
.blog-carousel {
  overflow: hidden;
}
.blog-track .advanced-blog-card {
  min-width: calc((1180px - 36px) / 3);
  max-width: calc((1180px - 36px) / 3);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
@media (max-width: 1180px) {
  .blog-track .advanced-blog-card {
    min-width: 340px;
    max-width: 340px;
  }
}

/* floating actions */
.floating-support-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.scroll-top-btn,
.whatsapp-float-btn {
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(15, 32, 66, 0.18);
}
.scroll-top-btn {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}
.scroll-top-btn.show {
  display: grid;
}
.whatsapp-float-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-weight: 800;
}


/* upgraded web packages */
.premium-packages-grid {
  gap: 26px;
  align-items: stretch;
}
.premium-web-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding-top: 8px;
}
.premium-web-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(247,183,51,.08);
}
.package-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.mini-chip {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f6f8fc;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  border: 1px solid var(--line);
}
.premium-web-card h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.package-desc {
  color: var(--muted);
  line-height: 1.75;
  min-height: 84px;
  margin-bottom: 16px;
}
.premium-web-card .price {
  font-size: 32px;
  margin-bottom: 16px;
}
.premium-web-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
}
.premium-web-card ul li {
  position: relative;
  padding-left: 28px;
  line-height: 1.65;
  color: #33415c;
}
.premium-web-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.package-footer {
  display: grid;
  gap: 12px;
}
.package-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f7f9fc;
  color: #5b6780;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid var(--line);
}
.focus-card {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(15,32,66,.14);
}
@media (max-width: 1024px) {
  .focus-card {
    transform: none;
  }
  .package-desc {
    min-height: auto;
  }
}

/* upgraded why section */
.why-v2 {
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}
.why-master-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
}
.why-main-panel {
  background: linear-gradient(135deg, var(--navy), #123566);
  color: #fff;
  border-radius: 32px;
  padding: 36px;
  box-shadow: 0 24px 50px rgba(15,32,66,.16);
  position: relative;
  overflow: hidden;
}
.why-main-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.why-main-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
}
.why-main-panel h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}
.why-main-panel p {
  margin: 0;
  color: #d2ddf0;
  line-height: 1.85;
  max-width: 660px;
}
.why-metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.why-metric-box {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.why-metric-box strong {
  display: block;
  font-size: 22px;
  margin-bottom: 6px;
}
.why-metric-box span {
  color: #c9d8ef;
}
.why-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.why-pro-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.why-pro-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(15,32,66,.12);
}
.why-pro-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff5db;
  color: #b67800;
  font-weight: 800;
  margin-bottom: 16px;
}
.why-pro-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 21px;
}
.why-pro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.why-bottom-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.why-bottom-strip div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  text-align: center;
  box-shadow: var(--shadow);
}
.why-bottom-strip strong {
  display: block;
  color: var(--navy);
  font-size: 28px;
  margin-bottom: 8px;
}
.why-bottom-strip span {
  color: var(--muted);
}
@media (max-width: 1024px) {
  .why-master-grid {
    grid-template-columns: 1fr;
  }
  .why-side-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-bottom-strip {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .why-side-grid,
  .why-metric-row,
  .why-bottom-strip {
    grid-template-columns: 1fr;
  }
}


/* hard refresh for Web Paketleri */
.premium-packages-section {
  background:
    radial-gradient(circle at top left, rgba(247,183,51,.10), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}
.packages-top-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0 26px;
}
.package-strip-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow);
}
.package-strip-item strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 6px;
}
.package-strip-item span {
  color: var(--muted);
  font-weight: 600;
}

.v2-web-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.v2-package-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 22px 44px rgba(15, 32, 66, 0.08);
  overflow: hidden;
}
.v2-package-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(247,183,51,.09);
}
.v2-package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.v2-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.v2-badge.greenish {
  background: #eaf8df;
  color: #3c7d14;
}
.v2-mini-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4f7fc;
  color: #4b5a76;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid var(--line);
}
.v2-package-card h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.08;
  color: var(--navy);
}
.v2-package-sub {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
  min-height: 86px;
}
.v2-price-box {
  display: inline-grid;
  gap: 2px;
  padding: 14px 18px;
  border-radius: 22px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  margin-bottom: 18px;
}
.v2-price-box span {
  color: #66758f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.v2-price-box strong {
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}
.v2-price-box.accent {
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  border-color: transparent;
}
.v2-price-box.accent span,
.v2-price-box.accent strong {
  color: #fff;
}
.v2-package-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 11px;
}
.v2-package-list li {
  position: relative;
  padding-left: 28px;
  color: #33415c;
  line-height: 1.65;
}
.v2-package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.v2-package-btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
  border-radius: 999px;
  background: #0b2346;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 16px 28px rgba(11,35,70,.18);
}
.v2-package-btn.solid {
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  box-shadow: 0 16px 28px rgba(247,183,51,.28);
}
.v2-package-btn:hover {
  transform: translateY(-3px);
}
.featured-v2-package {
  border-color: rgba(247,183,51,.32);
  transform: translateY(-10px);
  box-shadow: 0 28px 52px rgba(15, 32, 66, 0.14);
}
.v2-popular-ribbon {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0b2346;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .packages-top-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .v2-web-packages-grid {
    grid-template-columns: 1fr;
  }
  .featured-v2-package {
    transform: none;
  }
  .v2-package-sub {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .packages-top-strip {
    grid-template-columns: 1fr;
  }
}


/* remove visible price feeling in web packages */
.v2-info-strip {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  color: #5e6b84;
  font-weight: 700;
  margin-bottom: 18px;
}

/* featured software upgrade */
.featured-software-carousel .carousel-track {
  gap: 22px;
}
.software-showcase-card {
  overflow: hidden;
  border-radius: 26px;
}
.software-card-body {
  padding: 20px 20px 22px;
}
.software-chip {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.software-card-body h3 {
  margin: 0 0 10px;
}
.software-card-body p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.75;
  min-height: 52px;
}
.software-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(247,183,51,.22);
}

/* auto partners strip */
.partners-auto {
  padding: 20px 0 30px;
  background: #fff;
  overflow: hidden;
}
.partners-carousel {
  overflow: hidden;
}
.partners-track {
  display: flex;
  gap: 18px;
  width: max-content;
}
.partners-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  color: var(--navy);
  font-weight: 800;
  box-shadow: var(--shadow);
}

/* full width newsletter above footer */
.newsletter-wide-banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(135deg, var(--navy), #123566);
  padding: 30px 0;
}
.newsletter-inner-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.newsletter-wide-banner h3 {
  color: #fff;
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
}
.banner-form {
  min-width: min(520px, 100%);
  display: flex;
  gap: 12px;
}
.banner-form input {
  background: #fff;
  border: 0;
  min-height: 56px;
}
.banner-form .primary-btn {
  min-width: 150px;
}
@media (max-width: 900px) {
  .newsletter-inner-wide {
    flex-direction: column;
    align-items: stretch;
  }
  .banner-form {
    min-width: 100%;
    flex-direction: column;
  }
}


/* remove top package strip space leftovers */
.packages-top-strip { display: none !important; }

/* search panel positioning fix */
.hero {
  padding-bottom: 190px;
}
.search-shell {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -105px;
  z-index: 4;
}
.search-panel {
  position: relative;
  z-index: 5;
}
.hero-mini-stats {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.domain-search-input {
  flex: 1;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 22px;
  font: inherit;
  font-size: 16px;
  color: var(--navy);
  background: #fff;
}
.domain-search-input:focus {
  outline: none;
  border-color: rgba(247,183,51,.7);
  box-shadow: 0 0 0 4px rgba(247,183,51,.12);
}
.domain-search-result {
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #f7f9fd;
  color: #5e6b84;
  font-weight: 700;
  border: 1px solid var(--line);
}
.domain-search-result.available {
  background: #eaf8df;
  color: #2f6a12;
  border-color: #cfeab8;
}
.domain-search-result.unavailable {
  background: #fff0f0;
  color: #a12a2a;
  border-color: #f3caca;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 230px;
  }
  .search-shell {
    bottom: -145px;
  }
  .search-box-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}


/* force-hide removed strip */
.packages-top-strip,
.package-strip-item {
  display: none !important;
}

/* stable web packages layout */
.v2-web-packages-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
  align-items: stretch !important;
}
.v2-package-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 22px 44px rgba(15, 32, 66, 0.08);
  overflow: hidden;
}
.v2-package-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(247,183,51,.09);
}
.v2-package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.v2-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.v2-badge.greenish {
  background: #eaf8df;
  color: #3c7d14;
}
.v2-mini-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4f7fc;
  color: #4b5a76;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid var(--line);
}
.v2-package-card h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.08;
  color: var(--navy);
}
.v2-package-sub {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
  min-height: 86px;
}
.v2-info-strip {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  color: #5e6b84;
  font-weight: 700;
  margin-bottom: 18px;
}
.v2-package-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 11px;
}
.v2-package-list li {
  position: relative;
  padding-left: 28px;
  color: #33415c;
  line-height: 1.65;
}
.v2-package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.v2-package-btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
  border-radius: 999px;
  background: #0b2346;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 16px 28px rgba(11,35,70,.18);
}
.v2-package-btn.solid {
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  box-shadow: 0 16px 28px rgba(247,183,51,.28);
}
.v2-package-btn:hover {
  transform: translateY(-3px);
}
.featured-v2-package {
  border-color: rgba(247,183,51,.32);
  transform: translateY(-10px);
  box-shadow: 0 28px 52px rgba(15, 32, 66, 0.14);
}
.v2-popular-ribbon {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0b2346;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
@media (max-width: 1100px) {
  .v2-web-packages-grid {
    grid-template-columns: 1fr !important;
  }
  .featured-v2-package {
    transform: none;
  }
  .v2-package-sub {
    min-height: auto;
  }
}


/* lower domain search panel a bit more */
.search-shell {
  bottom: -135px !important;
}

@media (max-width: 900px) {
  .search-shell {
    bottom: -165px !important;
  }
}


/* service detail page */
.service-hero {
  padding: 48px 0 80px;
  background: radial-gradient(circle at 10% 10%, rgba(247,183,51,.08), transparent 20%), linear-gradient(180deg, var(--navy) 0%, #0d274f 100%);
  color: #fff;
}
.service-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.service-hero-copy h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  margin: 0 0 18px;
}
.service-hero-copy p {
  color: #d4e1f5;
  line-height: 1.8;
  font-size: 17px;
  max-width: 680px;
}
.service-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.service-hero-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.service-hero-stats div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 18px;
  min-width: 150px;
}
.service-hero-stats strong {
  display: block;
  font-size: 24px;
  margin-bottom: 6px;
}
.service-hero-stats span {
  color: #b8c8e4;
}
.service-hero-card {
  position: relative;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 34px;
  padding: 18px;
  min-height: 480px;
  box-shadow: 0 24px 50px rgba(0,0,0,.18);
}
.service-hero-image {
  width: 100%;
  height: 100%;
  min-height: 444px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}
.service-floating-card {
  position: absolute;
  background: #fff;
  color: var(--navy);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
}
.service-floating-card strong {
  font-size: 15px;
}
.service-floating-card span {
  font-size: 13px;
  color: var(--muted);
}
.service-floating-card.one {
  left: -14px;
  bottom: 26px;
}
.service-floating-card.two {
  right: -14px;
  top: 32px;
}
.service-overview-grid,
.service-process-grid,
.service-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.service-overview-card,
.process-step-card,
.service-package-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.overview-icon,
.process-step-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff5db;
  color: #b67800;
  font-weight: 800;
  margin-bottom: 16px;
}
.service-overview-card h3,
.process-step-card h3,
.service-package-box h3 {
  margin: 0 0 10px;
  color: var(--navy);
}
.service-overview-card p,
.process-step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.service-feature-band {
  background: linear-gradient(135deg, #f7f9fd, #ffffff);
}
.service-feature-band-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}
.service-feature-copy h2 {
  margin-top: 0;
  font-size: clamp(30px, 4vw, 44px);
}
.service-feature-copy p {
  color: var(--muted);
  line-height: 1.85;
}
.service-check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}
.service-check-list li {
  position: relative;
  padding-left: 28px;
  color: #33415c;
  font-weight: 600;
}
.service-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.service-feature-panel {
  display: grid;
  gap: 18px;
}
.feature-panel-box {
  background: linear-gradient(135deg, var(--navy), #123566);
  color: #fff;
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.feature-panel-box strong {
  display: block;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  margin-bottom: 8px;
}
.feature-panel-box span {
  color: #c8d8ef;
}
.service-package-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.service-package-box li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.7;
}
.service-package-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #e09400;
  font-weight: 800;
}
.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
}
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.service-offer {
  background: linear-gradient(135deg, var(--navy), #0d274f);
  color: #fff;
}
.service-offer-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
}
.service-offer-copy h2 {
  margin-top: 0;
  font-size: clamp(30px, 4vw, 44px);
}
.service-offer-copy p {
  color: #c6d7ef;
  line-height: 1.8;
}
.service-offer-form {
  box-shadow: 0 24px 50px rgba(0,0,0,.2);
}
@media (max-width: 1100px) {
  .service-hero-grid,
  .service-feature-band-grid,
  .service-offer-grid,
  .service-overview-grid,
  .service-process-grid,
  .service-package-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .service-hero-grid,
  .service-feature-band-grid,
  .service-offer-grid,
  .service-overview-grid,
  .service-process-grid,
  .service-package-grid {
    grid-template-columns: 1fr;
  }
  .service-hero-card {
    min-height: auto;
  }
  .service-hero-image {
    min-height: 280px;
  }
  .service-floating-card.one,
  .service-floating-card.two {
    position: static;
    margin-top: 12px;
  }
}


/* header dropdown menu */
.menu-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.menu-dropbtn {
  background: transparent;
  border: 0;
  color: #39465c;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
.menu-dropbtn:hover {
  color: var(--navy);
}
.menu-dropdown-content {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 260px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 32, 66, 0.12);
  padding: 10px;
  display: none;
  z-index: 50;
}
.menu-dropdown-content a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: #39465c;
  font-weight: 500;
}
.menu-dropdown-content a:hover {
  background: #f7f9fd;
  color: var(--navy);
}
.menu-dropdown:hover .menu-dropdown-content {
  display: block;
}

@media (max-width: 980px) {
  .menu-dropdown {
    display: none;
  }
}


/* featured software square visuals */
.software-showcase-card {
  min-width: 560px;
}
.square-software-cover {
  width: 510px;
  height: 510px;
  max-width: calc(100% - 32px);
  margin: 16px auto 0;
  object-fit: contain;
  object-position: center;
  background: #f7f9fc;
  border-radius: 22px;
  padding: 12px;
  border: 1px solid var(--line);
}
.software-card-body {
  padding-top: 18px;
}
.software-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.software-actions .software-btn {
  min-width: 132px;
}
.secondary-soft-btn {
  background: #0b2346;
  box-shadow: 0 14px 24px rgba(11,35,70,.18);
}
@media (max-width: 768px) {
  .software-showcase-card {
    min-width: 320px;
  }
  .square-software-cover {
    width: calc(100% - 24px);
    height: 320px;
  }
}

/* stable desktop dropdown */
.menu-dropdown {
  position: relative;
}
.menu-dropdown-bridge {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px;
  display: block;
}
.menu-dropdown-content {
  top: calc(100% + 14px);
}
.menu-dropdown:hover .menu-dropdown-content,
.menu-dropdown:focus-within .menu-dropdown-content {
  display: block;
}

/* mobile menu content */
.mobile-submenu-block {
  padding: 8px 0 4px;
  border-bottom: 1px dashed var(--line);
}
.mobile-submenu-title {
  padding: 8px 0 10px;
  color: var(--navy);
  font-weight: 800;
}
.mobile-submenu-block a {
  padding: 10px 0 10px 12px;
  border-bottom: 1px dashed rgba(231,236,244,.7);
}
.mobile-submenu-block a:last-child {
  border-bottom: 0;
}

/* make domain panel and hero breathe more */
.hero {
  padding-top: 44px;
  padding-bottom: 270px !important;
}
.hero-grid {
  align-items: start;
}
.hero-copy {
  padding-top: 10px;
}
.hero-mini-stats {
  margin-top: 40px;
}
.search-shell {
  bottom: -170px !important;
}
.search-panel {
  padding: 28px;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(15,32,66,.14);
}
.search-top {
  margin-bottom: 18px;
}
.domain-prices {
  margin-top: 18px;
}
.section.packages,
.section.promos,
.section.services-grid-section,
.section.why,
.section.software {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .hero {
    padding-bottom: 300px !important;
  }
  .search-shell {
    bottom: -185px !important;
  }
}


/* generic inner pages */
.inner-hero {
  background: linear-gradient(180deg, var(--navy) 0%, #0d274f 100%);
  color: #fff;
  padding: 56px 0 64px;
}
.inner-hero-content {
  max-width: 860px;
}
.inner-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
}
.inner-hero p {
  margin: 0;
  color: #d3e0f5;
  line-height: 1.85;
  font-size: 17px;
}
.content-page {
  padding: 72px 0;
}
.alt-page-bg {
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}
.page-grid-two,
.blog-detail-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
}
.page-content-card,
.page-side-card,
.blog-sidebar-card,
.legal-content-card,
.blog-detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.page-content-card h2,
.legal-content-card h2,
.blog-detail-card h2 {
  margin-top: 0;
  color: var(--navy);
}
.page-side-card h3,
.blog-sidebar-card h3 {
  margin-top: 0;
  color: var(--navy);
}
.page-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.page-check-list li {
  position: relative;
  padding-left: 28px;
  color: #33415c;
  line-height: 1.7;
}
.page-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.page-feature-grid,
.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.page-feature-box,
.blog-page-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.blog-page-thumb,
.blog-detail-hero {
  width: 100%;
  border-radius: 18px;
  display: block;
  object-fit: cover;
}
.blog-page-thumb {
  height: 200px;
  margin-bottom: 14px;
}
.blog-detail-hero {
  height: 340px;
  margin-bottom: 18px;
}
.blog-page-card h3 {
  margin: 12px 0 10px;
  color: var(--navy);
  font-size: 22px;
}
.blog-page-card p,
.blog-detail-card p,
.page-content-card p,
.page-side-card p,
.legal-content-card p,
.legal-content-card li {
  color: var(--muted);
  line-height: 1.8;
}
.contact-info-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.contact-info-list div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.contact-info-list strong {
  color: var(--navy);
}
.page-contact-form {
  box-shadow: 0 24px 48px rgba(15,32,66,.12);
}
.support-help-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.mini-help-box {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7f9fd;
  border: 1px solid var(--line);
}
.legal-content-card h3 {
  margin-top: 24px;
  color: var(--navy);
}
@media (max-width: 1024px) {
  .page-grid-two,
  .blog-detail-layout,
  .page-feature-grid,
  .blog-page-grid {
    grid-template-columns: 1fr;
  }
}


/* smaller featured software visuals */
.software-showcase-card {
  min-width: 500px !important;
}
.square-software-cover {
  width: 380px !important;
  height: 380px !important;
  max-width: calc(100% - 32px) !important;
  margin: 16px auto 0 !important;
}
@media (max-width: 768px) {
  .software-showcase-card {
    min-width: 320px !important;
  }
  .square-software-cover {
    width: calc(100% - 24px) !important;
    height: 260px !important;
  }
}

/* make sure domain panel stays above hero visual and next sections */
.hero {
  overflow: visible !important;
  z-index: 1;
}
.hero-grid,
.hero-copy,
.hero-visual,
.large-card,
.search-shell,
.search-panel {
  position: relative;
}
.hero-grid,
.hero-copy,
.hero-visual,
.large-card {
  z-index: 2;
}
.search-shell {
  z-index: 25 !important;
}
.search-panel {
  z-index: 30 !important;
  box-shadow: 0 34px 70px rgba(15,32,66,.18) !important;
}
.section.packages,
.section.promos,
.section.services-grid-section,
.section.why,
.section.software,
.partners-auto,
.newsletter-wide-banner,
.footer {
  position: relative;
  z-index: 1;
}

/* footer spacing safety on homepage */
.footer {
  display: block !important;
  visibility: visible !important;
}


/* hero woman image */
.hero-woman-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}
.hero-woman-image {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.12));
}
.hero-woman-card .floating-tag,
.hero-woman-card .floating-search {
  z-index: 3;
}

/* partner logos */
.partners-logo-track {
  gap: 20px;
}
.partner-logo-card {
  min-width: 210px !important;
  height: 92px;
  padding: 14px 22px !important;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.partner-logo-card img {
  max-width: 150px;
  max-height: 46px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .partner-logo-card {
    min-width: 170px !important;
    height: 78px;
  }
  .partner-logo-card img {
    max-width: 120px;
    max-height: 34px;
  }
}

/* footer extra contact column */
.footer-grid-extended {
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1.1fr;
}
.footer-contact-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-contact-col span,
.footer-contact-col a {
  color: #d8e3f6;
}
.footer-login-btn {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  color: #fff !important;
  font-weight: 800;
  width: fit-content;
  box-shadow: 0 14px 24px rgba(247,183,51,.24);
}
@media (max-width: 1100px) {
  .footer-grid-extended {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer-grid-extended {
    grid-template-columns: 1fr;
  }
}


/* mobile overflow fix */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.container {
  width: min(1180px, calc(100% - 24px));
}
.auto-carousel,
.carousel-track,
.hero,
.footer,
.newsletter-wide-banner,
.partners-auto,
.support-banner-wide,
.hero-visual,
.large-card {
  max-width: 100%;
}
@media (max-width: 768px) {
  .container {
    width: min(1180px, calc(100% - 20px));
  }
  .hero-visual,
  .large-card,
  .service-card,
  .v2-package-card,
  .reference-card,
  .blog-card,
  .testimonial-card {
    min-width: 0 !important;
  }
}

/* hero woman fit fix */
.hero-woman-card {
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-woman-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  object-fit: cover !important;
  object-position: center top !important;
  margin: 0 !important;
  display: block;
}
@media (max-width: 900px) {
  .hero-woman-image {
    min-height: 320px !important;
    object-position: center top !important;
  }
}


/* support banner repair */
.support-banner-wide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  padding: 0 !important;
  overflow: visible !important;
}
.support-banner-wide .support-banner-inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 16px;
}
.support-side {
  flex: 1 1 auto;
}
.support-actions.horizontal {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .support-banner-wide .support-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .support-actions.horizontal {
    justify-content: flex-start;
  }
}

/* auth + panel pages */
.auth-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.auth-copy-card,
.auth-form-card,
.panel-sidebar-card,
.panel-main-card,
.panel-table-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.auth-copy-card h2,
.panel-main-card h2,
.panel-sidebar-card h3,
.panel-table-card h3 {
  margin-top: 0;
  color: var(--navy);
}
.auth-inline-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px 0 18px;
}
.auth-inline-links a {
  color: var(--navy);
  font-weight: 600;
}
.panel-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
}
.panel-sidebar-card {
  display: grid;
  gap: 12px;
  align-self: start;
}
.panel-sidebar-card a {
  padding: 13px 15px;
  border-radius: 14px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  color: #33415c;
  font-weight: 600;
}
.panel-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.panel-stat-box {
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.panel-stat-box strong {
  display: block;
  color: var(--navy);
  font-size: 28px;
  margin-bottom: 8px;
}
.panel-stat-box span {
  color: var(--muted);
}
.panel-table-card {
  padding-top: 24px;
}
.panel-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.panel-row:last-child {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .auth-grid,
  .panel-layout {
    grid-template-columns: 1fr;
  }
  .panel-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .panel-stat-grid {
    grid-template-columns: 1fr;
  }
}


/* index full-width support banner restore */
.support-banner-index-full {
  width: 100%;
  margin: 36px 0 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(15,32,66,.16);
}
.support-banner-index-full .support-banner-inner {
  width: 100%;
  background: linear-gradient(135deg, var(--navy), #123566);
}
.support-banner-content-wrap {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 24px;
}
.support-banner-index-full .support-side {
  flex: 1 1 auto;
}
.support-banner-index-full .support-actions.horizontal {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.support-banner-index-full .support-stats {
  margin-top: 22px;
}
@media (max-width: 900px) {
  .support-banner-index-full .support-banner-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
  .support-banner-index-full .support-actions.horizontal {
    justify-content: flex-start;
  }
}


/* real full-width support banner on index */
.support-banner-index-fullbleed {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  margin-top: 36px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.support-banner-index-fullbleed .support-banner-inner {
  width: 100%;
  background: linear-gradient(135deg, var(--navy), #123566);
}
.support-banner-content-wrap-full {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 0;
}
.support-banner-index-fullbleed .support-side {
  flex: 1 1 auto;
}
.support-banner-index-fullbleed .support-actions.horizontal {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.support-banner-index-fullbleed .support-stats {
  margin-top: 22px;
}
@media (max-width: 900px) {
  .support-banner-content-wrap-full {
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 28px 0;
  }
  .support-banner-index-fullbleed .support-actions.horizontal {
    justify-content: flex-start;
  }
}


/* definitive full-width support banner fix */
.support-banner-root-section {
  position: relative;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  margin: 36px 0 0 0;
  padding: 0;
  overflow: hidden;
  z-index: 3;
}
.support-banner-root-inner {
  width: 100vw;
  max-width: 100vw;
  background: linear-gradient(135deg, var(--navy), #123566);
}
.support-banner-root-wrap {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 0;
}
.support-banner-root-section .support-side {
  flex: 1 1 auto;
  color: #fff;
}
.support-banner-root-section .support-side h3 {
  color: #fff;
  margin: 10px 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}
.support-banner-root-section .support-side p {
  color: #d1ddf1;
  line-height: 1.85;
  margin: 0;
  max-width: 860px;
}
.support-banner-root-section .support-actions.horizontal {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.support-banner-root-section .support-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.support-banner-root-section .support-stats div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  min-width: 150px;
}
.support-banner-root-section .support-stats strong {
  color: #fff;
  font-size: 24px;
}
.support-banner-root-section .support-stats span {
  color: #c8d7ee;
}
.support-banner-root-section .support-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.support-banner-root-section .ghost-btn.light-ghost {
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
}
@media (max-width: 900px) {
  .support-banner-root-wrap {
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 28px 0;
  }
  .support-banner-root-section .support-actions.horizontal {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}


/* lower / flatter full-width support banner */
.support-banner-root-section {
  margin-top: 28px !important;
}
.support-banner-root-wrap {
  min-height: 150px !important;
  padding: 22px 0 !important;
  gap: 22px !important;
}
.support-banner-root-section .support-side h3 {
  font-size: clamp(24px, 3.2vw, 34px) !important;
  margin: 8px 0 10px !important;
}
.support-banner-root-section .support-side p {
  line-height: 1.7 !important;
  font-size: 15px !important;
}
.support-banner-root-section .support-stats {
  margin-top: 16px !important;
  gap: 12px !important;
}
.support-banner-root-section .support-stats div {
  min-width: 128px !important;
  padding: 12px 14px !important;
}
.support-banner-root-section .support-stats strong {
  font-size: 20px !important;
}
@media (max-width: 900px) {
  .support-banner-root-wrap {
    min-height: auto !important;
    padding: 22px 0 !important;
  }
}

/* force software buttons text white */
.software-btn,
.software-btn:visited,
.software-btn:hover,
.software-btn:active,
.software-btn:focus,
.secondary-soft-btn,
.secondary-soft-btn:visited,
.secondary-soft-btn:hover,
.secondary-soft-btn:active,
.secondary-soft-btn:focus {
  color: #fff !important;
}

/* mobile image fixes */
@media (max-width: 768px) {
  /* featured software */
  .featured-software-carousel .carousel-track {
    gap: 14px !important;
  }
  .software-showcase-card {
    min-width: 300px !important;
  }
  .square-software-cover {
    width: calc(100% - 20px) !important;
    height: 220px !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }
  .software-card-body {
    padding: 16px 16px 18px !important;
  }

  /* references */
  .ref-track .reference-card,
  .reference-card {
    min-width: 280px !important;
    max-width: 280px !important;
  }
  .shot,
  .shot-img {
    height: 170px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 14px !important;
  }

  /* blog cards */
  .blog-track .advanced-blog-card,
  .advanced-blog-card {
    min-width: 280px !important;
    max-width: 280px !important;
  }
  .blog-thumb,
  .blog-img {
    height: 170px !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* prevent clipped cards in carousels */
  .auto-carousel {
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
  .carousel-track {
    align-items: stretch !important;
  }
}


/* mobile carousel motion fix */
@media (max-width: 768px) {
  .featured-software-carousel,
  .blog-carousel,
  .partners-carousel,
  .references .auto-carousel {
    overflow: hidden !important;
    width: 100% !important;
  }

  .featured-software-carousel .carousel-track,
  .blog-carousel .carousel-track,
  .references .carousel-track {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    flex-wrap: nowrap !important;
    will-change: transform;
  }

  .featured-software-carousel .carousel-track {
    animation: carouselLeft 30s linear infinite !important;
  }

  .blog-carousel .carousel-track {
    animation: carouselLeft 28s linear infinite !important;
  }

  .references .auto-carousel.reverse .carousel-track,
  .references .carousel-track.ref-track {
    animation: carouselRight 26s linear infinite !important;
  }

  .featured-software-carousel:hover .carousel-track,
  .blog-carousel:hover .carousel-track,
  .references .auto-carousel:hover .carousel-track {
    animation-play-state: running !important;
  }

  .software-showcase-card,
  .blog-track .advanced-blog-card,
  .ref-track .reference-card {
    flex: 0 0 auto !important;
  }

  .software-showcase-card {
    min-width: 300px !important;
    max-width: 300px !important;
  }

  .blog-track .advanced-blog-card {
    min-width: 280px !important;
    max-width: 280px !important;
  }

  .ref-track .reference-card {
    min-width: 280px !important;
    max-width: 280px !important;
  }

  .featured-software-carousel .carousel-track,
  .blog-track,
  .ref-track {
    gap: 14px !important;
  }
}


/* domain panel slightly higher and cleaner */
.search-shell {
  bottom: -145px !important;
}
.hero {
  padding-bottom: 245px !important;
}
@media (max-width: 900px) {
  .search-shell {
    bottom: -160px !important;
  }
  .hero {
    padding-bottom: 270px !important;
  }
}

/* CTA image replacement styling */
.cta-left-image {
  width: 100%;
  height: 100%;
  max-width: 430px;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(0,0,0,.20);
}


/* software detail page */
.software-detail-hero {
  padding: 56px 0 46px;
  background: linear-gradient(180deg, var(--navy) 0%, #0d274f 100%);
  color: #fff;
}
.software-detail-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 30px;
  align-items: center;
}
.software-visual-card,
.software-content-card,
.software-feature-box,
.software-spec-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.software-visual-card {
  padding: 20px;
}
.software-detail-image {
  width: 100%;
  min-height: 420px;
  object-fit: contain;
  background: #f7f9fc;
  border-radius: 22px;
  display: block;
}
.software-content-card {
  padding: 32px;
  color: var(--text);
}
.software-content-card h1 {
  margin: 10px 0 14px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}
.software-lead {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}
.software-price-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.software-price-strip div {
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  text-align: center;
}
.software-price-strip strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 6px;
}
.software-price-strip span {
  color: var(--muted);
}
.software-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0 18px;
}
.software-action-grid .ghost-btn,
.software-action-grid .secondary-btn,
.software-action-grid .primary-btn {
  justify-content: center;
}
.software-mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.software-mini-features span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 13px;
  font-weight: 700;
}
.software-detail-feature-grid,
.software-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.software-feature-box,
.software-spec-card {
  padding: 26px;
}
.software-feature-box h3,
.software-spec-card h3 {
  margin-top: 0;
  color: var(--navy);
}
.software-feature-box p {
  color: var(--muted);
  line-height: 1.8;
}
.software-detail-cta {
  background: linear-gradient(135deg, var(--navy), #123566);
  color: #fff;
}
.software-detail-cta-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.software-detail-cta-wrap h2 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 44px);
}
.software-detail-cta-wrap p {
  color: #d3def2;
  line-height: 1.8;
  margin: 0;
}
.software-detail-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-detail-card-single {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-detail-card-single p {
  color: var(--muted);
  line-height: 1.9;
}

/* improved promo area */
.promo-grid-advanced {
  align-items: stretch;
}
.promo-card-rich {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.promo-mini-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f9fc;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.promo-mini-badge.light {
  background: rgba(255,255,255,.18);
  color: #fff;
}
.promo-bottom-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.promo-price-block {
  display: grid;
  gap: 4px;
}
.promo-price-block small {
  color: #7d8799;
  font-weight: 700;
}
.promo-card-rich.dark .promo-price-block small {
  color: rgba(255,255,255,.8);
}
@media (max-width: 1024px) {
  .software-detail-grid,
  .software-detail-feature-grid,
  .software-specs-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .software-price-strip,
  .software-action-grid {
    grid-template-columns: 1fr;
  }
  .software-detail-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* index blog images - fit cleanly */
.blog-fit-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 18px 18px 0 0;
}

@media (max-width: 768px) {
  .blog-fit-img {
    height: 180px;
    object-fit: cover;
    object-position: center center;
  }
}


/* topbar socials and language */
.topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.topbar-socials {
  display: flex;
  gap: 8px;
}
.topbar-socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.lang-dropdown {
  position: relative;
}
.lang-dropbtn {
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.lang-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 140px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(15,32,66,.12);
  padding: 8px;
  z-index: 100;
}
.lang-dropdown:hover .lang-dropdown-content,
.lang-dropdown:focus-within .lang-dropdown-content {
  display: block;
}
.lang-dropdown-content a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--navy);
}
.lang-dropdown-content a:hover {
  background: #f7f9fd;
}

/* mobile menu collapsible */
.mobile-submenu-collapsible {
  border-bottom: 1px dashed var(--line);
  padding: 6px 0 10px;
}
.mobile-submenu-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 10px 0;
  text-align: left;
  font: inherit;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
  position: relative;
}
.mobile-submenu-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
}
.mobile-submenu-toggle.open::after {
  content: "−";
}
.mobile-submenu-panel {
  display: none;
  padding-top: 6px;
}
.mobile-submenu-panel.open {
  display: block;
}
.mobile-submenu-panel a {
  display: block;
  padding: 10px 0 10px 12px;
  border-bottom: 1px dashed rgba(231,236,244,.7);
}
.mobile-lang-block {
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}
.mobile-lang-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mobile-lang-actions a {
  padding: 10px 12px;
  border-radius: 999px;
  background: #f7f9fd;
  color: var(--navy);
  font-weight: 700;
}
.mobile-menu-action-buttons {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.mobile-menu-action-buttons a {
  justify-content: center;
}

/* CTA horizontal banner */
.cta-banner-section {
  background: linear-gradient(135deg, var(--navy), #123566);
}
.cta-banner-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: center;
}
.cta-banner-copy h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}
.cta-banner-copy p {
  color: #d5e0f4;
  line-height: 1.85;
  margin: 0;
}
.cta-banner-form {
  box-shadow: 0 24px 54px rgba(0,0,0,.18);
}
@media (max-width: 980px) {
  .cta-banner-wrap {
    grid-template-columns: 1fr;
  }
}

/* hide topbar extras slightly on small screens but keep language */
@media (max-width: 768px) {
  .topbar-left {
    display: none;
  }
  .topbar-right {
    width: 100%;
    justify-content: space-between;
  }
}


/* topbar icons orange */
.topbar-socials a {
  color: #f59e0b !important;
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: rgba(255,255,255,.06);
}


/* topbar language button orange */
.lang-dropbtn {
  color: #f59e0b !important;
  border: 1px solid rgba(245, 158, 11, 0.28) !important;
  background: rgba(255,255,255,.06) !important;
}


/* global topbar consistency across all pages */
.topbar-right {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}
.topbar-socials {
  display: flex !important;
  gap: 8px !important;
}
.topbar-socials a {
  width: 28px;
  height: 28px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #f59e0b !important;
  border: 1px solid rgba(245, 158, 11, 0.28);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.lang-dropbtn {
  color: #f59e0b !important;
  border: 1px solid rgba(245, 158, 11, 0.28) !important;
  background: rgba(255,255,255,.06) !important;
}


/* blog page images synced with index */
.blog-page-fit-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 18px;
  margin-bottom: 14px;
}

/* force index CTA horizontal banner layout */
.cta-banner-section .support-avatar,
.cta-banner-section .support-photo,
.cta-banner-section .cta-left-image,
.cta-banner-section img {
  display: none !important;
}
.cta-banner-wrap {
  display: grid !important;
  grid-template-columns: .9fr 1.1fr !important;
  gap: 26px !important;
  align-items: center !important;
}
.cta-banner-copy {
  display: block !important;
}
.cta-banner-form {
  display: block !important;
}
@media (max-width: 980px) {
  .cta-banner-wrap {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px) {
  .blog-page-fit-thumb {
    height: 180px;
  }
}


/* definitive CTA banner fix on index */
.cta-banner-root {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--navy), #123566);
  position: relative;
  z-index: 2;
}
.cta-banner-root-wrap {
  display: grid !important;
  grid-template-columns: .92fr 1.08fr !important;
  gap: 28px !important;
  align-items: center !important;
}
.cta-banner-root .cta-banner-copy,
.cta-banner-root .cta-banner-form {
  display: block !important;
}
.cta-banner-root .cta-banner-copy h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}
.cta-banner-root .cta-banner-copy p {
  margin: 0;
  color: #d5e0f4;
  line-height: 1.85;
}
.cta-banner-root .cta-banner-form {
  background: #fff;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(0,0,0,.18);
}
.cta-banner-root .cta-banner-form .primary-btn {
  width: 100%;
  justify-content: center;
}

/* kill any legacy image/layout leftovers */
.cta-banner-root img,
.cta-banner-root .support-avatar,
.cta-banner-root .support-photo,
.cta-banner-root .cta-left-image,
.cta-banner-root .contact-form-wrap,
.cta-banner-root .support-visual-block,
.cta-banner-root .support-mini-card,
.cta-banner-root .support-actions,
.cta-banner-root .featured-person {
  display: none !important;
}

@media (max-width: 980px) {
  .cta-banner-root-wrap {
    grid-template-columns: 1fr !important;
  }
}


/* real image logo */
.logo-image-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.site-logo-img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 100%;
  object-fit: contain;
}
.footer-site-logo {
  height: 58px;
}

.nav {
  align-items: center;
}
.logo {
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .site-logo-img {
    height: 42px;
  }
  .footer-site-logo {
    height: 48px;
  }
}

@media (max-width: 768px) {
  .site-logo-img {
    height: 38px;
    max-width: 220px;
  }
  .footer-site-logo {
    height: 44px;
    max-width: 240px;
  }
  .nav {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .site-logo-img {
    height: 34px;
    max-width: 190px;
  }
  .footer-site-logo {
    height: 40px;
    max-width: 210px;
  }
}


/* enforce 110px logo height */
.site-logo-img {
  display: block;
  width: auto;
  height: 110px !important;
  max-width: 100%;
  object-fit: contain;
}
.footer-site-logo {
  height: 110px !important;
}

/* keep header balanced with large logo */
.header .nav {
  min-height: 126px;
  align-items: center;
}
.logo-image-wrap {
  line-height: 0;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .site-logo-img {
    height: 82px !important;
  }
  .footer-site-logo {
    height: 88px !important;
  }
  .header .nav {
    min-height: 98px;
  }
}

@media (max-width: 768px) {
  .site-logo-img {
    height: 64px !important;
    max-width: 280px;
  }
  .footer-site-logo {
    height: 72px !important;
    max-width: 300px;
  }
  .header .nav {
    min-height: 82px;
  }
}

@media (max-width: 480px) {
  .site-logo-img {
    height: 54px !important;
    max-width: 240px;
  }
  .footer-site-logo {
    height: 62px !important;
    max-width: 260px;
  }
}


/* definitive logo fix all pages including index */
.logo-image-wrap-main,
.footer-logo.logo-image-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  line-height: 0 !important;
  min-width: 0 !important;
  flex-shrink: 0 !important;
  text-decoration: none !important;
}

.site-logo-img {
  display: block !important;
  width: auto !important;
  height: 110px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.footer-site-logo {
  height: 110px !important;
}

.header .nav {
  min-height: 126px !important;
  align-items: center !important;
}

.header .logo,
.footer .logo {
  overflow: visible !important;
}

.header .logo img,
.footer .logo img {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 980px) {
  .site-logo-img {
    height: 82px !important;
  }
  .footer-site-logo {
    height: 88px !important;
  }
  .header .nav {
    min-height: 98px !important;
  }
}

@media (max-width: 768px) {
  .site-logo-img {
    height: 64px !important;
    max-width: 280px !important;
  }
  .footer-site-logo {
    height: 72px !important;
    max-width: 300px !important;
  }
  .header .nav {
    min-height: 82px !important;
  }
}

@media (max-width: 480px) {
  .site-logo-img {
    height: 54px !important;
    max-width: 240px !important;
  }
  .footer-site-logo {
    height: 62px !important;
    max-width: 260px !important;
  }
}

/* kill any old text-logo visuals that may block index */
.logo-mark,
.logo-text {
  display: none !important;
}


/* index header logo hard fix */
.index-site-logo {
  display: block !important;
  width: auto !important;
  height: 110px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.header .nav > .logo-image-wrap-main {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-shrink: 0 !important;
  line-height: 0 !important;
  margin-right: 18px !important;
}
.header .nav > .logo-image-wrap-main img {
  display: block !important;
}
@media (max-width: 980px) {
  .index-site-logo {
    height: 82px !important;
  }
}
@media (max-width: 768px) {
  .index-site-logo {
    height: 64px !important;
    max-width: 280px !important;
  }
}
@media (max-width: 480px) {
  .index-site-logo {
    height: 54px !important;
    max-width: 240px !important;
  }
}


/* bigger mobile logo */
@media (max-width: 768px) {
  .site-logo-img,
  .index-site-logo {
    height: 82px !important;
    max-width: 320px !important;
  }
  .footer-site-logo {
    height: 78px !important;
    max-width: 320px !important;
  }
  .header .nav {
    min-height: 96px !important;
  }
}

@media (max-width: 480px) {
  .site-logo-img,
  .index-site-logo {
    height: 72px !important;
    max-width: 280px !important;
  }
  .footer-site-logo {
    height: 68px !important;
    max-width: 280px !important;
  }
  .header .nav {
    min-height: 88px !important;
  }
}


/* footer white logo and brand text */
.footer-site-logo-white {
  height: 94px !important;
  max-width: 360px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.footer-brand-text {
  max-width: 360px;
  color: #d8e3f6 !important;
  line-height: 1.8;
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .footer-site-logo-white {
    height: 72px !important;
    max-width: 280px !important;
  }
  .footer-brand-text {
    max-width: 100%;
  }
}


/* footer logo 120px */
.footer-site-logo-white,
.footer-site-logo {
  height: 120px !important;
  max-width: 420px !important;
}
@media (max-width: 768px) {
  .footer-site-logo-white,
  .footer-site-logo {
    height: 86px !important;
    max-width: 300px !important;
  }
}


/* mobile logo 96px */
@media (max-width: 768px) {
  .site-logo-img,
  .index-site-logo {
    height: 96px !important;
    max-width: 340px !important;
  }

  .footer-site-logo,
  .footer-site-logo-white {
    height: 96px !important;
    max-width: 340px !important;
  }

  .header .nav {
    min-height: 106px !important;
  }
}


/* tighten footer spacing */
.footer-logo.logo-image-wrap {
  margin-bottom: 6px !important;
}
.footer-brand-text {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}
.footer-contact-col {
  gap: 6px !important;
}
.footer-contact-col h4 {
  margin-bottom: 6px !important;
}
.footer-contact-col a,
.footer-contact-col span {
  line-height: 1.45 !important;
  margin: 0 !important;
}
.footer-contact-col a[href^="tel:"] {
  margin-top: 2px !important;
}
.footer-grid > div p {
  margin: 0 !important;
}

.cart-summary-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}
@media(max-width:980px){.cart-summary-grid{grid-template-columns:1fr}}


/* products page */
.products-filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.filter-chip {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.filter-chip.active {
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  color: #fff;
  border-color: transparent;
}
.products-grid-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.product-page-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.product-page-image {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background: #f7f9fd;
  display: block;
  padding: 16px;
}
.product-page-body {
  padding: 20px;
}
.product-page-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product-type-chip,
.product-price-chip {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f9fd;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.product-page-body h3 {
  margin: 10px 0 10px;
  color: var(--navy);
}
.product-page-body p {
  color: var(--muted);
  line-height: 1.8;
}
.product-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .products-grid-page {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .products-grid-page {
    grid-template-columns: 1fr;
  }
  .product-page-image {
    height: 220px;
  }
}


/* cart page enhancement */
.cart-page-wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
}
.cart-checkout-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.cart-checkout-form .primary-btn {
  width: 100%;
  justify-content: center;
}
.cart-page-section .panel-main-card,
.cart-page-section .cart-summary-card,
.cart-page-section .cart-items-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.cart-page-section .cart-summary-card,
.cart-page-section .cart-items-card {
  padding: 22px;
}
.cart-page-section .cart-item-row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.cart-page-section .cart-item-row:last-child {
  border-bottom: 0;
}
.cart-page-section .cart-item-row img {
  width: 90px;
  height: 76px;
  object-fit: contain;
  background: #f7f9fd;
  border-radius: 14px;
  padding: 8px;
}
.cart-page-section .cart-title {
  color: var(--navy);
  font-weight: 800;
}
.cart-page-section .cart-meta {
  color: var(--muted);
  font-size: 14px;
}
.cart-page-section .cart-total-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
}
@media (max-width: 980px) {
  .cart-page-wrap {
    grid-template-columns: 1fr;
  }
}


/* dynamic product detail */
.product-detail-hero {
  padding: 56px 0 42px;
  background: linear-gradient(180deg, var(--navy) 0%, #0d274f 100%);
  color: #fff;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: center;
}
.product-detail-image-card,
.product-detail-content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.product-detail-image-card {
  padding: 20px;
}
.product-detail-image {
  width: 100%;
  min-height: 430px;
  object-fit: contain;
  background: #f7f9fd;
  border-radius: 22px;
  display: block;
  padding: 18px;
}
.product-detail-content-card {
  padding: 28px;
  color: var(--text);
}
.product-detail-content-card h1 {
  margin: 10px 0 12px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  color: var(--navy);
}
.product-detail-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.product-feature-chip {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
}


/* premium cart page */
.cart-hero {
  background:
    radial-gradient(circle at top right, rgba(247,183,51,.16), transparent 28%),
    linear-gradient(180deg, var(--navy) 0%, #0d274f 100%);
}
.cart-page-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  align-items: start;
}
.cart-left-column,
.cart-right-column {
  display: grid;
  gap: 20px;
}
.cart-items-card,
.premium-summary-card,
.premium-checkout-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(15,32,66,.08);
}
.cart-items-card,
.premium-summary-card {
  padding: 24px;
}
.premium-checkout-form {
  padding: 24px;
}
.cart-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.cart-card-head h2,
.cart-card-head h3 {
  margin: 4px 0 0;
  color: var(--navy);
}
.cart-mini-title {
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b67800;
}
.cart-badge-soft {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.cart-empty-state {
  padding: 24px 8px 8px;
}
.cart-empty-state h3 {
  margin: 0 0 10px;
  color: var(--navy);
}
.cart-empty-state p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 18px;
}
.cart-items-list {
  display: grid;
  gap: 16px;
}
.premium-cart-row {
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid #edf1f7;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}
.cart-item-image-wrap img {
  width: 110px;
  height: 94px;
  object-fit: contain;
  background: #f7f9fd;
  border-radius: 18px;
  padding: 10px;
  display: block;
}
.cart-item-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cart-product-type,
.cart-product-price {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f9fd;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.cart-title {
  font-size: 20px;
  margin-bottom: 8px;
}
.cart-meta {
  line-height: 1.7;
  max-width: 90%;
}
.cart-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cart-mini-form {
  margin: 0;
}
.qty-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
}
.qty-value {
  min-width: 34px;
  text-align: center;
  font-weight: 800;
  color: var(--navy);
}
.remove-link-btn {
  border: 0;
  background: transparent;
  color: #c43d3d;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0 4px;
}
.premium-summary-card .cart-total-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.premium-summary-card .cart-total-row:last-of-type {
  border-bottom: 0;
}
.total-highlight strong {
  color: var(--navy);
}
.cart-note-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f7f9fd;
  color: var(--muted);
  line-height: 1.7;
}
.premium-checkout-form textarea {
  margin-top: 14px;
}
.checkout-secure-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff5db;
  color: #9c6a00;
  font-size: 13px;
  font-weight: 700;
}
.premium-checkout-form .primary-btn {
  width: 100%;
  justify-content: center;
  min-height: 52px;
}
@media (max-width: 1024px) {
  .cart-page-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .premium-cart-row {
    grid-template-columns: 1fr;
  }
  .cart-item-image-wrap img {
    width: 100%;
    height: 180px;
  }
  .cart-item-topline {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-meta {
    max-width: 100%;
  }
}


/* coupon + totals */
.cart-coupon-form {
  margin: 14px 0 6px;
}
.cart-coupon-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.cart-coupon-row input {
  min-height: 46px;
}
.coupon-success,
.coupon-error {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}
.coupon-success {
  background: #eaf8df;
  border: 1px solid #cfeab8;
  color: #2f6a12;
}
.coupon-error {
  background: #fff0f0;
  border: 1px solid #f3caca;
  color: #a12a2a;
}
.grand-total-row {
  margin-top: 4px;
  padding-top: 16px !important;
}
.grand-total-row strong {
  font-size: 22px;
  color: var(--navy);
}
@media (max-width: 640px) {
  .cart-coupon-row {
    grid-template-columns: 1fr;
  }
}


/* hard-fixed premium cart page */
.cart-hero {
  background:
    radial-gradient(circle at top right, rgba(247,183,51,.16), transparent 28%),
    linear-gradient(180deg, var(--navy) 0%, #0d274f 100%);
}
.cart-page-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  align-items: start;
}
.cart-left-column,
.cart-right-column {
  display: grid;
  gap: 20px;
}
.cart-items-card,
.premium-summary-card,
.premium-checkout-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(15,32,66,.08);
}
.cart-items-card,
.premium-summary-card {
  padding: 24px;
}
.premium-checkout-form {
  padding: 24px;
}
.cart-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.cart-card-head h2,
.cart-card-head h3 {
  margin: 4px 0 0;
  color: var(--navy);
}
.cart-mini-title {
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b67800;
}
.cart-badge-soft {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff5db;
  color: #b67800;
  font-size: 12px;
  font-weight: 800;
}
.cart-empty-state {
  padding: 24px 8px 8px;
}
.cart-empty-state h3 {
  margin: 0 0 10px;
  color: var(--navy);
}
.cart-empty-state p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 18px;
}
.cart-items-list {
  display: grid;
  gap: 16px;
}
.premium-cart-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid #edf1f7;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}
.cart-item-image-wrap img {
  width: 110px;
  height: 94px;
  object-fit: contain;
  background: #f7f9fd;
  border-radius: 18px;
  padding: 10px;
  display: block;
}
.cart-item-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cart-product-type,
.cart-product-price {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f9fd;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.cart-title {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--navy);
  font-weight: 800;
}
.cart-meta {
  line-height: 1.7;
  max-width: 90%;
  color: var(--muted);
}
.cart-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cart-mini-form {
  margin: 0;
}
.qty-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
}
.qty-value {
  min-width: 34px;
  text-align: center;
  font-weight: 800;
  color: var(--navy);
}
.remove-link-btn {
  border: 0;
  background: transparent;
  color: #c43d3d;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0 4px;
}
.premium-summary-card .cart-total-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.premium-summary-card .cart-total-row:last-of-type {
  border-bottom: 0;
}
.total-highlight strong {
  color: var(--navy);
}
.cart-note-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f7f9fd;
  color: var(--muted);
  line-height: 1.7;
}
.premium-checkout-form textarea {
  margin-top: 14px;
}
.checkout-secure-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff5db;
  color: #9c6a00;
  font-size: 13px;
  font-weight: 700;
}
.premium-checkout-form .primary-btn {
  width: 100%;
  justify-content: center;
  min-height: 52px;
}
.cart-coupon-form {
  margin: 14px 0 6px;
}
.cart-coupon-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.cart-coupon-row input {
  min-height: 46px;
}
.coupon-success,
.coupon-error {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}
.coupon-success {
  background: #eaf8df;
  border: 1px solid #cfeab8;
  color: #2f6a12;
}
.coupon-error {
  background: #fff0f0;
  border: 1px solid #f3caca;
  color: #a12a2a;
}
.grand-total-row {
  margin-top: 4px;
  padding-top: 16px !important;
}
.grand-total-row strong {
  font-size: 22px;
  color: var(--navy);
}
@media (max-width: 1024px) {
  .cart-page-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .premium-cart-row {
    grid-template-columns: 1fr;
  }
  .cart-item-image-wrap img {
    width: 100%;
    height: 180px;
  }
  .cart-item-topline {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-meta {
    max-width: 100%;
  }
  .cart-coupon-row {
    grid-template-columns: 1fr;
  }
}


/* per-item summary totals */
.cart-summary-items {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.summary-item-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.summary-item-left {
  display: grid;
  gap: 4px;
}
.summary-item-left strong {
  color: var(--navy);
  font-size: 14px;
}
.summary-item-left span {
  color: var(--muted);
  font-size: 13px;
}
.summary-item-right {
  color: var(--navy);
  font-weight: 800;
  white-space: nowrap;
}


.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.tum-urunler-btn { white-space: nowrap; }

.countdown-box strong,
.countdown-box strong span {
  display: inline-block;
  animation: pulseCount 1.2s ease-in-out infinite;
}
@keyframes pulseCount {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: .85; }
}

.cookie-consent-bar {
  position: fixed;
  left: 20px; right: 20px; bottom: 20px; z-index: 9999;
}
.cookie-consent-inner {
  max-width: 1120px;
  margin: 0 auto;
  background: rgba(7,26,53,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.cookie-consent-copy { display: grid; gap: 6px; }
.cookie-consent-copy span { color: #d7e3f8; }
.cookie-consent-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cookie-link { color: #fff; font-weight: 700; text-decoration: underline; }
@media (max-width: 768px) { .cookie-consent-inner { flex-direction: column; align-items: stretch; } }

.payment-methods-box { margin: 4px 0 16px; display: grid; gap: 12px; }
.payment-methods-head h3 { margin: 4px 0 0; color: var(--navy); font-size: 20px; }
.payment-option-card {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}
.payment-option-card input { margin-top: 4px; }
.payment-option-content { display: grid; gap: 4px; }
.payment-option-content strong { color: var(--navy); }
.payment-option-content span { color: var(--muted); line-height: 1.6; }
.bank-transfer-box {
  padding: 16px;
  border-radius: 18px;
  background: #f7f9fd;
  border: 1px solid var(--line);
}
.bank-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #e6edf8;
}
.bank-detail-row:last-of-type { border-bottom: 0; }
.bank-detail-row span { color: var(--muted); }
.bank-detail-row strong { color: var(--navy); text-align: right; }
.payment-confirm-check {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  align-items: start;
  color: var(--navy);
  font-weight: 600;
}

.mobile-menu-action-buttons {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.mobile-menu-action-buttons .ghost-btn,
.mobile-menu-action-buttons .primary-btn {
  width: 100%;
  justify-content: center;
  min-height: 48px;
  border-radius: 16px;
  font-weight: 800;
}
.mobile-menu-action-buttons .ghost-btn {
  border: 1px solid var(--line);
  background: #f7f9fd;
}
.mobile-menu-action-buttons .primary-btn {
  box-shadow: 0 12px 24px rgba(247,183,51,.22);
}


.section-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tum-urunler-btn {
  white-space: nowrap;
}
.countdown-box strong,
.countdown-box strong span {
  display: inline-block;
  animation: pulseCount 1.2s ease-in-out infinite;
}
@keyframes pulseCount {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: .85; }
}
.cookie-consent-bar {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
.cookie-consent-inner {
  max-width: 1120px;
  margin: 0 auto;
  background: rgba(7,26,53,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.cookie-consent-copy { display: grid; gap: 6px; }
.cookie-consent-copy span { color: #d7e3f8; }
.cookie-consent-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cookie-link { color: #fff; font-weight: 700; text-decoration: underline; }
@media (max-width: 768px) {
  .cookie-consent-inner { flex-direction: column; align-items: stretch; }
}

.payment-methods-box { margin: 4px 0 16px; display: grid; gap: 12px; }
.payment-methods-head h3 { margin: 4px 0 0; color: var(--navy); font-size: 20px; }
.payment-option-card {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}
.payment-option-card input { margin-top: 4px; }
.payment-option-content { display: grid; gap: 4px; }
.payment-option-content strong { color: var(--navy); }
.payment-option-content span { color: var(--muted); line-height: 1.6; }
.bank-transfer-box {
  padding: 16px;
  border-radius: 18px;
  background: #f7f9fd;
  border: 1px solid var(--line);
}
.bank-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #e6edf8;
}
.bank-detail-row:last-of-type { border-bottom: 0; }
.bank-detail-row span { color: var(--muted); }
.bank-detail-row strong { color: var(--navy); text-align: right; }
.payment-confirm-check {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  align-items: start;
  color: var(--navy);
  font-weight: 600;
}

.mobile-menu-action-buttons {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.mobile-menu-action-buttons .ghost-btn,
.mobile-menu-action-buttons .primary-btn {
  width: 100%;
  justify-content: center;
  min-height: 48px;
  border-radius: 16px;
  font-weight: 800;
}
.mobile-menu-action-buttons .ghost-btn {
  border: 1px solid var(--line);
  background: #f7f9fd;
}
.mobile-menu-action-buttons .primary-btn {
  box-shadow: 0 12px 24px rgba(247,183,51,.22);
}


/* enhanced mobile hamburger menu */
@media (max-width: 991px) {
  .mobile-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(7,26,53,.10);
    background: #fff;
    box-shadow: 0 10px 24px rgba(7,26,53,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--navy);
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 16px;
    right: 16px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(7,26,53,.08);
    background:
      radial-gradient(circle at top right, rgba(247,183,51,.14), transparent 28%),
      #fff;
    box-shadow: 0 24px 60px rgba(7,26,53,.14);
    overflow: hidden;
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,0));
  }

  .mobile-menu > * {
    position: relative;
    z-index: 1;
  }

  .mobile-menu a:not(.ghost-btn):not(.primary-btn) {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    color: var(--navy);
    font-weight: 700;
    transition: .2s ease;
  }

  .mobile-menu a:not(.ghost-btn):not(.primary-btn):hover {
    background: #f7f9fd;
    transform: translateX(2px);
  }

  .mobile-submenu-collapsible {
    margin: 6px 0;
    padding: 6px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
  }

  .mobile-submenu-toggle {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-weight: 800;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .mobile-submenu-toggle::after {
    content: "+";
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e6edf8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(7,26,53,.06);
  }

  .mobile-submenu-panel {
    margin-top: 4px;
    padding: 4px;
    border-top: 1px solid #edf1f7;
  }

  .mobile-submenu-panel a {
    min-height: 42px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #30445f;
  }

  .mobile-lang-block {
    margin-top: 12px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
    border: 1px solid #edf1f7;
  }

  .mobile-submenu-title {
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .mobile-lang-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-lang-actions a {
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8eef8;
    box-shadow: 0 8px 18px rgba(7,26,53,.05);
  }

  .mobile-menu-action-buttons {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #edf1f7;
    display: grid;
    gap: 12px;
  }

  .mobile-menu-action-buttons .ghost-btn,
  .mobile-menu-action-buttons .primary-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .01em;
  }

  .mobile-menu-action-buttons .ghost-btn {
    background: #fff;
    border: 1px solid #e6edf8;
    box-shadow: 0 10px 24px rgba(7,26,53,.06);
  }

  .mobile-menu-action-buttons .primary-btn {
    box-shadow: 0 16px 34px rgba(247,183,51,.26);
  }
}


@media (max-width: 991px) {
  .topbar {
    display: block !important;
    padding: 8px 0;
  }
  .topbar-inner {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .topbar-left,
  .topbar-right {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    width: 100%;
  }
  .topbar-left span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
  }
  .mobile-menu-action-buttons .ghost-btn,
  .mobile-menu-action-buttons .primary-btn {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.ticker-bar {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg,#071a35 0%,#0d2748 100%);
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ticker-bar-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
}
.ticker-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f7b733;
  color: #071a35;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ticker-track { overflow: hidden; position: relative; width: 100%; }
.ticker-text {
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: tickerMove 22s linear infinite;
  font-size: 14px;
  font-weight: 700;
}
@keyframes tickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
@media (max-width: 991px) {
  .ticker-bar-inner { min-height: 38px; gap: 10px; }
  .ticker-badge { min-height: 24px; padding: 0 10px; font-size: 10px; }
  .ticker-text { font-size: 13px; }
}


@media (max-width: 991px) {
  .topbar {
    display: none !important;
  }

  .mobile-menu-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 16px 12px 8px;
  }

  .mobile-menu-socials a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8eef8;
    box-shadow: 0 10px 22px rgba(7,26,53,.06);
    color: var(--navy);
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease;
  }

  .mobile-menu-socials a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(7,26,53,.10);
  }

  .mobile-menu-action-buttons {
    margin-top: 10px;
  }
}


@media (max-width: 991px) {
  .mobile-menu-socials {
    display: none !important;
  }
}


.panel-sidebar-card .panel-tab-link.active {
  background: linear-gradient(135deg, var(--yellow), #ff9f1a);
  color: #fff;
  border-radius: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
.panel-section { display: none; }
.panel-section.is-active { display: block; }


.support-thread-list {
  display: grid;
  gap: 16px;
}
.support-thread-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
}
.support-thread-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}
.support-thread-message {
  color: var(--navy);
  line-height: 1.75;
}
.support-thread-reply {
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  background: #f7f9fd;
  border: 1px solid #e8eef8;
}
