/*
Theme Name: CF Vantek Custom
Theme URI: https://cfvantek.com/
Author: Furkan Kaya
Description: CF Vantek Otomotiv için özel geliştirilmiş, WooCommerce uyumlu hafif WordPress teması.
Version: 4.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: cfvantek
*/

:root{
  --navy:#082a61;
  --navy-2:#0d3e82;
  --navy-3:#041b3d;
  --blue:#1557a5;
  --ice:#eef5fb;
  --bg:#f6f8fb;
  --white:#fff;
  --ink:#111827;
  --muted:#667085;
  --line:#dfe6ee;
  --green:#0b8b5f;
  --radius:22px;
  --shadow:0 18px 60px rgba(8,42,97,.10);
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed!important;left:16px;top:16px;width:auto;height:auto;margin:0;padding:12px 16px;clip:auto;background:#fff;color:#000;z-index:99999;border-radius:8px}

/* Header */
.topbar{background:var(--navy-3);color:#d9e7f7;font-size:13px}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.topbar a:hover{color:#fff}
.topbar .dot{width:4px;height:4px;border-radius:50%;background:#6ea2db;display:inline-block;margin-right:8px;vertical-align:2px}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,238,.85)}
body.admin-bar .site-header{top:32px}
.header-inner{min-height:86px;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;min-width:0}
.brand img{width:228px;max-height:58px;object-fit:contain;object-position:left center}
.primary-nav{justify-self:center}
.primary-nav ul{display:flex;align-items:center;gap:30px;list-style:none;padding:0;margin:0}
.primary-nav a{font-weight:700;font-size:15px;color:#253247;position:relative;padding:31px 0}
.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:2px;background:var(--navy);transition:.22s ease}
.primary-nav a:hover:after,.primary-nav .current-menu-item>a:after{right:0}
.header-actions{display:flex;align-items:center;gap:10px}
.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--navy);position:relative}
.icon-btn:hover{border-color:#b8c8db;background:#f8fbff}
.cart-count{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--navy);color:#fff;font-size:11px;display:grid;place-items:center;font-weight:800;border:2px solid #fff}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;color:var(--navy);width:44px;height:44px;border-radius:13px;align-items:center;justify-content:center;cursor:pointer}
.site-search{border-bottom:1px solid var(--line);background:#fbfdff}
.site-search .container{display:flex;align-items:center;min-height:50px;gap:12px}
.site-search form{display:flex;width:100%;gap:10px}
.site-search input[type="search"]{flex:1;border:0;background:transparent;outline:none;font-size:14px;color:#253247}
.site-search button{border:0;background:none;color:var(--navy);font-weight:800;cursor:pointer}

/* Buttons and type */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 21px;border-radius:13px;border:1px solid transparent;font-weight:800;font-size:14px;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 28px rgba(8,42,97,.20)}
.btn-primary:hover{background:var(--navy-2)}
.btn-light{background:#fff;color:var(--navy)}
.btn-light:hover{background:#f4f8fc}
.btn-outline{background:#fff;color:var(--navy);border-color:#cad6e3}
.btn-outline:hover{border-color:#93acc6;background:#f8fbff}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.eyebrow:before{content:"";width:24px;height:2px;background:currentColor;border-radius:2px}
h1,h2,h3,h4{line-height:1.12;margin:0 0 16px;color:#101828;letter-spacing:-.025em}
h1{font-size:clamp(42px,5.5vw,76px)}
h2{font-size:clamp(32px,4vw,50px)}
h3{font-size:21px}
.lead{font-size:18px;color:#5b6678;line-height:1.75;margin:0}
.section{padding:92px 0}
.section-soft{background:var(--bg)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:42px}
.section-heading .text{max-width:780px}
.section-heading h2{margin-bottom:13px}

/* Hero */
.hero{position:relative;min-height:670px;background:var(--navy-3);color:#fff;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(36,94,164,.34),transparent 38%),linear-gradient(90deg,rgba(3,25,57,.99) 0%,rgba(4,28,62,.95) 46%,rgba(4,28,62,.50) 70%,rgba(4,28,62,.20) 100%);z-index:1}
.hero-media{position:absolute;inset:0 0 0 45%;z-index:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.9) contrast(1.03)}
.hero-inner{position:relative;z-index:2;min-height:670px;display:flex;align-items:center}
.hero-copy{max-width:690px;padding:80px 0}
.hero .eyebrow{color:#a9caef}
.hero h1{color:#fff;max-width:680px}
.hero .lead{color:#d9e5f2;max-width:610px;font-size:19px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.hero-points{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:34px;color:#cbd9ea;font-size:13px;font-weight:700}
.hero-points span:before{content:"✓";color:#8bc4ff;margin-right:8px}

/* Trust */
.trust-strip{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(4,27,61,.04)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:26px 24px;border-right:1px solid var(--line)}
.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0;padding-right:0}
.trust-item strong{display:block;color:var(--navy);font-size:15px;margin-bottom:4px}.trust-item span{font-size:13px;color:#738096}

/* Cards */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:28px;box-shadow:0 10px 30px rgba(16,24,40,.035);transition:.22s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c6d4e3}
.category-card{position:relative;overflow:hidden;min-height:240px}
.category-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;bottom:-45px;background:#edf4fb}
.category-num{position:absolute;right:22px;top:20px;color:#bdc9d6;font-size:12px;font-weight:900;letter-spacing:.1em}
.category-icon{width:52px;height:52px;border-radius:15px;background:#eaf2fb;color:var(--navy);display:grid;place-items:center;margin-bottom:28px;font-size:22px;font-weight:900}
.category-card p{color:#6a7689;font-size:14px;margin:0 0 24px;max-width:85%}
.category-card a{color:var(--navy);font-size:14px;font-weight:900;position:relative;z-index:2}

/* Products */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{border:1px solid var(--line);border-radius:19px;background:#fff;overflow:hidden;transition:.22s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-media{height:235px;background:linear-gradient(145deg,#f3f6fa,#e9eef5);display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-placeholder{font-size:52px;font-weight:950;color:#c0cfdf;letter-spacing:-.06em}
.product-body{padding:20px}
.product-meta,.product-code{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7c8797;font-weight:800}
.product-title{display:block;color:#152238;font-weight:850;line-height:1.4;margin:7px 0 9px;min-height:45px}
.product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #edf1f5;margin-top:15px;padding-top:15px}
.price{font-weight:900;color:var(--navy);font-size:14px}.link-arrow{font-size:12px;font-weight:900;color:var(--blue)}

/* About */
.split{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.media-card{border-radius:28px;overflow:hidden;min-height:520px;background:#eaf0f6;box-shadow:var(--shadow);position:relative}
.media-card img{width:100%;height:100%;min-height:520px;object-fit:cover}
.media-card:after{content:"";position:absolute;inset:auto 0 0 0;height:40%;background:linear-gradient(transparent,rgba(4,27,61,.28))}
.feature-list{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:14px}
.feature-list li{position:relative;padding-left:30px;color:#46546a}.feature-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#e7f6f0;color:#087653;font-size:12px;font-weight:900}
.quote-box{margin-top:30px;border-left:4px solid var(--navy);padding:20px 24px;background:#f3f7fc;border-radius:0 14px 14px 0;font-weight:850;color:var(--navy)}

/* Logistics / CTA */
.logistics{background:linear-gradient(140deg,#061f48,#0b3a78);color:#fff}
.logistics h2{color:#fff}.logistics .lead{color:#c7d6e8}.logistics .eyebrow{color:#91b9e7}
.logistics-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.logistics-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.logistics-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:20px;border-radius:16px}.logistics-item strong{display:block;color:#fff}.logistics-item span{font-size:13px;color:#b9cce3}
.notice{margin-top:28px;padding:18px 20px;border-radius:15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:14px;color:#dce8f5}
.cta-box{background:linear-gradient(120deg,#0a2e66,#0f4d96);border-radius:28px;padding:48px 54px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;position:relative;overflow:hidden}
.cta-box:after{content:"CF";position:absolute;right:120px;top:-80px;font-size:260px;line-height:1;font-weight:950;color:rgba(255,255,255,.035)}
.cta-box h2{color:#fff;font-size:clamp(30px,3vw,43px);margin-bottom:10px}.cta-box .lead{color:#d5e4f3}

/* Internal pages */
.page-hero{padding:72px 0;background:linear-gradient(145deg,#061f48,#0e4388);color:#fff}.page-hero h1{font-size:clamp(38px,4.8vw,62px);color:#fff}.page-hero p{color:#d7e3f0;max-width:720px;font-size:18px}
.content-wrap{padding:72px 0}.prose{max-width:860px}.prose h2{font-size:34px;margin-top:42px}.prose h3{font-size:24px;margin-top:30px}.prose p,.prose li{color:#4d5a6e}.prose a{color:var(--blue);text-decoration:underline}.prose table{width:100%;border-collapse:collapse}.prose td,.prose th{border:1px solid var(--line);padding:12px;text-align:left}
.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.stat{background:#f3f7fc;border:1px solid #dce6f0;border-radius:16px;padding:20px}.stat strong{display:block;color:var(--navy);font-size:24px}.stat span{font-size:13px;color:#6d7787}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}.contact-panel,.contact-form-card{border:1px solid var(--line);border-radius:22px;padding:32px;background:#fff}.contact-list{display:grid;gap:18px;margin-top:26px}.contact-row{padding-bottom:18px;border-bottom:1px solid #edf1f5}.contact-row:last-child{border-bottom:0}.contact-row small{display:block;color:#7b8797;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:4px}.contact-row strong,.contact-row a{color:#17243a}.simple-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.simple-form .full{grid-column:1/-1}.simple-form input,.simple-form textarea,.simple-form select{width:100%;border:1px solid #d7e0ea;border-radius:12px;padding:13px 14px;background:#fff;outline:none}.simple-form input:focus,.simple-form textarea:focus{border-color:#7ea4cc;box-shadow:0 0 0 3px rgba(21,87,165,.08)}.simple-form textarea{min-height:150px;resize:vertical}

/* Footer */
.site-footer{background:#061a39;color:#b8c7d9;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .9fr 1fr;gap:48px}.footer-brand img{width:260px;max-width:100%;filter:grayscale(1) invert(1) brightness(2.15);mix-blend-mode:screen;opacity:.98;margin-bottom:18px}.footer-brand p{font-size:14px;max-width:390px}.footer-title{color:#fff;font-weight:850;margin-bottom:18px;font-size:14px}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:10px}.footer-links a{font-size:13px;color:#b8c7d9}.footer-links a:hover{color:#fff}.footer-company{font-size:13px;display:grid;gap:9px}.footer-company strong{color:#fff}.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#8fa3ba;flex-wrap:wrap}

/* WooCommerce — V4.3 catalogue */
.woocommerce-page main.site-main,.woocommerce main.site-main{padding:0}
.woocommerce-wrap{width:min(calc(100% - 40px),var(--container));margin-inline:auto;padding:42px 0 78px}
.woocommerce .woocommerce-breadcrumb{display:none}
.woocommerce-products-header{display:none}
.cfv-shop-categories{margin:0 0 30px}
.cfv-shop-categories-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:16px}
.cfv-shop-categories-head h2{font-size:22px;margin:0;color:var(--ink)}
.cfv-shop-categories-head p{margin:0;color:var(--muted);font-size:13px}
.cfv-category-chips{display:flex;flex-wrap:wrap;gap:10px}
.cfv-category-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #d8e2ec;border-radius:999px;background:#fff;color:#26364c;font-size:13px;font-weight:750;transition:.2s ease}
.cfv-category-chip:hover,.cfv-category-chip.is-active{border-color:#a9bfd8;background:#eef5fb;color:var(--navy)}
.cfv-category-chip span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#eef3f8;color:#6b7d91;font-size:11px}
.woocommerce .woocommerce-result-count{margin:0!important;color:#667085;font-size:13px;line-height:44px}
.woocommerce .woocommerce-ordering{margin:0!important}
.woocommerce .woocommerce-ordering select{min-width:215px;height:44px;border:1px solid #d6e0ea;border-radius:12px;background:#fff;padding:0 38px 0 13px;color:#17243a;font-size:13px;font-weight:700;outline:none}
.cfv-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);background:#fbfdff;border-radius:16px;padding:10px 14px;margin-bottom:22px}
.woocommerce .products ul,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important;padding:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;border:1px solid #dfe6ee;border-radius:18px;overflow:hidden;background:#fff;padding:0 0 17px;box-shadow:0 8px 26px rgba(8,42,97,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;min-width:0}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);border-color:#c9d7e6;box-shadow:0 18px 42px rgba(8,42,97,.11)}
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:block;min-width:0}
.woocommerce ul.products li.product a img{width:100%!important;height:auto!important;margin:0!important;background:linear-gradient(145deg,#f7f9fc,#eef3f8);aspect-ratio:1.18/1;object-fit:contain;padding:24px;border-bottom:1px solid #edf1f5;transition:transform .24s ease}
.woocommerce ul.products li.product:hover a img{transform:scale(1.025)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:15px 17px 3px!important;font-size:15px!important;font-weight:850!important;line-height:1.42;color:#17243a;min-height:61px;margin:0!important}
.cfv-loop-meta{display:grid;gap:5px;padding:2px 17px 0;color:#65758a;font-size:11px;line-height:1.45}
.cfv-loop-meta strong{color:#31445d;font-weight:800}
.cfv-loop-category{display:inline-block;color:var(--blue);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.045em;margin-bottom:1px}
.woocommerce ul.products li.product .price{display:block;padding:10px 17px 0;margin:0!important;color:var(--navy)!important;font-size:14px!important;font-weight:850!important;min-height:31px}
.cfv-price-request{color:var(--navy);font-size:13px;font-weight:850}
.woocommerce ul.products li.product .button{margin:auto 17px 0!important;background:var(--navy)!important;color:#fff!important;border-radius:11px!important;padding:11px 14px!important;font-size:12px!important;text-align:center;min-height:42px;display:flex!important;align-items:center;justify-content:center;box-shadow:none!important}
.woocommerce ul.products li.product .button:hover{background:var(--navy-2)!important}
.woocommerce ul.products li.product .added_to_cart{margin:8px 17px 0;font-size:12px;font-weight:800;color:var(--navy)}
.woocommerce nav.woocommerce-pagination{margin-top:34px}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:8px;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid #d8e2ec;border-radius:11px!important;background:#fff!important;color:#334155!important;font-weight:750!important;padding:0!important}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--navy)!important;color:#fff!important;border-color:var(--navy)!important}
.woocommerce div.product{padding:54px 0 76px}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:#f5f8fb;border-radius:20px;overflow:hidden}.woocommerce div.product .product_title{font-size:38px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--navy)!important;font-size:22px!important;font-weight:900}.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:var(--navy)!important;border-radius:11px!important}.woocommerce table.shop_table{border:1px solid var(--line)!important;border-radius:14px!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #d6e0ea;border-radius:10px;padding:11px}.woocommerce-info,.woocommerce-message{border-top-color:var(--navy)!important}.woocommerce-info:before,.woocommerce-message:before{color:var(--navy)!important}
.cfv-no-image-note{display:none}
@media (max-width:1080px){.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.woocommerce-wrap{width:min(calc(100% - 28px),var(--container));padding:28px 0 60px}.cfv-shop-toolbar{align-items:stretch;flex-direction:column;gap:8px}.woocommerce .woocommerce-result-count{line-height:1.5}.woocommerce .woocommerce-ordering{width:100%}.woocommerce .woocommerce-ordering select{width:100%}.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.woocommerce ul.products li.product a img{padding:16px}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:12px 13px 3px!important;font-size:13px!important;min-height:56px}.cfv-loop-meta{padding:2px 13px 0}.woocommerce ul.products li.product .price{padding:8px 13px 0}.woocommerce ul.products li.product .button{margin:auto 13px 0!important}}
@media (max-width:430px){.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:1fr}.cfv-category-chips{gap:7px}.cfv-category-chip{font-size:12px;padding:8px 11px}}

/* Error / misc */
.empty-state{padding:90px 0;text-align:center}.empty-state h1{font-size:72px;color:var(--navy)}
.icon{width:19px;height:19px;display:block}

@media (max-width:1080px){
  .header-inner{grid-template-columns:220px 1fr auto}.primary-nav ul{gap:19px}.primary-nav a{font-size:14px}
  .product-grid,.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
  .split{gap:42px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:nth-child(3){display:none}
}
@media (max-width:860px){
  body.admin-bar .site-header{top:46px}
  .topbar-right{display:none}.topbar-inner{justify-content:center}.topbar-left{justify-content:center}
  .header-inner{display:flex;justify-content:space-between;min-height:74px}.brand img{width:190px;max-height:50px}.primary-nav{position:fixed;left:0;right:0;top:112px;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px;transform:translateY(-130%);opacity:0;pointer-events:none;transition:.22s ease;box-shadow:0 20px 30px rgba(0,0,0,.08)}body.admin-bar .primary-nav{top:158px}.primary-nav.is-open{transform:none;opacity:1;pointer-events:auto}.primary-nav ul{display:grid;gap:2px}.primary-nav a{display:block;padding:12px 4px}.primary-nav a:after{display:none}.menu-toggle{display:flex}.header-actions .btn{display:none}
  .hero,.hero-inner{min-height:620px}.hero-media{left:25%}.hero:before{background:linear-gradient(90deg,rgba(3,25,57,.98) 0%,rgba(4,28,62,.88) 66%,rgba(4,28,62,.45) 100%)}.hero-copy{max-width:620px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-item:first-child{padding-left:24px}.trust-item:last-child{padding-right:24px}
  .grid-3{grid-template-columns:repeat(2,1fr)}.product-grid,.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
  .split,.logistics-grid,.about-intro,.contact-grid{grid-template-columns:1fr}.media-card{min-height:400px}.media-card img{min-height:400px}.logistics-grid{gap:42px}.cta-box{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:nth-child(3){display:block}
}
@media (max-width:580px){
  .container{width:min(calc(100% - 28px),var(--container))}.section{padding:64px 0}.section-heading{align-items:flex-start;flex-direction:column}.topbar-left span:nth-child(n+2){display:none}.site-search{display:none}
  .hero,.hero-inner{min-height:610px}.hero-media{left:0;opacity:.38}.hero:before{background:linear-gradient(90deg,rgba(3,25,57,.99),rgba(4,28,62,.82))}.hero-copy{padding:58px 0}.hero h1{font-size:43px}.hero .lead{font-size:16px}.hero-actions{display:grid}.hero-actions .btn{width:100%}
  .trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child,.trust-item:last-child{padding:18px 10px;border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
  .grid-3,.product-grid,.woocommerce .products ul,.woocommerce ul.products,.logistics-list,.footer-grid{grid-template-columns:1fr}.category-card{min-height:220px}.product-media{height:260px}.split{gap:34px}.media-card,.media-card img{min-height:320px}.cta-box{padding:34px 26px}.cta-box:after{display:none}.simple-form{grid-template-columns:1fr}.simple-form .full{grid-column:auto}.about-stats{grid-template-columns:1fr}.footer-grid{gap:34px}
}


/* V3 panel-controlled media */
.hero-media picture{display:block;width:100%;height:100%}
.hero-media picture img{width:100%;height:100%;object-fit:cover}
.cfv-admin-note{display:none}

.cfv-contact-form{margin-top:24px}
.cfv-contact-form .forminator-ui{font-family:inherit!important}
.cfv-contact-form .forminator-row{margin-bottom:14px!important}
.cfv-contact-form .forminator-label{display:block!important;color:#17243a!important;font-size:13px!important;font-weight:800!important;margin-bottom:7px!important}
.cfv-contact-form .forminator-input,
.cfv-contact-form .forminator-textarea,
.cfv-contact-form .forminator-select2 + .forminator-select .selection .select2-selection,
.cfv-contact-form select{width:100%!important;background:#fff!important;border:1px solid #d7e0ea!important;border-radius:12px!important;color:#17243a!important;box-shadow:none!important;min-height:48px!important;padding:12px 14px!important;font-family:inherit!important;font-size:15px!important}
.cfv-contact-form .forminator-textarea{min-height:150px!important;resize:vertical!important}
.cfv-contact-form .forminator-input:focus,
.cfv-contact-form .forminator-textarea:focus,
.cfv-contact-form select:focus{border-color:#7ea4cc!important;box-shadow:0 0 0 3px rgba(21,87,165,.08)!important;outline:0!important}
.cfv-contact-form .forminator-button-submit{background:var(--navy)!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:14px 24px!important;min-height:50px!important;font-weight:850!important;font-family:inherit!important;box-shadow:none!important;transition:.2s ease!important}
.cfv-contact-form .forminator-button-submit:hover{background:var(--navy-2)!important;transform:translateY(-1px)}
.cfv-contact-form .forminator-checkbox-box,
.cfv-contact-form .forminator-radio-bullet{border-color:#b8c7d9!important}
.cfv-contact-form .forminator-description,
.cfv-contact-form .forminator-error-message{font-size:12px!important}
.cfv-contact-form .forminator-response-message{border-radius:12px!important;padding:14px 16px!important}
.cfv-form-admin-warning,.cfv-form-public-fallback{margin-top:24px;border:1px solid #d7e0ea;border-radius:14px;padding:18px;background:#f8fbff;color:#334155}
.cfv-form-admin-warning code{background:#eef3f8;padding:2px 5px;border-radius:5px}
.form-hint{margin-top:12px;font-size:12px;color:#7b8797}


/* V4 showcase visuals */
.showcase-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:22px;margin-top:26px}
.showcase-card{position:relative;min-height:260px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#0f172a;color:#fff}
.showcase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.showcase-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,9,22,.08) 0%,rgba(3,9,22,.62) 75%,rgba(3,9,22,.8) 100%)}
.showcase-copy{position:absolute;left:22px;right:22px;bottom:18px;z-index:2}
.showcase-copy h3{color:#fff;margin:0 0 8px;font-size:22px}
.showcase-copy p{margin:0;color:rgba(255,255,255,.88);font-size:14px;line-height:1.55}
.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}
.story-stack{display:grid;gap:24px}
.story-photo{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#eef5fb}
.story-photo img{width:100%;height:100%;object-fit:cover;display:block}
.story-photo.tall{min-height:560px}
.story-photo.medium{min-height:260px}
.story-photo.small{min-height:250px}
@media (max-width: 960px){.showcase-grid,.story-grid{grid-template-columns:1fr}.story-photo.tall,.story-photo.medium,.story-photo.small{min-height:260px}}

/* V4.4 — Sanal POS / bank review trust elements */
.payment-trust{margin-top:34px;padding:20px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.payment-trust-copy{display:flex;flex-direction:column;gap:5px;color:#fff}.payment-trust-copy strong{font-size:15px}.payment-trust-copy span{font-size:13px;color:#b7c7dc}
.payment-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.payment-badge{height:38px;min-width:70px;padding:0 12px;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:-.02em;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.payment-badge.visa{font-style:italic;font-size:20px;color:#1434cb}.payment-badge.secure3d{font-size:11px;color:#082854;letter-spacing:.05em}
.payment-badge.mastercard{position:relative;min-width:104px;gap:0;padding:0 8px 0 7px}.payment-badge.mastercard i{display:block;width:22px;height:22px;border-radius:50%;background:#eb001b}.payment-badge.mastercard i+ i{background:#f79e1b;margin-left:-8px;opacity:.96}.payment-badge.mastercard b{font-size:9px;color:#111;margin-left:6px;font-weight:800}
.cfv-checkout-security{margin:0 0 24px;padding:14px 16px;border:1px solid #d8e4f1;border-radius:12px;background:#f7fbff;display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#082854}.cfv-checkout-security strong{font-weight:900}.cfv-checkout-security span{color:#4d627b}.cfv-checkout-security a{margin-left:auto;font-weight:800;color:#0b4ca1;text-decoration:none}
@media(max-width:700px){.payment-trust{align-items:flex-start}.cfv-checkout-security a{margin-left:0;width:100%}}
