/*!
Theme Name: Axis Digital Art
Theme URI: http://underscores.me/
Author: Axis Digital Art
Author URI: https://axisdigitalart.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: axisdigitalart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Axis Digital Art is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --pink:#f03b68;
  --pink-d:#c4166a;
  --pink-l:#ff6b9d;
  --grad:linear-gradient(90deg,#f13c64 0%,#e6359b 50%,#dc2ec9 100%);
  --grad-d:linear-gradient(135deg,#f13c64 0%,#e6359b 50%,#dc2ec9 100%);
  --grad-v:linear-gradient(180deg,#f13c64 0%,#e6359b 50%,#dc2ec9 100%);
  --ink:#16151f;
  --ink2:#38354e;
  --ink3:#8a87a0;
  --bg:#ffffff;
  --bg2:#faf9fe;
  --bg3:#f2f0fa;
  --dark:#12101e;
  --dark2:#1c1929;
  --dark3:#251f3a;
  --b:rgba(22,21,31,.08);
  --bm:rgba(22,21,31,.14);
  --f:'Outfit',sans-serif;
  --ease:cubic-bezier(.4,0,.2,1);
  --max:1200px
}
html{scroll-behavior:smooth}
body{font-family:var(--f);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--max);margin:0 auto;padding:0 40px}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes pulseDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes meshMove{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes spinSlow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes twinkle{0%,100%{opacity:.3}50%{opacity:1}}
@keyframes countUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}

.rv{opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
.rv.on{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.22s}.d3{transition-delay:.34s}.d4{transition-delay:.46s}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--f);font-weight:600;font-size:14px;padding:12px 24px;border-radius:100px;cursor:pointer;transition:all .27s var(--ease);border:none;letter-spacing:.02em;white-space:nowrap}
.btn-p{background:var(--grad);color:#fff;position:relative;overflow:hidden}
.btn-p::after{content:'';position:absolute;inset:0;background:#fff;opacity:0;transition:opacity .25s}
.btn-p:hover::after{opacity:.12}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(240,59,104,.42)}
.btn-o{background:transparent;color:var(--ink);border:1.5px solid var(--bm)}
.btn-o:hover{border-color:var(--pink);color:var(--pink);transform:translateY(-2px)}
.btn-lg{font-size:16px;padding:16px 34px}
.btn-w{background:#fff;color:var(--ink)}
.btn-w:hover{background:var(--grad);color:#fff;transform:translateY(-2px);box-shadow:0 12px 32px rgba(240,59,104,.38)}
.btn-g{background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);border:1.5px solid rgba(255,255,255,.16)}
.btn-g:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.btn-full{width:100%;justify-content:center}

/* ── FORMS ── */
.form-group{display:flex;flex-direction:column;gap:6px}
.form-label{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink3)}
.form-label-w{color:rgba(255,255,255,.45)}
.form-input{font-family:var(--f);font-size:14px;font-weight:400;color:var(--ink);background:var(--bg);border:1.5px solid var(--bm);border-radius:12px;padding:12px 16px;outline:none;transition:border-color .25s,box-shadow .25s;width:100%;margin-top:4px;}
.form-input:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(240,59,104,.12)}
.form-input::placeholder{color:var(--ink3)}
.form-input-dark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#fff}
.form-input-dark:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(240,59,104,.18)}
.form-input-dark::placeholder{color:rgba(255,255,255,.3)}
select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a87a0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
select.form-input-dark{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff60' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")}
textarea.form-input{resize:vertical;min-height:100px;min-height: 80px;height: 80px;}
.hero-form-panel form{display: flex;flex-direction: column;gap: 10px;}
.cta-form-panel form{display: flex;flex-direction: column;gap: 10px;}

/* ── TYPOGRAPHY ── */
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--pink);margin-bottom:14px}
.eyebrow::before{content:'';width:18px;height:2px;background:var(--grad);border-radius:2px;flex-shrink:0}
.h2{font-size:clamp(30px,4vw,50px);font-weight:800;letter-spacing:-.04em;line-height:1.05;color:var(--ink);margin-bottom:16px}
.h2-w{color:#fff}
.sub{font-size:15px;font-weight:300;color:var(--ink2);max-width:48ch;line-height:1.65}
.sub-w{color:rgba(255,255,255,.5)}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:52px}
.sec-head-l{flex:1}
.gt{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ═══ BACKGROUNDS ═══ */
.bg-mesh{
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(241,60,100,.13) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 60%, rgba(220,46,201,.1) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 80%, rgba(241,60,100,.07) 0%, transparent 50%),
    #ffffff;
}
.bg-dark-premium{
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(241,60,100,.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 90% 100%, rgba(220,46,201,.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 50%, rgba(241,60,100,.08) 0%, transparent 50%),
    var(--dark);
  position:relative;
}
.stars{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.stars::before,.stars::after{
  content:'';position:absolute;
  background-image:
    radial-gradient(1px 1px at 10% 15%,rgba(255,255,255,.5) 0%,transparent 100%),
    radial-gradient(1px 1px at 30% 40%,rgba(255,255,255,.4) 0%,transparent 100%),
    radial-gradient(1px 1px at 50% 10%,rgba(255,255,255,.6) 0%,transparent 100%),
    radial-gradient(1px 1px at 70% 30%,rgba(255,255,255,.35) 0%,transparent 100%),
    radial-gradient(1px 1px at 85% 60%,rgba(255,255,255,.5) 0%,transparent 100%),
    radial-gradient(1px 1px at 20% 70%,rgba(255,255,255,.4) 0%,transparent 100%),
    radial-gradient(1px 1px at 60% 80%,rgba(255,255,255,.3) 0%,transparent 100%),
    radial-gradient(1px 1px at 40% 55%,rgba(255,255,255,.45) 0%,transparent 100%),
    radial-gradient(1.5px 1.5px at 90% 20%,rgba(255,255,255,.6) 0%,transparent 100%),
    radial-gradient(1px 1px at 5% 90%,rgba(255,255,255,.4) 0%,transparent 100%),
    radial-gradient(1px 1px at 75% 90%,rgba(255,255,255,.35) 0%,transparent 100%),
    radial-gradient(1px 1px at 55% 45%,rgba(255,255,255,.5) 0%,transparent 100%);
  width:100%;height:100%;
}
.stars::after{
  background-image:
    radial-gradient(1px 1px at 15% 25%,rgba(255,255,255,.3) 0%,transparent 100%),
    radial-gradient(1px 1px at 45% 65%,rgba(255,255,255,.4) 0%,transparent 100%),
    radial-gradient(1.5px 1.5px at 80% 10%,rgba(255,255,255,.55) 0%,transparent 100%),
    radial-gradient(1px 1px at 25% 50%,rgba(255,255,255,.35) 0%,transparent 100%),
    radial-gradient(1px 1px at 65% 35%,rgba(255,255,255,.45) 0%,transparent 100%),
    radial-gradient(1px 1px at 95% 75%,rgba(255,255,255,.4) 0%,transparent 100%),
    radial-gradient(1px 1px at 35% 85%,rgba(255,255,255,.3) 0%,transparent 100%);
}
.bg-subtle{
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(241,60,100,.05) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(220,46,201,.04) 0%, transparent 55%),
    var(--bg2);
}
.glass-card{
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  position:relative;
}
.glass-card::before{
  content:'';position:absolute;inset:0;border-radius:20px;
  padding:1px;
  background:linear-gradient(135deg,rgba(241,60,100,.3),rgba(220,46,201,.1),transparent 60%);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  pointer-events:none;
}
.bg-cta{background:var(--grad-d);position:relative;overflow:hidden;}
.bg-cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%, rgba(255,255,255,.08) 0%, transparent 40%),radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 40%),radial-gradient(circle at 60% 80%, rgba(0,0,0,.15) 0%, transparent 40%);}
.bg-cta-lines{position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(255,255,255,.02) 40px,rgba(255,255,255,.02) 41px)}
.orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}
.orb-pink{background:radial-gradient(circle,rgba(241,60,100,.25) 0%,transparent 70%)}
.orb-purple{background:radial-gradient(circle,rgba(220,46,201,.2) 0%,transparent 70%)}

