/* CNC Parts 3.0 custom homepage */
.cnc-custom-homepage { background:#fff; }
.cnc-custom-homepage #content { padding:0; }
.cnc-custom-homepage .site-content > .ast-container { max-width:none; padding:0; display:block; }
.cnc-custom-homepage #primary { width:100%; margin:0; padding:0; }
.cnc-custom-homepage .entry-header,
.cnc-custom-homepage .entry-content > *:not(.cnc-home),
.cnc-custom-homepage .site-footer { display:none !important; }
.cnc-home { --navy:#071f32; --navy2:#0b304d; --blue:#0968b7; --orange:#f58a08; --ink:#10263a; --muted:#697783; --line:#dfe6ec; font-family:Inter, sans-serif; color:var(--ink); background:#fff; }
.cnc-home *, .cnc-home *::before, .cnc-home *::after { box-sizing:border-box; }
.cnc-home-shell { width:min(1420px, calc(100% - 80px)); margin-inline:auto; }
.cnc-home-section { padding:44px 0; }
.cnc-home-section__header { text-align:center; margin-bottom:30px; }
.cnc-home-section__header h2 { margin:0; color:#12283c; font-size:26px; line-height:1.2; font-weight:800; text-transform:uppercase; letter-spacing:.01em; }
.cnc-home-accent-line { display:block; width:60px; height:3px; background:var(--orange); margin:18px 0 0; border-radius:999px; }
.cnc-home-section__header .cnc-home-accent-line { margin:14px auto 0; }

/* Header on home */
.cnc-custom-homepage .site-header { background:#071b2b; box-shadow:none; }
.cnc-custom-homepage .site-header .main-header-menu > .menu-item > .menu-link,
.cnc-custom-homepage .site-header a,
.cnc-custom-homepage .site-header .ast-icon { color:#fff; }
.cnc-custom-homepage .site-header .main-header-menu > .menu-item > .menu-link:hover,
.cnc-custom-homepage .site-header .current-menu-item > .menu-link { color:var(--orange); }
.cnc-custom-homepage .site-header .ast-primary-header-bar { border:0; min-height:82px; background:#071b2b; }
.cnc-custom-homepage .site-header .ast-builder-grid-row { max-width:1420px; }
.cnc-custom-homepage .ast-header-button-1 .ast-custom-button { background:var(--orange); border-color:var(--orange); box-shadow:0 8px 22px rgba(245,138,8,.28); }

/* Hero */
.cnc-home-hero { position:relative; min-height:590px; display:flex; align-items:stretch; background-image:linear-gradient(90deg, rgba(2,24,42,.97) 0%, rgba(3,31,52,.88) 37%, rgba(3,28,48,.24) 72%, rgba(3,25,43,.08) 100%), var(--cnc-hero-image); background-size:cover; background-position:center; color:#fff; overflow:hidden; }
.cnc-home-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(1,19,32,.3), transparent 45%); pointer-events:none; }
.cnc-home-hero__inner { position:relative; z-index:1; display:flex; align-items:center; }
.cnc-home-hero__content { width:min(620px, 56%); padding:60px 0 66px; }
.cnc-home-hero h1 { margin:0; color:#fff; font-size:clamp(44px, 5vw, 72px); line-height:1.03; letter-spacing:-.035em; font-weight:800; }
.cnc-home-hero h1 span, .cnc-home-hero h1 strong { display:block; }
.cnc-home-hero h1 strong { color:var(--orange); font-weight:800; }
.cnc-home-hero__lead { max-width:580px; margin:23px 0 0; color:#fff; font-size:19px; line-height:1.55; font-weight:650; }
.cnc-home-hero__categories { max-width:610px; margin:20px 0 0; color:#f0f4f7; font-size:17px; line-height:1.55; }
.cnc-home-hero__actions { display:flex; flex-wrap:wrap; gap:16px; margin-top:32px; }
.cnc-home-btn { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:0 24px; border:2px solid transparent; border-radius:6px; font-size:14px; line-height:1; font-weight:800; text-transform:uppercase; letter-spacing:.02em; text-decoration:none !important; transition:transform .2s ease, background .2s ease, border-color .2s ease; }
.cnc-home-btn:hover { transform:translateY(-2px); }
.cnc-home-btn span { font-size:24px; font-weight:400; line-height:0; }
.cnc-home-btn--primary { background:var(--orange); color:#fff; box-shadow:0 10px 28px rgba(245,138,8,.24); }
.cnc-home-btn--primary:hover { color:#fff; background:#db7500; }
.cnc-home-btn--outline { color:#fff; border-color:rgba(255,255,255,.8); background:rgba(5,28,47,.22); }
.cnc-home-btn--outline:hover { color:#fff; border-color:#fff; background:rgba(255,255,255,.08); }
.cnc-home-btn--blue { color:#fff; background:#0870c8; }
.cnc-home-btn--blue:hover { color:#fff; background:#075da5; }

/* Category cards */
.cnc-home-categories { padding-top:38px; padding-bottom:30px; }
.cnc-home-category-grid { display:grid; grid-template-columns:repeat(6, minmax(0,1fr)); gap:22px; }
.cnc-home-category-card { display:flex; flex-direction:column; min-width:0; padding:14px 14px 18px; border:1px solid var(--line); border-radius:9px; background:#fff; text-align:center; box-shadow:0 4px 16px rgba(19,45,65,.05); text-decoration:none !important; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cnc-home-category-card:hover { transform:translateY(-5px); border-color:#c9d8e3; box-shadow:0 14px 30px rgba(19,45,65,.12); }
.cnc-home-category-card__image { aspect-ratio:1.3/1; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.cnc-home-category-card img { width:100%; height:100%; object-fit:contain; transition:transform .25s ease; }
.cnc-home-category-card:hover img { transform:scale(1.04); }
.cnc-home-category-card strong { margin-top:8px; color:#10263a; font-size:17px; line-height:1.15; font-weight:800; text-transform:uppercase; }

/* Benefits */
.cnc-home-benefits { padding-top:4px; padding-bottom:34px; }
.cnc-home-benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); border-radius:10px; background:#f5f8fc; padding:26px 12px; }
.cnc-home-benefit { position:relative; display:grid; grid-template-columns:66px 1fr; align-items:center; gap:18px; min-height:108px; padding:4px 26px; }
.cnc-home-benefit:not(:last-child)::after { content:""; position:absolute; right:0; top:12px; bottom:12px; width:1px; background:#d8e0e7; }
.cnc-home-benefit__icon { width:54px; height:54px; display:block; background-position:center; background-repeat:no-repeat; background-size:contain; filter:none; }
.cnc-icon-shield { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='%230767c2' stroke-width='3'%3E%3Cpath d='M32 5 53 13v16c0 14-8 24-21 30C19 53 11 43 11 29V13l21-8Z'/%3E%3Cpath d='m22 31 7 7 14-16'/%3E%3C/svg%3E"); }
.cnc-icon-headset { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='%230767c2' stroke-width='3'%3E%3Cpath d='M10 34v-5a22 22 0 0 1 44 0v5'/%3E%3Crect x='8' y='31' width='10' height='19' rx='4'/%3E%3Crect x='46' y='31' width='10' height='19' rx='4'/%3E%3Cpath d='M51 50c0 6-6 8-13 8h-4'/%3E%3C/svg%3E"); }
.cnc-icon-truck { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='%230767c2' stroke-width='3'%3E%3Cpath d='M5 15h34v32H5zM39 27h11l9 10v10H39z'/%3E%3Ccircle cx='17' cy='50' r='6'/%3E%3Ccircle cx='49' cy='50' r='6'/%3E%3Cpath d='M10 23h20M10 31h15'/%3E%3C/svg%3E"); }
.cnc-icon-award { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='%230767c2' stroke-width='3'%3E%3Ccircle cx='32' cy='25' r='17'/%3E%3Cpath d='m20 39-5 20 17-8 17 8-5-20M32 13l4 7 8 1-6 6 2 8-8-4-8 4 2-8-6-6 8-1 4-7Z'/%3E%3C/svg%3E"); }
.cnc-home-benefit h3 { margin:0 0 7px; color:#11283d; font-size:16px; line-height:1.25; font-weight:800; text-transform:uppercase; }
.cnc-home-benefit p { margin:0; color:#566675; font-size:13px; line-height:1.55; }

/* Products */
.cnc-home-products { padding-top:20px; padding-bottom:46px; }
.cnc-home-product-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:22px; }
.cnc-home-product-card { display:flex; flex-direction:column; min-width:0; padding:12px 12px 17px; border:1px solid var(--line); border-radius:8px; background:#fff; text-align:center; text-decoration:none !important; transition:transform .2s ease, box-shadow .2s ease; }
.cnc-home-product-card:hover { transform:translateY(-4px); box-shadow:0 13px 28px rgba(18,45,66,.1); }
.cnc-home-product-card__image { aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.cnc-home-product-card img { width:100%; height:100%; object-fit:contain; }
.cnc-home-product-card strong { margin-top:8px; color:#13283b; font-size:16px; line-height:1.25; font-weight:800; }
.cnc-home-product-card > span:last-child { margin-top:5px; color:#657483; font-size:13px; line-height:1.35; }
.cnc-home-products__more { display:flex; justify-content:center; margin-top:26px; }

/* Footer */
.cnc-home-footer { color:#dbe7ef; background:linear-gradient(135deg,#09253a,#061a2a); }
.cnc-home-footer__grid { display:grid; grid-template-columns:1.35fr 1fr 1fr 1.1fr; gap:60px; padding-top:48px; padding-bottom:42px; }
.cnc-home-footer h3 { margin:0 0 18px; color:#fff; font-size:15px; font-weight:800; text-transform:uppercase; }
.cnc-home-footer p { max-width:310px; margin:18px 0 0; color:#b9c8d3; font-size:14px; line-height:1.65; }
.cnc-home-footer ul { margin:0; padding:0; list-style:none; }
.cnc-home-footer li { margin:0 0 10px; color:#c3d1db; font-size:14px; line-height:1.45; }
.cnc-home-footer a { color:#c8d6e0; text-decoration:none; }
.cnc-home-footer a:hover { color:#fff; }
.cnc-home-footer__grid > div:not(:first-child) li::before { content:'›'; margin-right:9px; color:#fff; }
.cnc-home-footer__contact li { display:flex; gap:10px; }
.cnc-home-footer__contact li::before { display:none; }
.cnc-home-footer__site-name { color:#fff; font-size:26px; }
.cnc-home-footer .custom-logo { max-height:65px; width:auto; }
.cnc-home-footer__bottom { padding:15px 30px; border-top:1px solid rgba(255,255,255,.07); text-align:center; color:#9fb1be; background:rgba(0,0,0,.12); font-size:12px; }

@media (max-width:1180px) {
  .cnc-home-shell { width:min(100% - 48px, 1180px); }
  .cnc-home-category-grid, .cnc-home-product-grid { grid-template-columns:repeat(3,1fr); }
  .cnc-home-benefit-grid { grid-template-columns:repeat(2,1fr); }
  .cnc-home-benefit:nth-child(2)::after { display:none; }
  .cnc-home-footer__grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  .cnc-home-shell { width:min(100% - 30px, 720px); }
  .cnc-home-hero { min-height:600px; background-position:62% center; }
  .cnc-home-hero { background-image:linear-gradient(90deg,rgba(2,24,42,.97),rgba(3,31,52,.83)),var(--cnc-hero-image); }
  .cnc-home-hero__content { width:100%; padding:55px 0; }
  .cnc-home-hero h1 { font-size:46px; }
  .cnc-home-category-grid, .cnc-home-product-grid { grid-template-columns:repeat(2,1fr); gap:14px; }
  .cnc-home-benefit-grid { grid-template-columns:1fr; padding:12px; }
  .cnc-home-benefit { padding:18px; }
  .cnc-home-benefit::after { display:none !important; }
  .cnc-home-footer__grid { grid-template-columns:1fr; gap:30px; }
}
@media (max-width:480px) {
  .cnc-home-hero h1 { font-size:38px; }
  .cnc-home-hero__lead { font-size:17px; }
  .cnc-home-hero__actions { flex-direction:column; }
  .cnc-home-btn { width:100%; }
  .cnc-home-category-grid, .cnc-home-product-grid { grid-template-columns:1fr 1fr; }
  .cnc-home-category-card strong { font-size:14px; }
}
