:root{
  --ct-blue:#1a1ae6;
  --ct-blue-dark:#12126b;
  --ct-blue-glow:#4a4aff;
  --ct-orange:#f96300;
  --ct-magenta:#b1249b;
  --ct-green:#7ac143;
  --ct-yellow:#f7d117;
  --ct-red:#e8232a;
  --ct-ink:#101126;
  --ct-muted:#5b5f77;
  --ct-border:#e4e6f0;
  --ct-surface:#12126b;
  --ct-bg:#ffffff;
  --ct-soft:#f5f6fc;
  --ct-radius:16px;
  --ct-shadow:0 18px 44px -22px rgba(18,18,107,.45);
}
*{box-sizing:border-box}
body{margin:0;font-family:'Manrope',system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ct-ink);background:var(--ct-bg);line-height:1.65}
h1,h2,h3,h4,.ct-display{font-family:'Sora','Manrope',system-ui,sans-serif;line-height:1.15;margin:0 0 .5em}
a{color:var(--ct-blue);text-decoration:none}
a:hover{color:var(--ct-orange)}
img{max-width:100%;height:auto;display:block}
.ct-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.ct-section{padding:64px 0}
.ct-soft{background:var(--ct-soft)}
.ct-eyebrow{color:var(--ct-orange);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:12px}
.ct-lead{color:var(--ct-muted);font-size:17px;max-width:720px}
.ct-center{text-align:center}
.ct-center .ct-lead{margin-left:auto;margin-right:auto}
.ct-btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:12px 22px;font-weight:700;border:2px solid transparent;cursor:pointer;transition:.2s}
.ct-btn-primary{background:var(--ct-orange);color:#fff}
.ct-btn-primary:hover{background:#d95500;color:#fff}
.ct-btn-outline{border-color:currentColor;color:inherit}
.ct-btn-outline:hover{background:var(--ct-orange);border-color:var(--ct-orange);color:#fff}
.ct-grid{display:grid;gap:22px}
.ct-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ct-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ct-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ct-card{background:#fff;border:1px solid var(--ct-border);border-radius:var(--ct-radius);padding:24px;box-shadow:0 4px 18px -12px rgba(18,18,107,.3)}
.ct-card h3{font-size:19px}
.ct-card p{color:var(--ct-muted);margin:0 0 12px}

/* Topbar + header */
.ct-topbar{background:var(--ct-surface);color:#fff;font-size:13px}
.ct-topbar .ct-container{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;justify-content:space-between;padding-top:8px;padding-bottom:8px}
.ct-topbar a{color:#fff}
.ct-topbar a:hover{color:var(--ct-orange)}
.ct-call{font-weight:700;color:var(--ct-orange);margin-right:6px}
.ct-phones a{margin-right:10px}
.ct-socials{display:flex;gap:8px;list-style:none;margin:0;padding:0}
.ct-socials a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.3);font-size:13px}
.ct-socials a:hover{background:var(--ct-orange);border-color:var(--ct-orange);color:#fff}
.ct-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--ct-border)}
.ct-header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}
.ct-logo img{height:56px;width:auto}
.ct-nav ul{display:flex;gap:4px;list-style:none;margin:0;padding:0;align-items:center}
.ct-nav li{position:relative}
.ct-nav a{display:block;padding:10px 12px;font-weight:600;color:var(--ct-ink);font-size:15px}
.ct-nav a:hover,.ct-nav .current-menu-item>a{color:var(--ct-orange)}
.ct-nav .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:250px;background:#fff;border:1px solid var(--ct-border);border-radius:12px;box-shadow:var(--ct-shadow);padding:8px;flex-direction:column}
.ct-nav li:hover>.sub-menu{display:flex}
.ct-nav .sub-menu a{padding:9px 12px;border-radius:8px;font-weight:500}
.ct-nav .sub-menu a:hover{background:var(--ct-soft)}
.ct-header-actions{display:flex;align-items:center;gap:10px}
.ct-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--ct-border);border-radius:12px;color:var(--ct-ink)}
.ct-cart span{position:absolute;top:-6px;right:-6px;background:var(--ct-orange);color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:1px 6px}
.ct-toggle{display:none;width:42px;height:42px;border:1px solid var(--ct-border);border-radius:12px;background:#fff;font-size:18px}
.ct-mobile{display:none;border-top:1px solid var(--ct-border);background:#fff}
.ct-mobile.is-open{display:block}
.ct-mobile ul{list-style:none;margin:0;padding:10px 0}
.ct-mobile a{display:block;padding:11px 0;border-bottom:1px solid var(--ct-border);font-weight:600}
.ct-mobile .sub-menu a{font-weight:500;padding-left:14px}

/* Hero slider */
.ct-hero{position:relative;overflow:hidden;background:var(--ct-surface)}
.ct-slide{display:none;position:relative;min-height:560px}
.ct-slide.is-active{display:block}
.ct-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.ct-slide-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(18,18,107,.92),rgba(18,18,107,.45))}
.ct-slide-content{position:relative;padding:96px 0;color:#fff;max-width:640px}
.ct-slide-content h1{font-size:clamp(30px,4.6vw,52px);color:#fff}
.ct-slide-content p{font-size:18px;color:rgba(255,255,255,.85)}
.ct-slide-tag{display:inline-block;background:var(--ct-orange);color:#fff;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.ct-slide-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.ct-hero-nav{position:absolute;left:20px;bottom:26px;display:flex;gap:8px;z-index:3}
.ct-hero-nav button{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff;cursor:pointer}
.ct-hero-nav button:hover{background:var(--ct-orange);border-color:var(--ct-orange)}
.ct-hero-dots{position:absolute;right:20px;bottom:36px;display:flex;gap:8px;z-index:3}
.ct-hero-dots button{width:26px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer}
.ct-hero-dots button.is-active{background:var(--ct-orange)}

/* products */
.ct-product{display:flex;flex-direction:column;height:100%}
.ct-product .ct-price{color:var(--ct-blue);font-weight:800;font-size:20px}
.ct-badge{display:inline-block;background:var(--ct-magenta);color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:3px 10px;margin-bottom:8px}
.ct-partners{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.ct-partners li{list-style:none;border:1px solid var(--ct-border);border-radius:999px;padding:10px 20px;font-weight:700;color:var(--ct-muted);background:#fff}
.ct-quote{border-left:4px solid var(--ct-orange)}
.ct-strip{background:var(--ct-surface);color:#fff;border-radius:var(--ct-radius);padding:36px;display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}
.ct-strip h2{color:#fff;margin:0}

/* footer */
.ct-footer{background:var(--ct-surface);color:#fff;margin-top:64px}
.ct-footer a{color:rgba(255,255,255,.8)}
.ct-footer a:hover{color:var(--ct-orange)}
.ct-footer h3{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#fff}
.ct-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;font-size:14px;color:rgba(255,255,255,.8)}
.ct-footer .ct-brand{display:flex;gap:12px;align-items:center}
.ct-footer .ct-brand img{height:56px;width:auto}
.ct-footer-bottom{border-top:1px solid rgba(255,255,255,.15);font-size:12px;color:rgba(255,255,255,.7)}
.ct-footer-bottom .ct-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:16px 20px}

/* content */
.ct-page-head{background:var(--ct-surface);color:#fff;padding:56px 0}
.ct-page-head h1{color:#fff;margin:0}
.ct-page-head p{color:rgba(255,255,255,.82);margin:10px 0 0}
.ct-entry{padding:48px 0}
.ct-entry .ct-content{max-width:820px}
.ct-entry img{border-radius:var(--ct-radius)}
.ct-form label{display:block;font-weight:600;font-size:14px;margin-bottom:6px}
.ct-form input,.ct-form textarea,.ct-form select{width:100%;padding:12px 14px;border:1px solid var(--ct-border);border-radius:12px;font:inherit;margin-bottom:14px;background:#fff}
.ct-form input:focus,.ct-form textarea:focus{outline:2px solid var(--ct-orange);border-color:var(--ct-orange)}
.ct-notice{border-radius:12px;padding:12px 16px;margin-bottom:16px;background:#eaf7e6;border:1px solid var(--ct-green)}
.ct-notice.is-error{background:#fdeceb;border-color:var(--ct-red)}

/* woocommerce tweaks */
.woocommerce ul.products li.product a img{border-radius:var(--ct-radius)}
.woocommerce span.onsale{background:var(--ct-orange)}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--ct-orange);color:#fff;border-radius:999px;font-weight:700}
.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#d95500;color:#fff}
.woocommerce div.product p.price,.woocommerce ul.products li.product .price{color:var(--ct-blue)}

@media (max-width:1024px){
  .ct-nav{display:none}
  .ct-toggle{display:inline-flex;align-items:center;justify-content:center}
  .ct-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ct-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .ct-grid-2,.ct-grid-3,.ct-grid-4{grid-template-columns:1fr}
  .ct-slide{min-height:480px}
  .ct-slide-content{padding:72px 0}
  .ct-logo img{height:44px}
}

/* Social icons - official brand marks */
.ct-socials{display:flex;align-items:center;gap:8px;list-style:none;margin:14px 0 0;padding:0;flex-wrap:wrap}
.ct-topbar .ct-socials,.ct-nav .ct-socials{margin:0}
.ct-social{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;color:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 2px 8px rgba(16,17,38,.18)}
.ct-social svg{width:15px;height:15px;display:block}
.ct-social:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(16,17,38,.28)}
.ct-social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important}
.ct-mobile .ct-socials{padding:14px 0}

/* Contact form plugin support (Contact Form 7, WPForms, Forminator, Fluent Forms) */
.ct-entry .wpcf7-form input[type=text],.ct-entry .wpcf7-form input[type=email],.ct-entry .wpcf7-form input[type=tel],.ct-entry .wpcf7-form input[type=url],.ct-entry .wpcf7-form input[type=date],.ct-entry .wpcf7-form input[type=number],.ct-entry .wpcf7-form select,.ct-entry .wpcf7-form textarea,
.wpforms-container input[type=text],.wpforms-container input[type=email],.wpforms-container input[type=tel],.wpforms-container select,.wpforms-container textarea{width:100%;padding:12px 14px;border:1px solid var(--ct-border);border-radius:12px;font:inherit;background:#fff}
.wpcf7-form label{display:block;font-weight:600;font-size:14px;margin-bottom:6px}
.wpcf7-form p{margin:0 0 14px}
.wpcf7-submit,.wpforms-submit,.forminator-button-submit,.frm_button_submit{background:var(--ct-orange);color:#fff;border:0;border-radius:999px;padding:12px 26px;font-weight:700;cursor:pointer}
.wpcf7-submit:hover,.wpforms-submit:hover{background:#d95500}
.wpcf7-spinner{margin-left:10px}
.wpcf7 form .wpcf7-response-output{border-radius:12px;padding:12px 14px;margin:14px 0 0}