/* ══ HEADER ══ */
header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--b);transition:box-shadow .3s}
.hdr-top{height:3px;background:var(--grad)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;height:68px;max-width:var(--max);margin:0 auto;padding:0 40px}
.logo{font-weight:800;font-size:19px;letter-spacing:-.5px;color:var(--ink);display:flex;align-items:center;gap:8px}
.logo-dot{width:8px;height:8px;border-radius:50%;background:var(--grad);animation:pulseDot 2s ease-in-out infinite;flex-shrink:0}
nav{display:flex;gap:2px}
nav a{font-size:14px;font-weight:500;color:var(--ink2);padding:8px 15px;border-radius:100px;transition:all .25s}
nav a:hover{color:var(--pink);background:rgba(240,59,104,.07)}

/* Mobile Nav */
.mob-menu-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;border:none;background:transparent;z-index:101}
.mob-menu-btn span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:all .3s var(--ease)}
.mob-menu-btn span:nth-child(2){width:75%;}
.mob-menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mob-menu-btn.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.mob-menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mob-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:8px;animation:slideDown .3s ease}
.mob-nav.open{display:flex}
.mob-nav a{font-size:22px;font-weight:700;color:var(--ink);padding:14px 32px;border-radius:16px;letter-spacing:-.03em;transition:all .2s;text-align:center}
.mob-nav a:hover{color:var(--pink);background:rgba(240,59,104,.07)}
.mob-nav .btn-p{font-size:16px;padding:14px 36px;margin-top:12px}

/* ── HERO ── */
#hero{padding-top:148px;padding-bottom:0;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}
.hero-mesh{position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 65% -5%, rgba(241,60,100,.14) 0%, transparent 55%),radial-gradient(ellipse 55% 55% at 100% 55%, rgba(220,46,201,.11) 0%, transparent 55%),radial-gradient(ellipse 65% 45% at -5% 80%, rgba(241,60,100,.08) 0%, transparent 50%),radial-gradient(ellipse 45% 35% at 50% 100%, rgba(100,60,220,.06) 0%, transparent 50%);}
.hero-ring1{position:absolute;width:700px;height:700px;border-radius:50%;border:1px solid rgba(241,60,100,.08);top:-200px;right:-200px}
.hero-ring2{position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid rgba(220,46,201,.06);top:-100px;right:-100px}
.hero-ring3{position:absolute;width:350px;height:350px;border-radius:50%;border:1px solid rgba(241,60,100,.05);top:-50px;right:-50px}
.hero-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(22,21,31,.12) 1px,transparent 1px);background-size:30px 30px;mask-image:radial-gradient(ellipse 70% 70% at 30% 50%,black 20%,transparent 80%);}

.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:calc(100vh - 148px);padding-bottom:0;position:relative;z-index:1}
.hero-con{padding:60px 0}
.hero-ey{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);border:1px solid var(--bm);padding:6px 14px;border-radius:100px;margin-bottom:24px;animation:fadeIn .6s ease .1s both}
.hero-ey-dot{width:6px;height:6px;border-radius:50%;background:var(--grad);flex-shrink:0}
.hero-h1{font-size:clamp(42px,5.5vw,80px);font-weight:800;line-height:.95;letter-spacing:-.04em;color:var(--ink);margin-bottom:22px;animation:fadeUp .8s ease .2s both}
.hero-h1 em{font-style:normal;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub-text{font-size:16px;font-weight:300;color:var(--ink2);max-width:44ch;line-height:1.65;margin-bottom:32px;animation:fadeUp .8s ease .32s both}
.hero-stats{display:flex;gap:0;border-top:1px solid var(--b);padding-top:28px;margin-top:28px;animation:fadeUp .8s ease .44s both}
.hstat{flex:1;padding-right:16px}
.hstat+.hstat{padding-left:16px;border-left:1px solid var(--b)}
.hstat-n{font-size:clamp(22px,3vw,32px);font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:4px;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hstat-l{font-size:11px;color:var(--ink3)}

.hero-form-panel{background:rgba(255,255,255,.72);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(240,59,104,.15);border-radius:24px;padding:36px;box-shadow:0 32px 80px rgba(22,21,31,.1), 0 0 0 1px rgba(240,59,104,.08);animation:fadeUp .9s ease .3s both;position:relative;overflow:hidden;}
.hero-form-panel::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad);}
.hfp-title{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--ink);margin-bottom:4px}
.hfp-sub{font-size:13px;color:var(--ink3);margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-row-1{grid-template-columns:1fr}
.hero-form-trust{display:flex;align-items:center;gap:8px;margin-top:0;font-size:12px;color:var(--ink3);flex-wrap:wrap}
.hero-form-trust-dot{width:4px;height:4px;border-radius:50%;background:var(--b)}
.hero-form-trust span.ok{color:var(--pink);font-weight:600}

/* ── TRUST STRIP ── */
#trust{background:var(--dark);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0;overflow:hidden;position:relative}
.trust-in{display:flex;align-items:center}
.trust-lbl{flex-shrink:0;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);padding-right:24px;border-right:1px solid rgba(255,255,255,.1);margin-right:24px;white-space:nowrap}
.trust-tick{flex:1;overflow:hidden}
.trust-tr{display:flex;gap:52px;animation:ticker 22s linear infinite;width:max-content;align-items:center}
.trust-tr:hover{animation-play-state:paused}
.trust-i{font-weight:700;font-size:14px;letter-spacing:-.01em;color:rgba(255,255,255,.35);transition:color .25s;white-space:nowrap}
.trust-i:hover{color:rgba(255,255,255,.8)}

/* ── SERVICES ── */
#services{padding:80px 0;position:relative;overflow:hidden}
#services .orb{width:500px;height:500px;top:-100px;right:-150px}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--b);border:1px solid var(--b);border-radius:22px;overflow:hidden;position:relative;z-index:1}
.svc{background:var(--bg);padding:36px 32px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;cursor:default;transition:background .28s var(--ease)}
.svc::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--dark) 0%,var(--dark3) 100%);opacity:0;transition:opacity .28s var(--ease);z-index:0}
.svc:hover::after{opacity:1}
.svc>*{position:relative;z-index:1}
.svc-wide{grid-column:span 2}
.svc-shopify{position:relative}
.svc-shopify::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad);z-index:2}
.svc-ico{width:48px;height:48px;border-radius:11px;background:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:20px;transition:background .28s var(--ease);flex-shrink:0}
.svc:hover .svc-ico{background:rgba(255,255,255,.08)}
.svc-name{font-size:19px;font-weight:700;letter-spacing:-.02em;color:var(--ink);transition:color .28s}
.svc:hover .svc-name{color:#fff}
.svc-desc{font-size:14px;color:var(--ink3);line-height:1.6;transition:color .28s;flex:1}
.svc:hover .svc-desc{color:rgba(255,255,255,.5)}
.svc-subs{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:4px}
.svc-sub{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--ink2);padding:9px 12px;border-radius:8px;background:var(--bg2);border:1px solid var(--b);transition:all .25s}
.svc:hover .svc-sub{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}
.svc-sub-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--grad)}
.svc-lnk{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--pink);margin-top:auto;transition:color .28s}
.svc:hover .svc-lnk{color:var(--pink-l)}
.svc-arr{width:21px;height:21px;border-radius:50%;border:1.5px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-size:11px;transition:transform .25s}
.svc:hover .svc-arr{transform:translate(3px,-3px)}

