/*
Theme Name: 3DPRINTEAZY
Theme URI: https://3dprinteazy.com
Author: 3DPRINTEAZY
Description: Custom luxury, tech-premium theme for 3DPRINTEAZY — a precision 3D printing service. WooCommerce-ready, hand-built marketing pages.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: eazy
*/

/* ============================================================
   Tokens
   ============================================================ */
:root{
  --bg:#090d13; --bg-2:#0f1620; --bg-3:#161f2c; --bg-4:#1d2a3a;
  --line:rgba(255,255,255,.09); --line-2:rgba(255,255,255,.16);
  --blue:#33b1e6; --blue-2:#1b6fb8; --orange:#f5904a; --gold:#cba45f;
  --text:#e9f1f8; --muted:#9bb0c5; --white:#fff;
  --grad:linear-gradient(135deg,#33b1e6 0%,#1b6fb8 100%);
  --radius:16px; --shadow:0 24px 60px -20px rgba(0,0,0,.7);
  --glow:0 8px 30px -6px rgba(46,167,223,.5);
  --maxw:1200px; --header-h:84px;
  --serif:'Sora',sans-serif; --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}

/* ============================================================
   Reset / base
   ============================================================ */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:none; }
body{ margin:0; background:var(--bg); color:var(--text); font-family:var(--sans);
  font-size:17px; line-height:1.7; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; overflow-x:hidden; }
