/* ─────────────────────────────────────────────────────────────────────────
   Devre — light IT-solutions theme
   Palette: teal #029b9b (gradient to #006e6e) · ink #222 · text #3a3a3a · grey #f8f8f8 · dark #0d1214
   Type: Poppins. Section partials are styled through their partials.css classes; the
   ids are the seed's stable hooks (see README).
   ───────────────────────────────────────────────────────────────────────── */
:root {
  --dv-teal: #029b9b;
  --dv-teal-dark: #006e6e;
  --dv-teal-soft: rgba(2, 155, 155, 0.1);
  --dv-grad: linear-gradient(135deg, #04b1b1 0%, #017575 100%);
  --dv-ink: #222222;
  --dv-text: #3a3a3a;
  --dv-muted: #777777;
  --dv-grey: #f8f8f8;
  --dv-dark: #0d1214;
  --dv-font: 'Poppins', 'Inter', system-ui, sans-serif;
  --dv-radius: 18px;
  --dv-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

body.theme-devre { font-family: var(--dv-font); line-height: 1.75; }
.theme-devre h1, .theme-devre h2, .theme-devre h3, .theme-devre h4 { font-family: var(--dv-font); color: var(--dv-ink); font-weight: 700; }
.theme-devre a { color: var(--dv-teal); }

/* Buttons: teal gradient pills with a soft shadow */
.theme-devre .cms-section-btn, .theme-devre .dv-btn { font-family: var(--dv-font); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85rem; border-radius: 999px; padding: 0.9rem 2rem; background-image: var(--dv-grad); box-shadow: 0 10px 24px rgba(2, 155, 155, 0.3); border: 0; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.theme-devre a.cms-section-btn { color: var(--site-btn-text-color, #fff); }
.theme-devre .cms-section-btn:hover, .theme-devre .dv-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(2, 155, 155, 0.35); }
.theme-devre .dv-btn { display: inline-block; color: #fff; text-decoration: none; }
.theme-devre .dv-btn--dark { background-image: none; background: #111; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25); }

/* ── Header ─────────────────────────────────────────────────────────────── */
.dv-header { background: var(--header-bg-normal, #fff); position: relative; z-index: 40; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); transition: box-shadow 0.3s ease; }
.dv-header.is-sticky { position: sticky; top: 0; }
.dv-header.is-scrolled { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }
/* Homepage: the header floats transparent over the hero (white logo/nav) and turns white once scrolled */
.has-hero .dv-header { position: absolute; left: 0; right: 0; top: 0; background: transparent; box-shadow: none; }
.has-hero .dv-header.is-sticky { position: fixed; }
.has-hero .dv-header.is-scrolled { background: #fff; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }
.has-hero .dv-header:not(.is-scrolled) .nav-link { color: #fff; }
.has-hero .dv-header:not(.is-scrolled) .nav-link:hover, .has-hero .dv-header:not(.is-scrolled) .nav-link.is-active { color: #5fd3d3; }
.has-hero .dv-header:not(.is-scrolled) .site-logo img { filter: brightness(0) invert(1); }
.has-hero .dv-header:not(.is-scrolled) .site-logo-text, .has-hero .dv-header:not(.is-scrolled) .mobile-menu-btn { color: #fff; }
.dv-header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; min-height: 88px; }
.dv-header-logo .site-logo img { display: block; max-height: var(--header-logo-height, 44px); width: auto; }
.dv-header-logo .site-logo-text { font-family: var(--dv-font); font-weight: 500; font-size: 1.7rem; color: var(--dv-teal); }
.dv-header-nav { display: flex; align-items: center; justify-content: center; }
.dv-header-nav .nav-link { font-family: var(--dv-font); font-weight: 500; font-size: 1rem; color: var(--dv-ink); padding: 0.5rem 0.9rem; white-space: nowrap; }
.dv-header-nav .nav-link:hover, .dv-header-nav .nav-link.is-active { color: var(--dv-teal); }
.dv-header-actions { display: flex; align-items: center; gap: 1rem; }
.dv-header-actions a[class*="btn"] { border-radius: 999px !important; background-image: var(--dv-grad); box-shadow: 0 10px 24px rgba(2, 155, 155, 0.3); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85rem; padding: 0.85rem 1.8rem; border: 0 !important; color: #fff !important; white-space: nowrap; }
.dv-header-actions .locale-btn { font-family: var(--dv-font); font-size: 0.8rem; text-transform: uppercase; }

/* ── Section furniture: centred title + subtitle (per section, per language) ── */
.theme-devre .cms-section-head { text-align: center; margin-bottom: 3rem; }
.theme-devre .cms-section-heading { font-size: clamp(2rem, 3.6vw, 2.6rem); font-weight: 700; color: var(--dv-ink); margin: 0; }
.theme-devre .cms-section-heading-link { color: inherit; text-decoration: none; }
.theme-devre .cms-section-head::after { display: block; color: var(--dv-muted); font-weight: 400; font-size: 1.05rem; margin-top: 0.6rem; }
html[lang="tr"] .section-grid:has(#sec_home_services) .cms-section-head::after, html[lang="tr"] .section-grid:has(#sec_services_grid) .cms-section-head::after { content: 'Gerçek fark yaratan yaratıcı çözümlerimizi keşfedin.'; }
html[lang="en"] .section-grid:has(#sec_home_services) .cms-section-head::after, html[lang="en"] .section-grid:has(#sec_services_grid) .cms-section-head::after { content: 'Explore our creative solutions that make a real difference.'; }
html[lang="tr"] .section-grid:has(#sec_home_portfolio) .cms-section-head::after, html[lang="tr"] .section-grid:has(#sec_portfolio_grid) .cms-section-head::after { content: 'Tasarımdan yazılıma seçme işlerimiz'; }
html[lang="en"] .section-grid:has(#sec_home_portfolio) .cms-section-head::after, html[lang="en"] .section-grid:has(#sec_portfolio_grid) .cms-section-head::after { content: 'Selected work from design to development'; }
html[lang="tr"] .section-grid:has(#sec_home_why) .cms-section-head::after, html[lang="tr"] .section-grid:has(#sec_about_why) .cms-section-head::after { content: 'Bizi farklı kılan altı ilke'; }
html[lang="en"] .section-grid:has(#sec_home_why) .cms-section-head::after, html[lang="en"] .section-grid:has(#sec_about_why) .cms-section-head::after { content: 'Six principles that set us apart'; }
html[lang="tr"] .section-grid:has(#sec_home_pricing) .cms-section-head::after, html[lang="tr"] .section-grid:has(#sec_pricing_grid) .cms-section-head::after { content: 'İhtiyacınıza uyan planı seçin ve hemen başlayın.'; }
html[lang="en"] .section-grid:has(#sec_home_pricing) .cms-section-head::after, html[lang="en"] .section-grid:has(#sec_pricing_grid) .cms-section-head::after { content: 'Choose the plan that suits your needs and start today.'; }
html[lang="tr"] .section-carousel:has(#sec_home_testimonials) .cms-section-head::after { content: 'Memnun müşterilerimizden gerçek hikâyeler'; }
html[lang="en"] .section-carousel:has(#sec_home_testimonials) .cms-section-head::after { content: 'Real stories from our satisfied customers'; }
html[lang="tr"] .section-grid:has(#sec_home_team) .cms-section-head::after, html[lang="tr"] .section-grid:has(#sec_about_team) .cms-section-head::after { content: 'Vizyonumuzu hayata geçiren uzmanlarla tanışın'; }
html[lang="en"] .section-grid:has(#sec_home_team) .cms-section-head::after, html[lang="en"] .section-grid:has(#sec_about_team) .cms-section-head::after { content: 'Meet the experts who bring our vision to life'; }
html[lang="tr"] .section-grid:has(#sec_home_blog) .cms-section-head::after { content: 'Sektördeki son eğilimler ve içgörülerle güncel kalın.'; }
html[lang="en"] .section-grid:has(#sec_home_blog) .cms-section-head::after { content: 'Stay updated with the latest industry trends and insights.'; }

/* ── Hero block: dark particle band, two-tone heading in the text HTML, transparent globe image ── */
#sec_home_hero { background-image: url('../img/hero-bg.jpg'); background-size: cover; background-position: center right; min-height: 100vh; box-sizing: border-box; padding-top: 11rem !important; padding-bottom: 7rem !important; position: relative; }
#sec_home_hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 10, 12, 0.55) 0%, rgba(4, 10, 12, 0.15) 45%, rgba(4, 10, 12, 0) 65%); pointer-events: none; }
#sec_home_hero > .container { position: relative; }
#sec_home_hero .page-content { opacity: 1 !important; color: #fff; }
.theme-devre .dv-hero-title { font-family: var(--dv-font); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; line-height: 1.15; color: #fff; margin: 0 0 1.2rem; }
.theme-devre .dv-hero-accent { color: var(--dv-teal); display: inline-block; }
.theme-devre .dv-hero-accent::after { content: ' \25CF'; font-size: 0.35em; vertical-align: middle; }
.theme-devre .dv-hero-lead { color: rgba(255, 255, 255, 0.85); font-size: 1.1rem; line-height: 1.7; max-width: 520px; margin: 0 0 0.6rem; }
#sec_home_hero img { border-radius: 0 !important; box-shadow: none !important; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45)); width: 100%; max-width: none; transform: scale(1.18); transform-origin: center; }
#sec_home_hero .cms-section-btn { margin-top: 0.4rem; }

/* ── Cards ──────────────────────────────────────────────────────────────── */
.theme-devre .cms-grid-card { background: #fff !important; border: 0; border-radius: var(--dv-radius) !important; box-shadow: var(--dv-shadow); overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.theme-devre .cms-grid-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12); }
.theme-devre .cms-grid-card-body { padding: 1.6rem 1.8rem 1.9rem; }
.theme-devre .cms-grid-card-title { font-family: var(--dv-font); font-size: 1.35rem; font-weight: 700; color: var(--dv-ink); margin-bottom: 0.6rem; }
.theme-devre .cms-grid-card-desc { color: var(--dv-text); line-height: 1.75; }

/* services: teal line icon in a white disc, centred, pill link */
.section-grid:has(#sec_home_services), .section-grid:has(#sec_services_grid) { background-image: radial-gradient(circle at 20% 30%, var(--dv-teal-soft), transparent 45%), radial-gradient(circle at 80% 70%, rgba(60, 120, 220, 0.08), transparent 45%); }
.section-grid:has(#sec_home_services) .cms-grid-card, .section-grid:has(#sec_services_grid) .cms-grid-card { text-align: center; padding-top: 1.4rem; }
.section-grid:has(#sec_home_services) .cms-grid-card-icon, .section-grid:has(#sec_services_grid) .cms-grid-card-icon { width: 84px; height: 84px; border-radius: 50%; background: #fff; box-shadow: var(--dv-shadow); margin: 0 auto 0.2rem; display: flex; align-items: center; justify-content: center; }
.section-grid:has(#sec_home_services) .cms-grid-card-icon-glyph, .section-grid:has(#sec_services_grid) .cms-grid-card-icon-glyph { color: var(--dv-teal) !important; font-size: 2.2rem; }
.theme-devre .dv-pill { display: inline-block; margin-top: 1rem; padding: 0.55rem 1.4rem; border-radius: 999px; background-image: var(--dv-grad); color: #fff; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; box-shadow: 0 8px 18px rgba(2, 155, 155, 0.3); }

/* portfolio: image tiles, title on hover */
.section-grid:has(#sec_home_portfolio) .cms-grid-card, .section-grid:has(#sec_portfolio_grid) .cms-grid-card { position: relative; aspect-ratio: 4 / 3; box-shadow: none; }
.section-grid:has(#sec_home_portfolio) .cms-grid-card-media, .section-grid:has(#sec_portfolio_grid) .cms-grid-card-media { position: absolute; inset: 0; aspect-ratio: auto; }
.section-grid:has(#sec_home_portfolio) .cms-grid-card-media img, .section-grid:has(#sec_portfolio_grid) .cms-grid-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.section-grid:has(#sec_home_portfolio) .cms-grid-card:hover img, .section-grid:has(#sec_portfolio_grid) .cms-grid-card:hover img { transform: scale(1.06); }
.section-grid:has(#sec_home_portfolio) .cms-grid-card-body, .section-grid:has(#sec_portfolio_grid) .cms-grid-card-body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; background: linear-gradient(180deg, transparent 45%, rgba(0, 60, 60, 0.85)); opacity: 0; transition: opacity 0.3s ease; }
.section-grid:has(#sec_home_portfolio) .cms-grid-card:hover .cms-grid-card-body, .section-grid:has(#sec_portfolio_grid) .cms-grid-card:hover .cms-grid-card-body { opacity: 1; }
.section-grid:has(#sec_home_portfolio) .cms-grid-card-title, .section-grid:has(#sec_portfolio_grid) .cms-grid-card-title { color: #fff !important; font-size: 1.1rem; margin: 0; }
.section-grid:has(#sec_home_portfolio) .cms-grid-card-desc, .section-grid:has(#sec_portfolio_grid) .cms-grid-card-desc { color: rgba(255, 255, 255, 0.85); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; order: -1; }

/* why: coloured circle icon, teal title, no card chrome */
.section-grid:has(#sec_home_why) .cms-grid-card, .section-grid:has(#sec_about_why) .cms-grid-card { background: transparent !important; box-shadow: none; text-align: center; overflow: visible; }
.section-grid:has(#sec_home_why) .cms-grid-card:hover, .section-grid:has(#sec_about_why) .cms-grid-card:hover { transform: none; box-shadow: none; }
.section-grid:has(#sec_home_why) .cms-grid-card-icon, .section-grid:has(#sec_about_why) .cms-grid-card-icon { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 0.4rem; display: flex; align-items: center; justify-content: center; background: var(--dv-teal); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.section-grid:has(#sec_home_why) .cms-grid-card:nth-child(2) .cms-grid-card-icon, .section-grid:has(#sec_about_why) .cms-grid-card:nth-child(2) .cms-grid-card-icon { background: #dc3545; }
.section-grid:has(#sec_home_why) .cms-grid-card:nth-child(3) .cms-grid-card-icon, .section-grid:has(#sec_about_why) .cms-grid-card:nth-child(3) .cms-grid-card-icon { background: #ffb400; }
.section-grid:has(#sec_home_why) .cms-grid-card:nth-child(4) .cms-grid-card-icon, .section-grid:has(#sec_about_why) .cms-grid-card:nth-child(4) .cms-grid-card-icon { background: #1e88e5; }
.section-grid:has(#sec_home_why) .cms-grid-card:nth-child(5) .cms-grid-card-icon, .section-grid:has(#sec_about_why) .cms-grid-card:nth-child(5) .cms-grid-card-icon { background: #6c757d; }
.section-grid:has(#sec_home_why) .cms-grid-card:nth-child(6) .cms-grid-card-icon, .section-grid:has(#sec_about_why) .cms-grid-card:nth-child(6) .cms-grid-card-icon { background: #00bcd4; }
.section-grid:has(#sec_home_why) .cms-grid-card-icon-glyph, .section-grid:has(#sec_about_why) .cms-grid-card-icon-glyph { color: #fff !important; font-size: 1.6rem; }
.section-grid:has(#sec_home_why) .cms-grid-card-title, .section-grid:has(#sec_about_why) .cms-grid-card-title { color: var(--dv-teal); font-size: 1.4rem; font-weight: 600; }

/* pricing: price + list in the description, middle plan outlined */
.section-grid:has(#sec_home_pricing) .cms-grid-card, .section-grid:has(#sec_pricing_grid) .cms-grid-card { text-align: center; }
.section-grid:has(#sec_home_pricing) .cms-grid-card:nth-child(2), .section-grid:has(#sec_pricing_grid) .cms-grid-card:nth-child(2) { border: 2px solid var(--dv-teal); transform: translateY(-8px); }
.section-grid:has(#sec_home_pricing) .cms-grid-card:nth-child(3), .section-grid:has(#sec_pricing_grid) .cms-grid-card:nth-child(3) { background: linear-gradient(180deg, #fff, #e9ecec) !important; }
.section-grid:has(#sec_home_pricing) .cms-grid-card-title, .section-grid:has(#sec_pricing_grid) .cms-grid-card-title { font-size: 1.7rem; }
.theme-devre .dv-price { font-family: var(--dv-font); font-size: 2.8rem; font-weight: 700; color: #0d6efd; line-height: 1; margin: 0.4rem 0 0.2rem; }
.theme-devre .dv-price sup { font-size: 1.3rem; vertical-align: top; margin-right: 0.05rem; }
.theme-devre .dv-price small { display: block; font-size: 1rem; font-weight: 400; color: var(--dv-muted); margin-top: 0.3rem; }
.theme-devre .dv-plan { list-style: none; margin: 1.2rem auto 1.6rem; padding: 0; display: grid; gap: 0.55rem; text-align: left; max-width: 220px; }
.theme-devre .dv-plan li::before { content: '\2713'; display: inline-flex; width: 20px; height: 20px; border-radius: 50%; background: #2e7d32; color: #fff; font-size: 0.7rem; align-items: center; justify-content: center; margin-right: 0.6rem; }
.theme-devre .dv-plan li.off { color: #aaa; text-decoration: line-through; }
.theme-devre .dv-plan li.off::before { content: '\2715'; background: #ccc; }

/* stats: white cards with teal disc icon on a pale teal band */
.section-grid:has(#sec_home_stats) .cms-grid-card, .section-grid:has(#sec_about_stats) .cms-grid-card { text-align: center; }
.section-grid:has(#sec_home_stats) .cms-grid-card-icon, .section-grid:has(#sec_about_stats) .cms-grid-card-icon { width: 60px; height: 60px; border-radius: 50%; background-image: var(--dv-grad); margin: 0.4rem auto 0; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(2, 155, 155, 0.3); }
.section-grid:has(#sec_home_stats) .cms-grid-card-icon-glyph, .section-grid:has(#sec_about_stats) .cms-grid-card-icon-glyph { color: #fff !important; font-size: 1.5rem; }
.section-grid:has(#sec_home_stats) .cms-grid-card-title, .section-grid:has(#sec_about_stats) .cms-grid-card-title { font-size: 2.2rem; color: var(--dv-teal); margin: 0 0 0.2rem; }
.section-grid:has(#sec_home_stats) .cms-grid-card-desc, .section-grid:has(#sec_about_stats) .cms-grid-card-desc { font-weight: 600; color: var(--dv-ink); }

/* testimonials: cards with avatar, teal name, stars, quote */
.section-carousel:has(#sec_home_testimonials) .carousel-item-card { background: #fff; border-radius: var(--dv-radius); box-shadow: var(--dv-shadow); border: 0; padding: 1.6rem; text-align: left; }
.section-carousel:has(#sec_home_testimonials) .carousel-item-media { width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 0 0 1rem; border: 3px solid #eee; }
.section-carousel:has(#sec_home_testimonials) .carousel-item-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; transform: scale(1.3); transform-origin: 50% 25%; }
.section-carousel:has(#sec_home_testimonials) .carousel-item-heading { color: var(--dv-teal); font-weight: 600; font-size: 1.15rem; margin-bottom: 0.2rem; }
.section-carousel:has(#sec_home_testimonials) .carousel-item-desc { color: var(--dv-text); }
.theme-devre .dv-role { display: block; color: var(--dv-muted); font-size: 0.85rem; margin-bottom: 0.4rem; }
.theme-devre .dv-stars { color: #f5b301; letter-spacing: 0.1em; margin-bottom: 0.8rem; display: block; }
.theme-devre .dv-quote::before { content: '\201C'; color: var(--dv-teal); font-size: 1.4rem; margin-right: 0.3rem; }
.theme-devre .dv-quote::after { content: '\201D'; color: var(--dv-teal); font-size: 1.4rem; margin-left: 0.3rem; }
.section-carousel:has(#sec_home_testimonials) .cms-carousel-arrow { background: #fff; border: 1px solid #e5e5e5; color: var(--dv-teal); border-radius: 50%; box-shadow: var(--dv-shadow); }

/* clients band (text HTML) */
.theme-devre .dv-logos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.5rem; align-items: center; }
.theme-devre .dv-logos li { text-align: center; font-family: var(--dv-font); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #9a9a9a; font-size: 0.9rem; opacity: 0.8; }
.theme-devre .dv-logos li::before { content: '\25C8'; display: block; font-size: 1.6rem; margin-bottom: 0.2rem; }

/* team: white cards on the teal gradient band */
.section-grid:has(#sec_home_team), .section-grid:has(#sec_about_team) { background-image: var(--dv-grad); }
.section-grid:has(#sec_home_team) .cms-section-heading, .section-grid:has(#sec_about_team) .cms-section-heading { color: #fff; }
.section-grid:has(#sec_home_team) .cms-section-head::after, .section-grid:has(#sec_about_team) .cms-section-head::after { color: rgba(255, 255, 255, 0.85); }
.section-grid:has(#sec_home_team) .cms-grid-card-media, .section-grid:has(#sec_about_team) .cms-grid-card-media { aspect-ratio: 1 / 1; overflow: hidden; background: var(--dv-grey); }
.section-grid:has(#sec_home_team) .cms-grid-card-media img, .section-grid:has(#sec_about_team) .cms-grid-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.section-grid:has(#sec_home_team) .cms-grid-card-body, .section-grid:has(#sec_about_team) .cms-grid-card-body { text-align: center; }
.section-grid:has(#sec_home_team) .cms-grid-card-desc, .section-grid:has(#sec_about_team) .cms-grid-card-desc { color: var(--dv-muted); }

/* blog: category pill, title, author + date */
.section-grid:has(#sec_home_blog) .cms-grid-card-media { aspect-ratio: 16 / 10; overflow: hidden; }
.section-grid:has(#sec_home_blog) .cms-grid-card-media img { width: 100%; height: 100%; object-fit: cover; }
.section-grid:has(#sec_home_blog) .cms-grid-card-body { display: flex; flex-direction: column; }
.section-grid:has(#sec_home_blog) .cms-grid-card-title { order: 2; font-size: 1.35rem; margin: 0.6rem 0 0.9rem; }
.section-grid:has(#sec_home_blog) .cms-grid-card-desc { display: contents; }
.theme-devre .dv-cat { order: 1; align-self: flex-start; background-image: var(--dv-grad); color: #fff; font-size: 0.85rem; font-weight: 500; padding: 0.4rem 1.1rem; border-radius: 999px; }
.theme-devre .dv-meta { order: 3; font-size: 0.9rem; color: var(--dv-muted); }
.theme-devre .dv-meta strong { display: block; color: var(--dv-ink); font-weight: 600; }

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.theme-devre .section-faq-title { text-align: center; font-size: clamp(2rem, 3.6vw, 2.6rem) !important; margin-bottom: 2.5rem !important; }
.theme-devre .section-faq-item { border: 0 !important; border-radius: 12px; background: #fff; box-shadow: var(--dv-shadow); padding: 1.1rem 1.4rem !important; margin-bottom: 1rem; }
.theme-devre .faq-question { color: var(--dv-ink); font-weight: 500 !important; }
.theme-devre .faq-question::before { content: '?'; display: inline-flex; width: 28px; height: 28px; border-radius: 50%; background: var(--dv-teal-soft); color: var(--dv-teal); align-items: center; justify-content: center; font-weight: 700; margin-right: 0.8rem; }

/* ── CTA band (text HTML) ──────────────────────────────────────────────── */
#sec_home_cta, #sec_services_cta, #sec_pricing_cta { background-image: linear-gradient(135deg, #061a1a 0%, #0b2f2f 50%, #0d3d3d 100%); }
.theme-devre .dv-cta { text-align: center; color: #fff; max-width: 860px; margin: 0 auto; }
.theme-devre .dv-cta h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 2.6rem); margin: 0 0 1rem; }
.theme-devre .dv-cta p { color: rgba(255, 255, 255, 0.9); margin: 0 0 1.8rem; }

/* ── Contact ───────────────────────────────────────────────────────────── */
.theme-devre .dv-contact-head { text-align: center; max-width: 720px; margin: 0 auto; }
.theme-devre .dv-contact-head h2 { font-size: clamp(2rem, 3.6vw, 2.6rem); margin: 0 0 0.5rem; }
.theme-devre .dv-contact-head p { color: var(--dv-muted); }
.theme-devre .dv-contact-info h3 { color: var(--dv-teal); font-size: 1.15rem; font-weight: 500; margin: 0 0 0.3rem; }
.theme-devre .dv-contact-info p { color: var(--dv-text); margin: 0 0 1.4rem; }
.theme-devre .dv-contact-info a { color: var(--dv-text); text-decoration: none; }
.theme-devre .cms-form-control, .theme-devre input:not([type="checkbox"]):not([type="radio"]), .theme-devre textarea, .theme-devre select { background: var(--dv-grey) !important; border: 1px solid #ececec !important; border-radius: 10px; }

/* ── Inner page hero ───────────────────────────────────────────────────── */
.dv-page-hero { background-color: var(--dv-dark); background-image: linear-gradient(90deg, rgba(8, 14, 16, 0.8), rgba(8, 14, 16, 0.4)), url('../img/page-hero.jpg'); background-size: cover; background-position: center; color: #fff; padding: 5rem 0 4.5rem; }
.dv-page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 0.5rem 0 0; }
.dv-breadcrumb { display: flex; gap: 0.6rem; font-size: 0.85rem; color: rgba(255, 255, 255, 0.75); }
.dv-breadcrumb a { color: #fff; text-decoration: none; }
.dv-breadcrumb span:last-child { color: #5fd3d3; }
.dv-page-lead { max-width: 640px; margin-top: 1rem; color: rgba(255, 255, 255, 0.85); }

/* ── Footer ────────────────────────────────────────────────────────────── */
.dv-footer { padding: 4.5rem 0 0; background-image: linear-gradient(90deg, rgba(13, 18, 20, 1) 0%, rgba(13, 18, 20, 0.92) 55%, rgba(13, 18, 20, 0.55) 100%), url('../img/footer-bg.jpg'); background-size: cover; background-position: right center; }
.dv-footer .footer-heading, .dv-footer .footer-col-title { font-family: var(--dv-font); color: #fff; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 1.2rem; }
.dv-footer .footer-logo-text { color: #fff; font-family: var(--dv-font); font-weight: 500; font-size: 1.6rem; }
.dv-footer .footer-desc { line-height: 1.8; }
.dv-footer .footer-link { color: #d0d6d6; transition: color 0.2s ease; }
.dv-footer .footer-link:hover { color: #5fd3d3; }
.dv-footer .search-input, .dv-footer input[type="email"] { background: transparent !important; border: 1px solid rgba(255, 255, 255, 0.25) !important; color: #fff !important; border-radius: 999px 0 0 999px; padding: 0.8rem 1.2rem; }
.dv-footer .btn, .dv-footer button { background-image: var(--dv-grad) !important; color: #fff !important; border: 0 !important; border-radius: 0 999px 999px 0 !important; }
.dv-footer .footer-social .social-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; }
.dv-footer .footer-social .social-icon:hover { color: #5fd3d3; }
.dv-footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 3rem; padding: 1.4rem 0; font-size: 0.9rem; }

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .dv-header-inner { grid-template-columns: auto 1fr; min-height: 72px; }
  .has-hero .dv-header { position: relative; background: #fff; }
  .has-hero .dv-header.is-sticky { position: sticky; }
  .has-hero .dv-header:not(.is-scrolled) .nav-link, .has-hero .dv-header:not(.is-scrolled) .mobile-menu-btn { color: var(--dv-ink); }
  .has-hero .dv-header:not(.is-scrolled) .site-logo img { filter: none; }
  /* the core mobile menu is the same .main-nav shown under the header — never hide its wrapper */
  .dv-header-nav, .dv-header-nav .header-slot-menu { display: contents; }
  .dv-header-nav .main-nav { background: #fff; flex-direction: column; align-items: stretch; padding: 0.5rem 0 0.75rem; border-top: 1px solid #eee; box-shadow: var(--dv-shadow); }
  .dv-header-nav .main-nav > * { width: 100%; }
  .dv-header-nav .nav-link { display: block; width: 100%; padding: 0.9rem 1.5rem; border-bottom: 1px solid #f0f0f0; }
  .dv-header-actions { justify-content: flex-end; }
  .dv-header-actions a[class*="btn"] { display: none; }
  #sec_home_hero { min-height: 82vh; padding-top: 3rem !important; padding-bottom: 4rem !important; background-position: 58% center; display: flex; flex-direction: column; justify-content: flex-end; }
  #sec_home_hero::before { background: linear-gradient(180deg, rgba(4, 10, 12, 0.1) 0%, rgba(4, 10, 12, 0.85) 70%); }
  .theme-devre .dv-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section-grid:has(#sec_home_pricing) .cms-grid-card:nth-child(2), .section-grid:has(#sec_pricing_grid) .cms-grid-card:nth-child(2) { transform: none; }
}
@media (max-width: 640px) {
  .theme-devre .cms-section-head { margin-bottom: 1.75rem; }
  .theme-devre .dv-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dv-page-hero { padding: 3rem 0 2.75rem; }
}