/* ── WHY US ── */
#why{padding:80px 0;position:relative;overflow:hidden}
#why .stars{position:absolute;inset:0}
#why>.wrap{position:relative;z-index:1}
.why-g{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.why-big{font-size:clamp(58px,8vw,94px);font-weight:800;letter-spacing:-.05em;line-height:1;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}
.why-big-l{font-size:15px;color:rgba(255,255,255,.5);max-width:26ch;line-height:1.5;margin-bottom:38px}
.why-list{list-style:none;display:flex;flex-direction:column;gap:13px}
.why-list li{display:flex;align-items:center;gap:12px;font-size:15px;color:rgba(255,255,255,.7)}
.why-chk{width:22px;height:22px;border-radius:50%;flex-shrink:0;background:rgba(240,59,104,.15);border:1px solid rgba(240,59,104,.35);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--pink)}
.why-cg{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.why-c{padding:22px;transition:all .28s var(--ease)}
.why-c:hover{border-color:rgba(240,59,104,.3)!important}
.why-cn{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pink);margin-bottom:9px}
.why-ct{font-size:17px;font-weight:700;color:#fff;margin-bottom:7px;letter-spacing:-.02em;line-height:1.25}
.why-cd{font-size:13px;color:rgba(255,255,255,.44);line-height:1.6}

/* ── PORTFOLIO ── */
#portfolio{padding:80px 0;position:relative;overflow:hidden}
#portfolio .orb{width:400px;height:400px;bottom:-100px;left:-100px}
.cases-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;position:relative;z-index:1}
.case{border:1px solid var(--b);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;cursor:default;transition:box-shadow .28s,transform .28s}
.case:hover{box-shadow:0 20px 56px rgba(0,0,0,.08);transform:translateY(-4px)}
.case-w{grid-column:span 2;flex-direction:row}
.case-img{background:var(--bg2);overflow:hidden}
.case:not(.case-w) .case-img{aspect-ratio:16/9}
.case-w .case-img{width:48%;flex-shrink:0;min-height:256px}
.case-img-in{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:800;letter-spacing:-.04em;transition:transform .28s;flex-direction:column;gap:8px;min-height:180px}
.case:hover .case-img-in{transform:scale(1.04)}
.bg-beingmuslims{background:linear-gradient(135deg,#1a0a2e,#2d1a4a);color:#c9a96e}
.bg-fashioncliq{background:linear-gradient(135deg,#0a1628,#1a2d4a);color:#64b5f6}
.bg-medwebinars{background:linear-gradient(135deg,#0a2818,#1a4a2d);color:#81c784}
.bg-webinarinstitute{background:linear-gradient(135deg,#2a0a18,#4a1a2d);color:#f48fb1}
.bg-oxfordeduhub {
  background: linear-gradient(135deg, #0a1628, #1a2d52);
  color: #c9a84c;
}
 .bg-magsstore {
  background: linear-gradient(135deg, #0a2228, #0f3d47);
  color: #4dd8e0;
}

.case-img-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.7}
.case-b{padding:26px;display:flex;flex-direction:column;gap:10px;flex:1}
.case-tag{display:inline-flex;font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--pink);background:rgba(240,59,104,.08);padding:4px 10px;border-radius:100px;width:fit-content}
.case-name{font-size:20px;font-weight:700;letter-spacing:-.03em;color:var(--ink);line-height:1.2}
.case-desc{font-size:14px;color:var(--ink2);line-height:1.6;flex:1}
.case-mets{display:flex;gap:18px;padding-top:13px;border-top:1px solid var(--b);margin-top:4px;flex-wrap:wrap}
.case-mn{font-size:21px;font-weight:800;letter-spacing:-.03em;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.case-ml{font-size:11px;color:var(--ink3)}
.case-live{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--pink);background:rgba(240,59,104,.08);padding:4px 10px;border-radius:100px;margin-top:4px;width:fit-content}
.case-live::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--pink);animation:pulseDot 1.5s ease-in-out infinite}

/* ── PROCESS ── */
#process{padding:80px 0;position:relative;overflow:hidden}
#process .stars{position:absolute;inset:0}
#process>.wrap{position:relative;z-index:1}
.proc-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:58px;position:relative}
.proc-steps::before{content:'';position:absolute;top:26px;left:calc(100%/12);right:calc(100%/12);height:1px;background:rgba(255,255,255,.1);z-index:0}
.proc-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 10px;position:relative;z-index:1}
.proc-n{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:rgba(255,255,255,.5);margin-bottom:17px;transition:all .28s var(--ease);flex-shrink:0}
.proc-step:hover .proc-n{background:var(--grad);border-color:transparent;color:#fff;box-shadow:0 8px 24px rgba(240,59,104,.4)}
.proc-t{font-size:14px;font-weight:700;color:rgba(255,255,255,.9);margin-bottom:6px;letter-spacing:-.01em}
.proc-d{font-size:12px;color:rgba(255,255,255,.4);line-height:1.55}

/* ── TESTIMONIALS ── */
#testimonials{padding:80px 0;position:relative;overflow:hidden}
#testimonials .orb{width:400px;height:400px;top:0;right:-100px}
.testi-g{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;position:relative;z-index:1}
.testi{background:var(--bg2);border:1px solid var(--b);border-radius:19px;padding:26px;display:flex;flex-direction:column;gap:17px;transition:all .28s}
.testi:hover{background:linear-gradient(135deg,var(--dark) 0%,var(--dark3) 100%);border-color:rgba(240,59,104,.2);transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,.12)}
.testi-stars{font-size:13px;letter-spacing:2px;color:var(--pink);transition:color .28s}
.testi-q{font-size:14px;font-style:italic;font-weight:300;color:var(--ink2);line-height:1.65;flex:1;transition:color .28s}
.testi:hover .testi-q{color:rgba(255,255,255,.7)}
.testi-a{border-top:1px solid var(--b);padding-top:17px;display:flex;flex-direction:column;gap:2px;transition:border-color .28s}
.testi:hover .testi-a{border-color:rgba(255,255,255,.1)}
.testi-n{font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.01em;transition:color .28s}
.testi:hover .testi-n{color:#fff}
.testi-r{font-size:12px;color:var(--ink3);transition:color .28s}
.testi:hover .testi-r{color:rgba(255,255,255,.4)}

/* ── TECH ── */
#tech{padding:70px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);position:relative}
#tech .stars{position:absolute;inset:0}
#tech>.wrap{position:relative;z-index:1}
.tech-in{display:flex;align-items:center;gap:52px}
.tech-l{flex-shrink:0;width:215px}
.tech-l .h2{font-size:24px}
.tech-pills{display:flex;flex-wrap:wrap;gap:9px;flex:1}
.pill{font-size:13px;font-weight:600;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:8px 17px;transition:all .25s;cursor:default;background:rgba(255,255,255,.04)}
.pill:hover{background:var(--grad);border-color:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(240,59,104,.3)}

/* ── FAQ ── */
#faq{padding:80px 0;position:relative;overflow:hidden}
.faq-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:normal;position:relative;z-index:1}
.faq-left{position:sticky;top:100px}
.faq-left .h2{font-size:clamp(28px,3.5vw,46px)}
.faq-contact-card{margin-top:36px;padding:28px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);}
.faq-contact-card p{font-size:14px;color:rgba(255,255,255,.5);line-height:1.65;margin-bottom:18px}
.faq-contact-card a{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#fff;margin-bottom:10px;transition:color .25s}
.faq-contact-card a:hover{color:var(--pink-l)}
.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;cursor:pointer;font-size:16px;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:-.02em;user-select:none;transition:color .25s;line-height:1.3}
.faq-q:hover{color:#fff}
.faq-tog{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;color:rgba(255,255,255,.4);transition:all .25s;flex-shrink:0}
.faq-item.open .faq-tog{background:var(--grad);border-color:transparent;color:#fff;transform:rotate(45deg)}
.faq-a{display:none;padding-bottom:22px;font-size:14px;font-weight:300;color:rgba(255,255,255,.5);line-height:1.75}
.faq-item.open .faq-a{display:block}

/* ── CTA ── */
#cta{padding:80px 0;position:relative;overflow:hidden}
.cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.cta-lines{position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(255,255,255,.015) 40px,rgba(255,255,255,.015) 41px)}
.cta-circle1{position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.05);top:-150px;right:-100px;border:1px solid rgba(255,255,255,.1)}
.cta-circle2{position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(0,0,0,.1);bottom:-100px;left:100px;border:1px solid rgba(255,255,255,.06)}
.cta-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:16px}
.cta-h{font-size:clamp(28px,4vw,50px);font-weight:800;letter-spacing:-.04em;line-height:1.05;color:#fff;margin-bottom:14px}
.cta-s{font-size:15px;font-weight:300;color:rgba(255,255,255,.65);line-height:1.65;margin-bottom:28px;max-width:40ch}
.cta-trust{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.45);flex-wrap:wrap}
.cta-dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.3)}
.cta-form-panel{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:36px 36px 10px;box-shadow:0 24px 60px rgba(0,0,0,.15);}
.cta-fp-title{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:4px}
.cta-fp-sub{font-size:13px;color:rgba(255,255,255,.55);margin-bottom:22px}
.btn.btn-w.btn-full{margin-top: 10px;}