img{ max-width:100%; height:auto; display:block; }
a{ color:var(--blue); text-decoration:none; transition:color .2s ease,opacity .2s ease; }
a:hover{ color:#5cc3f0; }
h1,h2,h3,h4,h5,h6{ font-family:var(--serif); color:var(--white); line-height:1.12; letter-spacing:-.02em; margin:0 0 .5em; font-weight:700; }
p{ margin:0 0 1em; }
ul{ margin:0 0 1em; padding-left:1.2em; }
::selection{ background:rgba(46,167,223,.35); color:#fff; }
::-webkit-scrollbar{ width:11px;height:11px; }
::-webkit-scrollbar-track{ background:var(--bg-2); }
::-webkit-scrollbar-thumb{ background:linear-gradient(var(--blue-2),var(--blue)); border-radius:8px; border:2px solid var(--bg-2); }
.container{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 28px; }
.eyebrow{ color:var(--gold); font-family:var(--serif); font-weight:600; letter-spacing:.28em; text-transform:uppercase; font-size:13px; display:block; }
.eyebrow.center{ text-align:center; }
.eyebrow.center::after{ content:""; display:block; width:46px; height:2px; margin:14px auto 0; background:var(--gold); opacity:.7; }
.section{ padding:100px 0; }
.section--tight{ padding:72px 0; }
.muted{ color:var(--muted); }
.center{ text-align:center; }
.lead{ font-size:20px; color:#c7d4e2; line-height:1.7; }
.h2{ font-size:clamp(28px,3.4vw,40px); margin-bottom:.4em; }
.h1{ font-size:clamp(34px,6vw,64px); }

/* ============================================================
   Buttons
   ============================================================ */
.btn{ display:inline-block; font-family:var(--serif); font-weight:600; font-size:16px; line-height:1;
  padding:16px 32px; border-radius:12px; border:1.5px solid transparent; cursor:pointer; transition:transform .18s ease,filter .18s ease,border-color .18s ease,background .18s ease; }
.btn + .btn{ margin-left:12px; }
.btn-primary{ background:var(--grad); color:#fff!important; box-shadow:var(--glow); }
.btn-primary:hover{ transform:translateY(-2px); filter:brightness(1.08); color:#fff!important; }
.btn-ghost{ background:transparent; border-color:rgba(255,255,255,.28); color:#fff!important; }
.btn-ghost:hover{ border-color:var(--blue); transform:translateY(-2px); color:#fff!important; }
.btn-light{ background:#fff; color:#0f1620!important; box-shadow:0 8px 30px -8px rgba(0,0,0,.4); }
.btn-light:hover{ transform:translateY(-2px); color:#0f1620!important; }
.btn-lg{ padding:18px 40px; font-size:17px; }

/* ============================================================
   Header
   ============================================================ */
.site-header{ position:fixed; top:0; left:0; width:100%; z-index:1000;
  background:rgba(9,13,19,.72); -webkit-backdrop-filter:saturate(150%) blur(14px); backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid var(--line); transition:background .3s ease,box-shadow .3s ease,height .3s ease; }
.site-header.scrolled{ background:rgba(8,11,17,.95); box-shadow:0 14px 36px -16px rgba(0,0,0,.95); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:var(--header-h); transition:height .3s ease; max-width:var(--maxw); margin:0 auto; padding:0 28px; }
.site-header.scrolled .header-inner{ height:68px; }
.brand img{ height:50px; width:auto; transition:height .3s ease; }
.site-header.scrolled .brand img{ height:42px; }
.main-nav{ display:flex; align-items:center; gap:34px; margin-left:auto; margin-right:30px; }
.main-nav a{ position:relative; color:var(--text); font-family:var(--serif); font-weight:500; font-size:15px; opacity:.86; padding:6px 0; }
.main-nav a:hover{ opacity:1; color:#fff; }
.main-nav .current-menu-item > a,.main-nav .current_page_item > a{ opacity:1; color:#fff; }
.main-nav a::after{ content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0; background:var(--grad); border-radius:2px; transition:width .25s ease; }
.main-nav li:hover > a::after,.main-nav .current-menu-item > a::after{ width:100%; }
.main-nav ul{ list-style:none; display:flex; gap:34px; margin:0; padding:0; }
.main-nav .menu-cta a,.main-nav li.menu-cta>a{ display:none; } /* CTA handled by header-actions button */
.header-actions{ display:flex; align-items:center; gap:26px; }
.cart-link{ position:relative; color:var(--text); display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:11px; border:1px solid var(--line); margin-right:2px; transition:border-color .2s ease, background .2s ease; }
.cart-link:hover{ color:#fff; border-color:rgba(46,167,223,.5); background:rgba(46,167,223,.08); }
.cart-link .cart-count{ position:absolute; top:-7px; right:-7px; background:var(--grad); color:#fff; font-family:var(--sans); font-size:11px; font-weight:700; min-width:19px; height:19px; line-height:19px; text-align:center; border-radius:10px; padding:0 4px; box-shadow:0 0 0 2px var(--bg); }
.icon-btn{ display:inline-flex; }
.icon-btn svg{ width:21px; height:21px; stroke:currentColor; fill:none; }
.menu-toggle{ display:none; background:none; border:0; color:var(--text); cursor:pointer; padding:6px; }
.menu-toggle svg{ width:26px; height:26px; }
/* mobile nav */
.mobile-nav{ display:none; background:var(--bg-2); border-bottom:1px solid var(--line); }
.mobile-nav.open{ display:block; }
.mobile-nav ul{ list-style:none; margin:0; padding:10px 0; }
.mobile-nav a{ display:block; padding:14px 28px; color:var(--text); font-family:var(--serif); border-bottom:1px solid var(--line); }
.mobile-nav .menu-cta a{ color:var(--blue); }

/* ============================================================
   Hero
   ============================================================ */
.hero{ position:relative; min-height:min(88vh,840px); display:flex; align-items:center; text-align:center; padding:calc(var(--header-h) + 70px) 0 90px;
  background:#090d13 center/cover no-repeat; overflow:hidden; }
.hero::before{ content:""; position:absolute; inset:0;
  background:linear-gradient(118deg,rgba(9,13,19,.95) 0%,rgba(9,13,19,.62) 52%,rgba(27,111,184,.42) 100%); }
.hero > .container{ position:relative; z-index:2; max-width:960px; }
.hero h1{ font-size:clamp(34px,6vw,66px); font-weight:800; margin:.25em 0 .35em; }
.hero .lead{ max-width:700px; margin:0 auto 32px; }
.hero-cta{ margin-bottom:34px; }
.hero-trust{ color:var(--muted); font-size:14px; letter-spacing:.04em; }
.hero-trust strong{ color:var(--text); }

/* ============================================================
   Card grids
   ============================================================ */
.grid{ display:grid; gap:26px; }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-2{ grid-template-columns:repeat(2,1fr); align-items:center; }
.grid-5{ grid-template-columns:repeat(5,1fr); gap:18px; }
.card{ background:#18222f; border:1px solid var(--line); border-radius:var(--radius); padding:36px 30px;
  box-shadow:0 18px 50px -24px rgba(0,0,0,.7); transition:transform .2s ease,border-color .2s ease; }
.card:hover{ transform:translateY(-6px); border-color:rgba(46,167,223,.45); }
.stepnum{ font-family:var(--serif); font-weight:800; font-size:44px; line-height:1; display:inline-block; margin-bottom:14px;
  background:var(--grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.card h3{ font-size:22px; margin-bottom:10px; }
.card p{ color:var(--muted); margin:0; font-size:15.5px; }
.matcard{ background:var(--bg-3); border:1px solid var(--line); border-top:3px solid var(--blue); border-radius:14px;
  padding:26px 20px; text-align:center; transition:transform .2s ease,border-color .2s ease; }
.matcard:hover{ transform:translateY(-6px); }
.matcard h3{ font-size:20px; margin-bottom:8px; }
.matcard p{ color:var(--muted); font-size:13.5px; line-height:1.6; margin:0; }

/* checklist */
.checklist{ list-style:none; padding:0; margin:0; }
.checklist li{ position:relative; padding-left:34px; margin-bottom:16px; color:#cbd8e6; line-height:1.6; }
.checklist li::before{ content:"\2713"; position:absolute; left:0; top:1px; width:23px; height:23px; line-height:23px; text-align:center;
  border-radius:50%; background:rgba(46,167,223,.16); color:var(--blue); font-weight:700; font-size:13px; }
.checklist li strong{ color:#fff; font-family:var(--serif); font-weight:600; }

/* showcase image */
.showcase img{ border-radius:18px; box-shadow:0 30px 70px -20px rgba(0,0,0,.8),0 0 0 1px var(--line); }

/* stats */
.stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; text-align:center; }
.bignum{ font-family:var(--serif); font-weight:800; font-size:58px; color:var(--blue); line-height:1; }
.bignum span{ font-size:30px; vertical-align:top; }
.statlabel{ color:var(--muted); font-size:15px; margin-top:6px; }

/* CTA band */
.cta-band{ background:var(--grad); text-align:center; padding:88px 0; }
.cta-band h2{ font-size:clamp(30px,4vw,44px); font-weight:800; }
.cta-band p{ color:#eef6fc; font-size:19px; max-width:620px; margin:12px auto 30px; }

/* ============================================================
   Generic page hero + content
   ============================================================ */
.page-hero{ position:relative; padding:calc(var(--header-h) + 70px) 0 60px; text-align:center;
  background:linear-gradient(160deg,var(--bg-2),var(--bg)); border-bottom:1px solid var(--line); }
.page-hero h1{ font-size:clamp(32px,5vw,52px); font-weight:800; }
.page-hero p{ color:var(--muted); max-width:680px; margin:14px auto 0; font-size:18px; }
.page-body{ padding:70px 0 90px; }
.prose{ max-width:820px; margin:0 auto; }
.prose h2{ font-size:28px; margin:1.4em 0 .5em; }
.prose h3{ font-size:21px; margin:1.2em 0 .4em; }
.prose p,.prose li{ color:#c7d4e2; }
.prose a{ color:var(--blue); text-decoration:underline; }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq{ max-width:820px; margin:0 auto; }
.faq-item{ background:var(--bg-3); border:1px solid var(--line); border-radius:14px; margin-bottom:14px; overflow:hidden; }
.faq-q{ width:100%; text-align:left; background:none; border:0; cursor:pointer; padding:22px 26px;
  font-family:var(--serif); font-weight:600; font-size:18px; color:#fff; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.faq-q .chev{ flex:0 0 auto; width:20px; height:20px; transition:transform .25s ease; stroke:var(--blue); }
.faq-item.open .chev{ transform:rotate(180deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a-inner{ padding:0 26px 22px; color:var(--muted); line-height:1.7; }

/* ============================================================
   Quote page frame
   ============================================================ */
/* The 3dprint-lite quote app is a light-themed tool — give it a clean light surface so every
   label and value stays legible, framed as a premium panel inside the dark page. */
.quote-wrap{ max-width:1060px; margin:0 auto; background:#f6f8fb; border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius); padding:30px; box-shadow:0 30px 80px -24px rgba(0,0,0,.75); }
.quote-wrap, .quote-wrap p, .quote-wrap span, .quote-wrap label, .quote-wrap td, .quote-wrap th,
.quote-wrap li, .quote-wrap strong, .quote-wrap b, .quote-wrap small,
.quote-wrap h1, .quote-wrap h2, .quote-wrap h3, .quote-wrap h4, .quote-wrap h5, .quote-wrap div{ color:#1c2733; }
.quote-wrap a{ color:var(--blue-2); }
.quote-wrap input[type=text], .quote-wrap input[type=number], .quote-wrap input[type=email],
.quote-wrap select, .quote-wrap textarea{ background:#fff!important; color:#1c2733!important; border:1px solid #ccd4de!important; box-shadow:none!important; }
.quote-wrap ::placeholder{ color:#8a97a6; }
.quote-wrap input:focus, .quote-wrap select:focus, .quote-wrap textarea:focus{ border-color:var(--blue-2)!important; box-shadow:0 0 0 3px rgba(27,111,184,.18)!important; }
/* L x W x H scale boxes + the scale % box: tighter padding + room so values aren't clipped */
.quote-wrap .p3dlite-dim-input,
.quote-wrap #p3dlite-slider-range-value{ width:74px!important; min-width:74px; padding:9px 8px!important; text-align:center!important; font-size:15px!important; }
.quote-steps{ display:flex; flex-wrap:wrap; justify-content:center; gap:30px; margin-bottom:36px; }
.quote-steps .qs{ color:var(--muted); font-size:15px; }
.quote-steps .qs b{ color:var(--blue); font-family:var(--serif); margin-right:6px; }

/* ============================================================
   Contact
   ============================================================ */
.contact-grid{ display:grid; grid-template-columns:1.4fr 1fr; gap:40px; align-items:start; }
.contact-card{ background:var(--bg-3); border:1px solid var(--line); border-radius:var(--radius); padding:36px; }
.contact-info .ci{ display:flex; gap:14px; margin-bottom:22px; }
.contact-info .ci .ci-ic{ flex:0 0 auto; width:42px; height:42px; border-radius:11px; background:rgba(46,167,223,.14);
  display:flex; align-items:center; justify-content:center; }
.contact-info .ci .ci-ic svg{ width:20px; height:20px; stroke:var(--blue); fill:none; }
.contact-info h4{ margin:0 0 2px; font-size:16px; }
.contact-info p{ margin:0; color:var(--muted); font-size:15px; }

/* ============================================================
   Forms (CF7 / WP / Woo)
   ============================================================ */
input[type=text],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=number],input[type=search],textarea,select,
.wpcf7 input,.wpcf7 textarea,.wpcf7 select{
  width:100%; background:var(--bg-3); border:1px solid var(--line-2); color:var(--text);
  border-radius:10px; padding:13px 15px; font-family:var(--sans); font-size:16px; transition:border-color .2s,box-shadow .2s; }
input:focus,textarea:focus,select:focus{ border-color:var(--blue); box-shadow:0 0 0 3px rgba(46,167,223,.18); outline:none; }
::placeholder{ color:#6f8298; }
label{ color:var(--text); font-size:15px; display:block; margin-bottom:6px; }
.wpcf7 p{ margin-bottom:16px; }
.wpcf7-submit,input[type=submit]{ width:auto; background:var(--grad); color:#fff; border:0; border-radius:12px;
  font-family:var(--serif); font-weight:600; padding:15px 34px; cursor:pointer; box-shadow:var(--glow); transition:transform .18s,filter .18s; }
.wpcf7-submit:hover,input[type=submit]:hover{ transform:translateY(-2px); filter:brightness(1.08); }
.wpcf7-response-output{ border-radius:10px!important; border-color:var(--line)!important; color:var(--text); }

/* ============================================================
   WooCommerce theming
   ============================================================ */
.woo-main{ padding:calc(var(--header-h) + 40px) 0 90px; }
.woocommerce,.woocommerce-page,.woocommerce *{ color:var(--text); }
.woocommerce .page-title,.woocommerce-products-header__title{ font-family:var(--serif); color:#fff; }
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  background:var(--bg-3); border:1px solid var(--line); border-radius:var(--radius); padding:18px!important;
  box-shadow:0 18px 50px -28px rgba(0,0,0,.7); transition:transform .2s ease,border-color .2s ease; list-style:none; }
.woocommerce ul.products li.product:hover{ transform:translateY(-6px); border-color:rgba(46,167,223,.5); }
.woocommerce ul.products li.product a img{ border-radius:10px; margin-bottom:14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title{ color:#fff; font-family:var(--serif); font-size:18px; }
.woocommerce .price,.woocommerce div.product p.price,.woocommerce div.product span.price{ color:var(--blue)!important; font-weight:700; }
.woocommerce span.onsale{ background:var(--grad)!important; color:#fff; border-radius:8px; }
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{
  background:var(--grad)!important; color:#fff!important; border:0!important; border-radius:12px!important;
  font-family:var(--serif); font-weight:600!important; padding:.85em 2em!important; box-shadow:var(--glow); transition:transform .18s,filter .18s; }
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{ transform:translateY(-2px); filter:brightness(1.08); color:#fff!important; }
.woocommerce .woocommerce-message,.woocommerce-info,.woocommerce .woocommerce-info,.woocommerce-error{
  background:var(--bg-3)!important; border-top:3px solid var(--blue)!important; color:var(--text)!important; border-radius:8px; list-style:none; }
.woocommerce-message::before,.woocommerce-info::before{ color:var(--blue)!important; }
.woocommerce table.shop_table,.woocommerce-cart table.cart,.woocommerce-checkout table{
  background:var(--bg-2)!important; border:1px solid var(--line)!important; border-radius:var(--radius)!important; overflow:hidden; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td{ border-color:var(--line)!important; color:var(--text)!important; }
.woocommerce table.shop_table thead th{ background:var(--bg-3)!important; font-family:var(--serif); }
.woocommerce .cart_totals h2,.woocommerce-checkout h3,.woocommerce-account h2,.woocommerce-checkout h3#order_review_heading{ color:#fff!important; }
.woocommerce #payment,.woocommerce-checkout #payment,.woocommerce .cart-collaterals .cart_totals{
  background:var(--bg-2)!important; border:1px solid var(--line)!important; border-radius:var(--radius)!important; }
.woocommerce #payment div.payment_box{ background:var(--bg-3)!important; color:var(--muted)!important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style:none; padding:0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li{ background:var(--bg-3); border:1px solid var(--line); border-radius:10px; margin-bottom:8px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{ color:var(--text); display:block; padding:12px 16px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{ background:var(--grad); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{ color:#fff; }
.woocommerce .quantity input.qty{ background:var(--bg-3)!important; color:var(--text)!important; border:1px solid var(--line-2)!important; width:70px; }
.woocommerce-breadcrumb{ color:var(--muted)!important; }
.woocommerce div.product .product_title{ color:#fff; }

/* quote plugin container */
#p3d-app,.p3d-slicer,.threedp-wrap,.tdp-app{ color:var(--text); }

/* WooCommerce BLOCK checkout (rendered via page-checkout.php). The block keeps its
   white input fields, so make their labels/placeholders/values DARK = legible.
   Section headings + order summary sit on the dark page, so they stay light. */
.checkout-page .checkout-content{ max-width:1200px; }
.checkout-page .prose{ max-width:none; }
/* white field -> dark text */
.wp-block-woocommerce-checkout .wc-block-components-text-input input,
.wp-block-woocommerce-checkout .wc-block-components-text-input textarea,
.wp-block-woocommerce-checkout .wc-block-components-select select,
.wp-block-woocommerce-checkout .wc-block-components-combobox input,
.wp-block-woocommerce-checkout .wc-block-components-address-form input,
.wp-block-woocommerce-checkout input.input-text{ color:#1c2733 !important; }
.wp-block-woocommerce-checkout .wc-block-components-text-input label,
.wp-block-woocommerce-checkout .wc-block-components-select label,
.wp-block-woocommerce-checkout .wc-block-components-combobox label{ color:#55606e !important; }
.wp-block-woocommerce-checkout .wc-block-components-text-input input::placeholder,
.wp-block-woocommerce-checkout .wc-block-components-text-input textarea::placeholder{ color:#8a93a0 !important; }
.wp-block-woocommerce-checkout .wc-block-components-text-input.is-active label,
.wp-block-woocommerce-checkout .wc-block-components-combobox.is-active label{ color:var(--blue-2) !important; }
/* section headings / descriptions sit on the dark page -> keep light */
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title,
.wp-block-woocommerce-checkout .wc-block-components-title{ color:#fff !important; }
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__description{ color:var(--muted) !important; }
/* keep Place Order button on-brand */
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button *{
  background:var(--grad)!important; color:#fff!important; border:0!important; }
.wp-block-woocommerce-checkout .wc-block-components-validation-error{ color:#ff8d8d!important; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer{ background:linear-gradient(180deg,var(--bg-2),var(--bg)); border-top:1px solid var(--line); padding-top:72px; }
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:54px; }
.footer-brand img{ max-width:230px; margin-bottom:18px; }
.footer-brand p{ color:var(--muted); max-width:300px; line-height:1.7; }
.site-footer h4{ font-family:var(--serif); color:#fff; font-size:14px; letter-spacing:.16em; text-transform:uppercase; margin:0 0 18px; }
.site-footer ul{ list-style:none; padding:0; margin:0; line-height:2.4; }
.site-footer ul a{ color:var(--muted); }
.site-footer ul a:hover{ color:var(--blue); }
.footer-contact p{ color:var(--muted); margin:0 0 12px; line-height:1.8; }
.footer-contact .ft-loc{ color:var(--text); font-family:var(--serif); display:block; }
.footer-social{ margin-top:8px; }
.footer-social a{ display:inline-flex; width:40px; height:40px; align-items:center; justify-content:center; border:1px solid var(--line-2);
  border-radius:50%; margin-right:10px; color:var(--text); }
.footer-social a:hover{ background:var(--grad); border-color:transparent; color:#fff; transform:translateY(-2px); }
.footer-social svg{ width:18px; height:18px; fill:currentColor; }
.footer-bottom{ border-top:1px solid var(--line); padding:24px 0; display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; }
.footer-bottom p{ margin:0; color:#7d90a6; font-size:14px; }
.footer-bottom .fb-links a{ color:#7d90a6; font-size:14px; margin-left:18px; }
.footer-bottom .fb-links a:hover{ color:var(--blue); }

/* back to top */
.to-top{ position:fixed; right:24px; bottom:24px; width:46px; height:46px; border-radius:12px; background:var(--grad);
  display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .25s; z-index:900; }
.to-top.show{ opacity:1; pointer-events:auto; }
.to-top svg{ width:22px; height:22px; stroke:#fff; fill:none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:1024px){
  .footer-grid{ grid-template-columns:1fr 1fr; gap:34px; }
  .grid-5{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:900px){
  .main-nav{ display:none; }
  .menu-toggle{ display:inline-flex; }
  .nav-cta{ display:none; }
  .grid-3{ grid-template-columns:1fr; }
  .grid-2{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:1fr; gap:36px; }
  .section{ padding:72px 0; }
}
@media (max-width:560px){
  .grid-5{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr; }
  .btn + .btn{ margin-left:0; margin-top:12px; }
  .hero-cta .btn{ display:block; width:100%; max-width:320px; margin:0 auto 12px; }
  .container{ padding:0 20px; }
}

/* Official logo readability on dark header/footer */
.site-header .brand img{ background:#fff; padding:5px 11px; border-radius:10px; }
.site-footer .footer-brand img{ background:#fff; padding:8px 14px; border-radius:12px; }