/* ── FOOTER ── */
footer{background:#0a0914;color:rgba(255,255,255,.45);padding:0}
.footer-main{padding:56px 0 32px}
.ft-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:44px}
.ft-logo{color:#fff;margin-bottom:13px}
.ft-desc{font-size:14px;font-weight:300;line-height:1.65;margin-bottom:20px;color:rgba(255,255,255,.37);max-width:26ch}
.ft-clinks{display:flex;flex-direction:column;gap:8px}
.ft-clink{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#fff;transition:color .25s}
.ft-clink:hover{color:var(--pink)}
.ft-col-t{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:17px}
.ft-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.ft-links a{font-size:14px;color:rgba(255,255,255,.42);transition:color .25s}
.ft-links a:hover{color:#fff}
.ft-bot{border-top:1px solid rgba(255,255,255,.06);padding-top:22px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.2);flex-wrap:wrap;gap:12px}
.ft-bot a{color:rgba(255,255,255,.32);transition:color .25s}
.ft-bot a:hover{color:#fff}
.ft-soc{display:flex;gap:14px}

/* ════════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════════ */

/* ── Tablet 1024px ── */
@media(max-width:1024px){
  .wrap{padding:0 28px}
  .hdr-in{padding:0 28px}
  
  /* Hero */
  #hero{padding-top:120px}
  .hero-layout{grid-template-columns:1fr;gap:40px;min-height:auto}
  .hero-con{padding:40px 0 0}
  .hero-form-panel{max-width:600px;margin:0 auto;padding-bottom:40px}
  
  /* CTA */
  .cta-inner{grid-template-columns:1fr}
  
  /* FAQ */
  .faq-inner{grid-template-columns:1fr;gap:40px}
  .faq-left{position:static}
  
  /* Footer */
  .ft-top{grid-template-columns:1fr 1fr;gap:36px}
}

/* ── Medium 960px ── */
@media(max-width:960px){
  .svc-grid{grid-template-columns:1fr 1fr}
  .svc-wide{grid-column:span 1}
  .svc-subs{grid-template-columns:1fr}
  .why-g{grid-template-columns:1fr}
  .why-cg{grid-template-columns:1fr 1fr}
  .cases-g{grid-template-columns:1fr}
  .case-w{flex-direction:column;grid-column:span 1}
  .case-w .case-img{width:100%}
  .proc-steps{grid-template-columns:repeat(3,1fr);gap:26px}
  .proc-steps::before{display:none}
  .testi-g{grid-template-columns:1fr 1fr}
  .tech-in{flex-direction:column;gap:26px}
  .tech-l{width:100%}
}

/* ── Mobile 640px ── */
@media(max-width:640px){
  .wrap{padding:0 16px}
  .hdr-in{padding:0 16px}
  
  /* Nav */
  nav{display:none}
  .hdr-in .btn{display:none}
  .mob-menu-btn{display:flex}
  
  /* Hero */
  #hero{padding-top:88px}
  .hero-con{padding:24px 0 0}
  .hero-ey{font-size:10px;padding:5px 12px}
  .hero-h1{font-size:clamp(36px,10vw,52px);line-height:1}
  .hero-sub-text{font-size:15px}
  .hero-stats{gap:0;text-align:center;}
  .hstat{padding-right:12px}
  .hstat+.hstat{padding-left:12px}
  .hstat-n{font-size:22px}
  .hstat-l{font-size:10px}
  .hero-form-panel{padding:24px 20px;border-radius:20px}
  .hfp-title{font-size:18px}
  .form-row{grid-template-columns:1fr}
  
  /* Trust */
  .trust-lbl{display:none}
  
  /* Sections padding */
  #services,#why,#portfolio,#process,#testimonials,#tech,#faq{padding:60px 0}
  
  /* Section header */
  .sec-head{flex-direction:column;align-items:flex-start;margin-bottom:36px;gap:16px}
  
  /* Services */
  .svc-grid{grid-template-columns:1fr;border-radius:16px}
  .svc-wide{grid-column:span 1}
  .svc{padding:28px 24px}
  .svc-name{font-size:17px}
  .svc-subs{grid-template-columns:1fr}
  
  /* Why */
  .why-g{grid-template-columns:1fr;gap:36px}
  .why-cg{grid-template-columns:1fr;gap:12px}
  .why-big{font-size:clamp(56px,15vw,80px)}
  
  /* Portfolio */
  .cases-g{grid-template-columns:1fr;gap:16px}
  .case-w{flex-direction:column}
  .case-w .case-img{width:100%}
  .case-img-in{font-size:26px;min-height:150px}
  .case-b{padding:20px}
  .case-name{font-size:17px}
  
  /* Process */
  .proc-steps{grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}
  .proc-step{padding:0 8px}
  .proc-n{width:44px;height:44px;font-size:12px;margin-bottom:12px}
  .proc-t{font-size:13px}
  .proc-d{font-size:11px}
  
  /* Testimonials */
  .testi-g{grid-template-columns:1fr;gap:14px}
  
  /* Tech */
  #tech{padding:48px 0}
  .tech-in{flex-direction:column;gap:20px}
  .tech-l{width:100%}
  .tech-l .h2{font-size:20px}
  .pill{font-size:12px;padding:7px 14px}
  
  /* FAQ */
  #faq{padding:60px 0}
  .faq-inner{grid-template-columns:1fr;gap:32px}
  .faq-left{position:static}
  .faq-contact-card{padding:20px}
  .faq-q{font-size:14px;padding:18px 0}
  
  /* CTA */
  #cta{padding:60px 0}
  .cta-inner{grid-template-columns:1fr;gap:36px}
  .cta-h{font-size:clamp(26px,8vw,38px)}
  .cta-form-panel{padding:24px 20px}
  .cta-circle1,.cta-circle2{display:none}
  .cta-btns{flex-direction:column}
  
  /* Footer */
  .ft-top{grid-template-columns:1fr;gap:32px}
  .ft-bot{flex-direction:column;text-align:center;gap:8px}
  
  /* Buttons */
  .btn-lg{font-size:15px;padding:14px 28px;display: inline;width: 100%;text-align: center;}
}

/* ── Small Mobile 380px ── */
@media(max-width:380px){
  .hero-h1{font-size:32px}
  .hstat-n{font-size:18px}
  .proc-steps{grid-template-columns:1fr}
  .proc-steps .proc-step{flex-direction:row;text-align:left;align-items:flex-start;gap:14px}
  .proc-n{flex-shrink:0;margin-bottom:0}
  .why-cg{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
}

/* ══════════════════════════════════════════════════════
   ABOUT US PAGE — CSS
   ══════════════════════════════════════════════════════
/* ──────────────────────────────────────────────────────
   HERO OVERRIDES
   ────────────────────────────────────────────────────── */
.page-template-page-about-us #hero {
  padding-bottom: 90px;
}
.page-template-page-about-us .hero-content {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.page-template-page-about-us .hero-sub-text {
  max-width: 62ch;
  margin: 0 auto 32px;
}
.page-template-page-about-us .hero-btns {
  justify-content: center;
}
.page-template-page-about-us .hero-h1 {
  font-size: clamp(42px, 5.5vw, 72px);
}

/* Ghost white button */
.btn-o-w {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.2);
}
.btn-o-w:hover {
  border-color: #fff;
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}


/* ──────────────────────────────────────────────────────
   STATS BAR
   ────────────────────────────────────────────────────── */
#stats {
  padding: 54px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
#stats .stars { position: absolute; inset: 0; }
#stats > .wrap { position: relative; z-index: 1; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.stat-item { text-align: center; }
.stat-n {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}
.stat-l {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
}


/* ──────────────────────────────────────────────────────
   STORY SECTION
   ────────────────────────────────────────────────────── */
#story {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.story-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.story-body p {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.85;
  margin-bottom: 18px;
  font-weight: 300;
}
.story-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.story-c {
  background: var(--bg2);
  border: 1px solid var(--b);
  border-radius: 16px;
  padding: 22px;
  transition: all .28s var(--ease);
}
.story-c:hover {
  border-color: rgba(240,59,104,.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(22,21,31,.06);
}
.story-cn {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 9px;
}
.story-ct {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 7px;
  letter-spacing: -.01em;
}
.story-cd {
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.6;
  font-weight: 400;
}


/* ──────────────────────────────────────────────────────
   VALUES SECTION
   ────────────────────────────────────────────────────── */
#values {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#values .stars { position: absolute; inset: 0; }
#values > .wrap { position: relative; z-index: 1; }

.val-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.val-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: all .28s var(--ease);
}
.val-card:hover {
  border-color: rgba(240,59,104,.3) !important;
  transform: translateY(-3px);
}
.val-ico {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.val-name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.val-desc {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  font-weight: 400;
}


/* ──────────────────────────────────────────────────────
   EXPERTISE SECTION
   ────────────────────────────────────────────────────── */
#expertise {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.exp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.exp-c {
  background: var(--bg);
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.exp-c::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.exp-c:hover::after { transform: scaleX(1); }
.exp-c:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22,21,31,.07);
  border-color: rgba(240,59,104,.18);
}
.exp-n {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: .6;
}
.exp-t {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
}
.exp-d {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
  font-weight: 300;
}

/* Gradient text helper */
.gt {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */

@media(max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .story-g    { grid-template-columns: 1fr; gap: 40px; }
}

@media(max-width: 960px) {
  .val-grid,
  .exp-grid    { grid-template-columns: 1fr 1fr; }
  .story-cards { grid-template-columns: 1fr 1fr; }
}

@media(max-width: 640px) {
  .page-template-page-about-us #hero {
    padding-top: 108px;
    padding-bottom: 60px;
  }
  .page-template-page-about-us .hero-h1 {
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1;
  }
  #stats    { padding: 40px 0; }
  #story,
  #values,
  #expertise { padding: 60px 0; }

  .stats-grid  { grid-template-columns: 1fr 1fr; gap: 24px; }
  .val-grid,
  .exp-grid,
  .story-cards { grid-template-columns: 1fr; gap: 12px; }
}


/* ══════════════════════════════════════════════════════
   CONTACT PAGE — CSS
   ══════════════════════════════════════════════════════ */


/* ── Hero override — contact page par sub-text full width ── */
.page-template-page-contact .hero-sub-text {
  max-width: 100%;
}
.page-template-page-contact #hero {
  padding-bottom: 80px;
}
.page-template-page-contact .hero-layout{min-height: inherit;}
.page-template-page-contact .hero-h1{font-size:clamp(42px,5.5vw,68px);}

/* ── Contact Cards ── */
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 36px;
}
.contact-card {
  background: var(--bg2);
  border: 1px solid var(--b);
  border-radius: 16px;
  padding: 20px;
  transition: all .28s var(--ease);
}
.contact-card:hover {
  border-color: rgba(240,59,104,.25);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(22,21,31,.06);
}
.cc-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(240,59,104,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.cc-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.cc-val {
  font-size: 13px;
  color: var(--ink2);
}
.cc-val a {
  color: var(--ink2);
  transition: color .2s;
}
.cc-val a:hover {
  color: var(--pink);
}


/* ── Process — contact page mein alag grid (3x2) ── */
.page-template-page-contact .proc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.proc-step {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .28s var(--ease);
}
.proc-step:hover {
  border-color: rgba(240,59,104,.3) !important;
  transform: translateY(-3px);
}
.proc-n {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,.5);
  transition: all .28s var(--ease);
  flex-shrink: 0;
}
.proc-step:hover .proc-n {
  background: var(--grad);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(240,59,104,.4);
}
.proc-t {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
}
.proc-d {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
}


/* ── Services — contact page version (same as home but lighter) ── */
.page-template-page-contact #services .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
  background:none;
  border:none;
  overflow:visible;
}
.page-template-page-contact .svc {
  background: var(--bg);
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.page-template-page-contact .svc::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.page-template-page-contact .svc:hover::after { transform: scaleX(1); }
.page-template-page-contact .svc-grid .svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22,21,31,.07);
  border-color: rgba(240,59,104,.18);
}
.page-template-page-contact .svc-ico {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: rgba(240,59,104,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.page-template-page-contact .svc .svc-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.3;
}
.page-template-page-contact .svc .svc-desc {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
}
.page-template-page-contact .svc-lnk {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pink);
  transition: gap .25s;
}
.page-template-page-contact .svc-lnk:hover { gap: 8px; }


/* ── Address Section ── */
#address {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.addr-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  position: relative;
  z-index: 1;
  background: var(--bg2);
  border: 1px solid var(--b);
  border-radius: 24px;
  padding: 48px;
}
.addr-h {
  font-size: 24px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.03em;
  margin-bottom: 14px;
}
.addr-text {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.9;
  font-weight: 300;
}
.addr-links {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.addr-link {
  font-size: 14px;
  color: var(--ink2);
  transition: color .25s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.addr-link:hover { color: var(--pink); }
.addr-soc {
  margin-top: 22px;
  display: flex;
  gap: 14px;
}
.addr-soc a {
  font-size: 13px;
  color: var(--ink3);
  transition: color .25s;
}
.addr-soc a:hover { color: var(--pink); }
.hours-box {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 16px;
  padding: 28px;
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.85;
  font-weight: 300;
}
.hours-box + .hours-box { margin-top: 16px; }
.hours-box strong {
  color: var(--ink);
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ── btn-wa (WhatsApp green button) ── */
.btn-wa {
  background: #25d366;
  color: #fff;
}
.btn-wa:hover {
  background: #1ebd5a;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37,211,102,.4);
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */

@media(max-width: 1024px) {
  .addr-box { grid-template-columns: 1fr; gap: 32px; padding: 36px; }
  .page-template-page-contact #hero .hero-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media(max-width: 960px) {
  .page-template-page-contact .proc-grid,
  .page-template-page-contact #services .svc-grid { grid-template-columns: 1fr 1fr; }
}

@media(max-width: 640px) {
  .page-template-page-contact #hero { padding-top: 108px; padding-bottom: 60px; }
  .page-template-page-contact .hero-h1 { font-size: clamp(36px, 10vw, 52px); }
  .contact-cards { grid-template-columns: 1fr 1fr; gap: 10px; }
  #address { padding: 60px 0; }
  .addr-box { padding: 24px; gap: 24px; }
  .page-template-page-contact .proc-grid,
  .page-template-page-contact #services .svc-grid { grid-template-columns: 1fr; gap: 14px; }
}


/* ══════════════════════════════════════════════════════
   SHOPIFY DEVELOPMENT PAGE
   ══════════════════════════════════════════════════════ */

/* ── Hero overrides ── */
.page-template-page-shopify #hero {
  padding-bottom: 80px;
}
.page-template-page-shopify .hero-layout {
  grid-template-columns: 1.1fr .9fr;
}
.page-template-page-shopify .hero-sub-text {
  max-width: 50ch;
  margin-bottom: 32px;
}
.page-template-page-shopify .hero-btns {
  margin-bottom: 38px;
}
.page-template-page-shopify .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--b);
  padding-top: 28px;
}
.page-template-page-shopify .hstat {
  padding-right: 14px;
  border: none;
}
.page-template-page-shopify .hstat + .hstat {
  padding-left: 14px;
  border-left: 1px solid var(--b);
}
.page-template-page-shopify .hstat-n {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.page-template-page-shopify .hstat-l {
  font-size: 11px;
  color: var(--ink3);
}


/* ── Services — dark glass cards ── */
.page-template-page-shopify #services {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-shopify #services .stars {
  position: absolute;
  inset: 0;
}
.page-template-page-shopify #services > .wrap {
  position: relative;
  z-index: 1;
}
.page-template-page-shopify .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow: visible;
}
.page-template-page-shopify .svc-grid .svc::after{border-radius:22px;}
.page-template-page-shopify .svc {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: all .28s var(--ease);
  /* glass-card already handles bg/border/radius */
}
.page-template-page-shopify .svc:hover {
  border-color: rgba(240,59,104,.3) !important;
  transform: translateY(-3px);
}
.page-template-page-shopify .svc.wide {
  grid-column: span 2;
}
.page-template-page-shopify .svc-ico {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.page-template-page-shopify .svc-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1.3;
}
.page-template-page-shopify .svc-desc {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  font-weight: 400;
  flex: 1;
}
.page-template-page-shopify .svc-subs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 4px;
}
.page-template-page-shopify .svc-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.65);
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  transition: all .25s;
}
.page-template-page-shopify .svc-sub:hover {
  border-color: rgba(240,59,104,.3);
  background: rgba(240,59,104,.05);
}
.page-template-page-shopify .svc-sub-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--grad);
}
.page-template-page-shopify .svc-lnk {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pink-l);
  margin-top: auto;
  transition: gap .25s;
}
.page-template-page-shopify .svc-lnk:hover { gap: 8px; }


/* ── Why Shopify — light version ── */
#why.shopify-why {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.shopify-why-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.shopify-why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 24px;
}
.shopify-why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--ink2);
  font-weight: 400;
}
.shopify-why-chk {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(240,59,104,.1);
  border: 1px solid rgba(240,59,104,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--pink);
  font-weight: 700;
}
.shopify-why-cg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.shopify-why-c {
  background: var(--bg2);
  border: 1px solid var(--b);
  border-radius: 16px;
  padding: 22px;
  transition: all .28s var(--ease);
}
.shopify-why-c:hover {
  border-color: rgba(240,59,104,.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(22,21,31,.06);
}
.shopify-why-cn {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 9px;
}
.shopify-why-ct {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 7px;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.shopify-why-cd {
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.6;
  font-weight: 400;
}


/* ── Cases — dark cards ── */

.page-template-page-shopify #services .svc {
    background: none;
	overflow:visible;
}
.page-template-page-shopify #cases {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-shopify #cases .stars {
  position: absolute;
  inset: 0;
}
.page-template-page-shopify #cases > .wrap {
  position: relative;
  z-index: 1;
}
.page-template-page-shopify .cases-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.page-template-page-shopify .case {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .28s var(--ease);
}
.page-template-page-shopify .case:hover {
  border-color: rgba(240,59,104,.25);
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0,0,0,.2);
}
.page-template-page-shopify .case.wide {
  grid-column: span 2;
  flex-direction: row;
}
.page-template-page-shopify .case:not(.wide) .case-img {
  aspect-ratio: 16/9;
}
.page-template-page-shopify .case.wide .case-img {
  width: 48%;
  flex-shrink: 0;
  min-height: 260px;
}
.page-template-page-shopify .case-img-in {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.04em;
  gap: 8px;
  min-height: 180px;
  transition: transform .3s;
}
.page-template-page-shopify .case:hover .case-img-in { transform: scale(1.04); }
.page-template-page-shopify .case-b {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.page-template-page-shopify .case-tag {
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--pink-l);
  background: rgba(240,59,104,.12);
  padding: 4px 10px;
  border-radius: 100px;
  width: fit-content;
}
.page-template-page-shopify .case-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1.2;
}
.page-template-page-shopify .case-desc {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
}
.page-template-page-shopify .case-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #22c55e;
  background: rgba(34,197,94,.1);
  padding: 4px 10px;
  border-radius: 100px;
  margin-top: 4px;
  width: fit-content;
}
.page-template-page-shopify .case-live::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulseDot 1.5s ease-in-out infinite;
}
.page-template-page-shopify .case-mets {
  display: flex;
  gap: 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 4px;
  flex-wrap: wrap;
}
.page-template-page-shopify .case-mn {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-template-page-shopify .case-ml {
  font-size: 11px;
  color: rgba(255,255,255,.4);
}

/* BG classes for case images */
.bg-bm { background: linear-gradient(135deg, #1a0a2e, #2d1a4a); color: #c9a96e; }
.bg-fc { background: linear-gradient(135deg, #0a1628, #1a2d4a); color: #64b5f6; }


/* ── Process — light numbered version ── */
.page-template-page-shopify #process {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-shopify .proc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.page-template-page-shopify .proc-step {
  background: var(--bg);
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.page-template-page-shopify .proc-step::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.page-template-page-shopify .proc-step:hover::after { transform: scaleX(1); }
.page-template-page-shopify .proc-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22,21,31,.07);
  border-color: rgba(240,59,104,.18);
}
.page-template-page-shopify .proc-n {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: .6;
  /* override contact page dark circle style */
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border: none;
  display: block;
  color: unset;
  margin-bottom:0;
}
.page-template-page-shopify .proc-t {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
}
.page-template-page-shopify .proc-d {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
  font-weight: 300;
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */

@media(max-width: 1024px) {
  .page-template-page-shopify .hero-layout  { grid-template-columns: 1fr; gap: 40px; }
  .shopify-why-g                             { grid-template-columns: 1fr; gap: 40px; }
}

@media(max-width: 960px) {
  .page-template-page-shopify .svc-grid,
  .page-template-page-shopify .proc-grid    { grid-template-columns: 1fr 1fr; }
  .page-template-page-shopify .svc.wide     { grid-column: span 2; }
  .page-template-page-shopify .svc-subs     { grid-template-columns: 1fr; }
  .shopify-why-cg                            { grid-template-columns: 1fr 1fr; }
  .page-template-page-shopify .cases-g      { grid-template-columns: 1fr; }
  .page-template-page-shopify .case.wide    { grid-column: span 1; flex-direction: column; }
  .page-template-page-shopify .case.wide .case-img { width: 100%; }
}

@media(max-width: 640px) {
  .page-template-page-shopify #hero         { padding-top: 108px; padding-bottom: 60px; }
  .page-template-page-shopify .hero-h1      { font-size: clamp(36px, 10vw, 52px); }
  .page-template-page-shopify .hero-stats   { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .page-template-page-shopify .hstat        { padding: 0 !important; border: none !important; }
  .page-template-page-shopify .hstat-n      { font-size: 22px; }
  .page-template-page-shopify .hero-form-panel { padding: 24px 20px; }
  .page-template-page-shopify #services,
  .page-template-page-shopify #why,
  .page-template-page-shopify #cases,
  .page-template-page-shopify #process      { padding: 60px 0; }
  .page-template-page-shopify .svc-grid,
  .page-template-page-shopify .proc-grid    { grid-template-columns: 1fr; gap: 14px; }
  .page-template-page-shopify .svc.wide     { grid-column: span 1; }
  .shopify-why-cg                            { grid-template-columns: 1fr; gap: 12px; }
  .page-template-page-shopify .case-img-in  { font-size: 24px; min-height: 140px; }
  .page-template-page-shopify .case-b       { padding: 20px; }
  .page-template-page-shopify .case-name    { font-size: 17px; }
}


/* ══════════════════════════════════════════════════════
   HOSTING & SERVER MANAGEMENT PAGE
   ══════════════════════════════════════════════════════ */

/* ── Hero overrides ── */
.page-template-page-hosting #hero {
  padding-bottom: 80px;
}
.page-template-page-hosting .hero-layout {
  grid-template-columns: 1.1fr .9fr;
}
.page-template-page-hosting .hero-sub-text {
  max-width: 50ch;
  margin-bottom: 32px;
}
.page-template-page-hosting .hero-btns {
  margin-bottom: 38px;
}
.page-template-page-hosting .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--b);
  padding-top: 28px;
}
.page-template-page-hosting .hstat {
  padding-right: 14px;
}
.page-template-page-hosting .hstat + .hstat {
  padding-left: 14px;
  border-left: 1px solid var(--b);
}
.page-template-page-hosting .hstat-n {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.page-template-page-hosting .hstat-l {
  font-size: 11px;
  color: var(--ink3);
}


/* ── Platforms Section  ── */
#platforms {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#platforms .stars { position: absolute; inset: 0; }
#platforms > .wrap { position: relative; z-index: 1; }

.plat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.plat-card {
  padding: 26px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all .28s var(--ease);
}
.plat-card:hover {
  border-color: rgba(240,59,104,.3) !important;
  transform: translateY(-3px);
}
.plat-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.plat-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.01em;
}
.plat-desc {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
}
.plat-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(240,59,104,.15);
  color: var(--pink-l);
  border: 1px solid rgba(240,59,104,.3);
  letter-spacing: .04em;
  margin-top: 6px;
}


/* ── Services — light 2-col layout (hosting version) ── */
.page-template-page-hosting #services {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-hosting .svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
    background: none;
    border: none;	
	overflow:visible;
}
.page-template-page-hosting .svc {
  background: var(--bg);
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.page-template-page-hosting .svc::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.page-template-page-hosting .svc:hover::after { transform: scaleX(1); }
.page-template-page-hosting .svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22,21,31,.07);
  border-color: rgba(240,59,104,.18);
}
.page-template-page-hosting .svc.wide { grid-column: span 2; }
.page-template-page-hosting .svc-ico {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(240,59,104,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.page-template-page-hosting .svc-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.3;
}
.page-template-page-hosting .svc-desc {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
  font-weight: 300;
}
.page-template-page-hosting .svc-subs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 6px;
}
.page-template-page-hosting .svc-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink2);
  background: var(--bg2);
  border: 1px solid var(--b);
  border-radius: 9px;
  padding: 9px 12px;
  transition: border-color .2s;
}
.page-template-page-hosting .svc-sub:hover { border-color: rgba(240,59,104,.25); }
.page-template-page-hosting .svc-sub-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--grad);
  flex-shrink: 0;
}
.page-template-page-hosting .svc-lnk {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pink);
  transition: gap .25s;
  margin-top: auto;
}
.page-template-page-hosting .svc-lnk:hover { gap: 8px; }
.page-template-page-hosting .svc:hover .svc-name{color:var(--ink);}
.page-template-page-hosting .svc-desc{color:var(--ink);}
.page-template-page-hosting .svc:hover .svc-desc{color:var(--ink);}
.page-template-page-hosting .svc-sub{color:var(--ink);}
.page-template-page-hosting .svc:hover .svc-sub{color: var(--ink2);background: var(--bg2);border: 1px solid var(--b);}
.page-template-page-hosting .svc-sub-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--grad)}
.page-template-page-hosting .svc-lnk{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--pink);margin-top:auto;transition:color .28s}
.page-template-page-hosting .svc:hover .svc-lnk{color:var(--pink-l)}
.page-template-page-hosting .svc:hover .svc-ico{color:rgba(240,59,104,.08);}


/* ── Compare Section ── */
#compare {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.compare-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--b);
  background: var(--bg);
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(22,21,31,.04);
}
table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
table.compare th {
  background: var(--bg2);
  padding: 18px 20px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink3);
  border-bottom: 1px solid var(--b);
}
table.compare td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--b);
  color: var(--ink2);
  vertical-align: top;
  font-weight: 300;
}
table.compare td:first-child {
  font-weight: 700;
  color: var(--ink);
}
table.compare tr:last-child td { border-bottom: none; }
table.compare tr:hover td { background: rgba(240,59,104,.02); }
.yes { color: #1d9e75; font-weight: 700; }
.rec td { background: linear-gradient(90deg, rgba(241,60,100,.05), transparent 60%) !important; }
.rec td:first-child { border-left: 3px solid var(--pink); }


/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */

@media(max-width: 1024px) {
  .page-template-page-hosting .hero-layout { grid-template-columns: 1fr; gap: 40px; }
  .plat-grid { grid-template-columns: repeat(3, 1fr); }
}

@media(max-width: 960px) {
  .plat-grid { grid-template-columns: 1fr 1fr; }
  .page-template-page-hosting .svc-grid { grid-template-columns: 1fr; }
  .page-template-page-hosting .svc.wide { grid-column: span 1; }
  .page-template-page-hosting .svc-subs { grid-template-columns: 1fr; }
}

@media(max-width: 640px) {
  .page-template-page-hosting #hero { padding-top: 108px; padding-bottom: 60px; }
  .page-template-page-hosting .hero-h1 { font-size: clamp(36px, 10vw, 52px); }
  .page-template-page-hosting .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .page-template-page-hosting .hstat { padding: 0 !important; border: none !important; }
  .page-template-page-hosting .hstat-n { font-size: 22px; }
  .page-template-page-hosting .hero-form-panel { padding: 24px 20px; }
  #platforms, #compare { padding: 60px 0; }
  .plat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .page-template-page-hosting #services { padding: 60px 0; }
  .page-template-page-hosting .svc-grid { gap: 14px; }
  table.compare { font-size: 12px; }
  table.compare th,
  table.compare td { padding: 12px 14px; }
}


/* ══════════════════════════════════════════════════════
   WEBSITE DESIGN & DEVELOPMENT PAGE
   ══════════════════════════════════════════════════════ */

/* ── Hero overrides ── */
.page-template-page-website-design #hero {
  padding-bottom: 80px;
}
.page-template-page-website-design .hero-layout {
  grid-template-columns: 1.1fr .9fr;
}
.page-template-page-website-design .hero-sub-text {
  max-width: 50ch;
  margin-bottom: 32px;
}
.page-template-page-website-design .hero-btns {
  margin-bottom: 38px;
}
.page-template-page-website-design .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--b);
  padding-top: 28px;
}
.page-template-page-website-design .hstat { padding-right: 14px; }
.page-template-page-website-design .hstat + .hstat {
  padding-left: 14px;
  border-left: 1px solid var(--b);
}
.page-template-page-website-design .hstat-n {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.page-template-page-website-design .hstat-l {
  font-size: 11px;
  color: var(--ink3);
}


/* ── Services dark glass — 3-col ── */
.page-template-page-website-design #services {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-website-design #services .stars {
  position: absolute;
  inset: 0;
}
.page-template-page-website-design #services > .wrap {
  position: relative;
  z-index: 1;
}
.page-template-page-website-design .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow:visible;
}
.page-template-page-website-design .svc {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: all .28s var(--ease);
}
.page-template-page-website-design .svc:hover {
  border-color: rgba(240,59,104,.3) !important;
  transform: translateY(-3px);
}
.page-template-page-website-design .svc.wide { grid-column: span 2; }
.page-template-page-website-design .svc-ico {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.page-template-page-website-design .svc-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1.3;
}
.page-template-page-website-design .svc-desc {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  flex: 1;
}
.page-template-page-website-design .svc-subs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 4px;
}
.page-template-page-website-design .svc-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.65);
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.page-template-page-website-design .svc-sub-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--grad);
  flex-shrink: 0;
}
.page-template-page-website-design .svc-lnk {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pink-l);
  margin-top: auto;
  transition: gap .25s;
}
.page-template-page-website-design .svc-lnk:hover { gap: 8px; }


/* ── Types / Industries — light 3-col (naya) ── */
#types {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.type-c {
  background: var(--bg);
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.type-c::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.type-c:hover::after { transform: scaleX(1); }
.type-c:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22,21,31,.07);
  border-color: rgba(240,59,104,.18);
}
.type-ico {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(240,59,104,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.type-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
}
.type-desc {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
  font-weight: 300;
}


/* ── Process — light numbered (override) ── */
.page-template-page-website-design #process {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-website-design .proc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.page-template-page-website-design .proc-step {
  background: var(--bg);
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.page-template-page-website-design .proc-step::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.page-template-page-website-design .proc-step:hover::after { transform: scaleX(1); }
.page-template-page-website-design .proc-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22,21,31,.07);
  border-color: rgba(240,59,104,.18);
}
.page-template-page-website-design .proc-n {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: .6;
  width: auto; height: auto;
  border-radius: 0; border: none;
  background-color: transparent;
  display: block; color: unset;margin-bottom:0;
}
.page-template-page-website-design .proc-t {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
}
.page-template-page-website-design .proc-d {
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
  font-weight: 300;
}


/* ── Tech Stack layout override ── */
.page-template-page-website-design #tech {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.page-template-page-website-design #tech .stars {
  position: absolute;
  inset: 0;
}
.page-template-page-website-design #tech > .wrap {
  position: relative;
  z-index: 1;
}
.page-template-page-website-design .tech-in {
  display: flex;
  align-items: center;
  gap: 50px;
}
.page-template-page-website-design .tech-l {
  flex-shrink: 0;
  width: 215px;
}
.page-template-page-website-design .tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  flex: 1;
}
.page-template-page-website-design .hero-h1,.page-template-page-shopify .hero-h1,.page-template-page-hosting .hero-h1,.page-template-page-ecommerce .hero-h1{font-size:clamp(40px,5.2vw,68px);}


/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */

@media(max-width: 1024px) {
  .page-template-page-website-design .hero-layout { grid-template-columns: 1fr; gap: 40px; }
  .page-template-page-website-design .tech-in { flex-direction: column; gap: 24px; align-items: flex-start; }
  .page-template-page-website-design .tech-l { width: 100%; }
}

@media(max-width: 960px) {
  .page-template-page-website-design .svc-grid,
  .types-grid,
  .page-template-page-website-design .proc-grid { grid-template-columns: 1fr 1fr; }
  .page-template-page-website-design .svc.wide { grid-column: span 2; }
  .page-template-page-website-design .svc-subs { grid-template-columns: 1fr; }
}

@media(max-width: 640px) {
  .page-template-page-website-design #hero { padding-top: 108px; padding-bottom: 60px; }
  .page-template-page-ecommerce .hero-h1,.page-template-page-website-design .hero-h1 { font-size: clamp(36px, 10vw, 52px); }
  .page-template-page-website-design .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .page-template-page-website-design .hstat { padding: 0 !important; border: none !important; }
  .page-template-page-website-design .hstat-n { font-size: 22px; }
  .page-template-page-website-design .hero-form-panel { padding: 24px 20px; }
  .page-template-page-website-design #services,
  #types,
  .page-template-page-website-design #process,
  .page-template-page-website-design #tech { padding: 60px 0; }
  .page-template-page-website-design .svc-grid,
  .types-grid,
  .page-template-page-website-design .proc-grid { grid-template-columns: 1fr; gap: 14px; }
  .page-template-page-website-design .svc.wide { grid-column: span 1; }
  .page-template-page-website-design .tech-in { gap: 20px; }
}

/* ══════════════════════════════════════════════════════
   Ecommerce PAGE — CSS
   ══════════════════════════════════════════════════════ */
.page-template-page-website-design .hero-btns,.page-template-page-shopify .hero-btns,.page-template-page-hosting .hero-btns,.page-template-page-ecommerce .hero-btns{display: flex;gap: 12px;flex-wrap: wrap;margin-bottom: 38px;}
.page-template-page-website-design .hero-layout,.page-template-page-shopify .hero-layout,.page-template-page-hosting .hero-layout{min-height:inherit;}

.page-template-page-ecommerce #hero{padding-bottom:80px;}
.page-template-page-ecommerce .hero-layout { grid-template-columns: 1.1fr .9fr;align-items: inherit;min-height: inherit;}
.page-template-page-ecommerce .hero-sub-text { max-width: 50ch; margin-bottom: 32px; }
.page-template-page-ecommerce .hero-stats { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--b); padding-top: 28px; }
.page-template-page-ecommerce .hstat { padding-right: 14px; }
.page-template-page-ecommerce .hstat + .hstat { padding-left: 14px; border-left: 1px solid var(--b); }
.page-template-page-ecommerce .proc-n{margin-bottom:0;}

