/* =========================================================
   SDD STUDIO - COMPLETE RESPONSIVE CSS
   Full cleaned style.css
   Features:
   - responsive desktop / laptop / tablet / mobile
   - fixed hero layout
   - premium hover effects
   - parallax hero on desktop
   - reveal animations
   - custom scrollbar
   - admin/dashboard/services compatibility
========================================================= */

:root{
  --orange:#ff6b1a;
  --orange2:#ff8a3d;
  --orange3:#ffb088;
  --ink:#121217;
  --muted:#667085;
  --line:#ece7e1;
  --soft:#fff7f1;
  --dark:#101010;
  --radius:24px;
  --shadow:0 24px 80px rgba(17,17,17,.08);
  --shadow-strong:0 34px 90px rgba(17,17,17,.15);
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  overflow-x:hidden;
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1180px,92vw);
  margin-inline:auto;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar{
  width:11px;
}

::-webkit-scrollbar-track{
  background:#f5f5f5;
}

::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--orange),#111);
  border-radius:999px;
  border:2px solid #f5f5f5;
}

::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#111,var(--orange));
}

/* ===== HEADER / NAV ===== */
.site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(0,0,0,.06);
}

.nav-wrap{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:950;
  letter-spacing:-.04em;
  width:auto;
  font-size:0;
}

.brand span{
  color:inherit;
}

.logo-text{
  font-size:34px;
  line-height:.85;
  font-weight:950;
  display:inline-flex;
  letter-spacing:-.08em;
}

.logo-text .s{
  color:#070707;
}

.logo-text .dd{
  color:var(--orange);
}

.brand small,
.brand h6{
  display:block;
  position:static;
  top:auto;
  margin:0;
  font-size:14px;
  line-height:1.1;
  letter-spacing:-.05em;
  color:#111;
  white-space:nowrap;
}

.nav,
.site-header .nav{
  display:flex;
  align-items:center;
  gap:22px;
  font-weight:850;
}

.nav a,
.site-header .nav a{
  white-space:nowrap;
  transition:.25s ease;
}

.nav a:hover,
.site-header .nav a:hover{
  color:var(--orange);
  transform:translateY(-1px);
}

/* ===== BUTTONS ===== */
.btn{
  border:0;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  border-radius:999px;
  padding:15px 24px;
  min-height:50px;
  font-weight:950;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-shadow:0 16px 34px rgba(255,107,26,.26);
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.btn:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 52px rgba(255,107,26,.36);
  filter:saturate(1.08);
}

.btn.small{
  padding:12px 18px;
  font-size:14px;
  min-height:44px;
}

.btn.ghost,
.ghost{
  background:#fff;
  color:#111;
  border:1px solid #e8e1da;
  box-shadow:none;
}

.btn.ghost:hover,
.ghost:hover{
  background:#111;
  color:#fff;
  border-color:#111;
}

/* ===== MOBILE MENU ===== */
.mobile-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid #eee;
  border-radius:14px;
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  z-index:1001;
  position:relative;
}

.mobile-toggle span{
  width:21px;
  height:2px;
  background:#121217;
  border-radius:99px;
  display:block;
  transition:.25s;
}

.mobile-toggle.active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2){
  opacity:0;
}

.mobile-toggle.active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* ===== GENERAL TEXT ===== */
.tag{
  display:inline-flex;
  width:auto;
  max-width:100%;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,107,26,.12);
  color:var(--orange);
  font-weight:950;
  font-size:clamp(14px,1.8vw,25px);
  line-height:1.2;
  letter-spacing:.01em;
  text-shadow:none;
  text-align:left;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  backdrop-filter:blur(8px);
}

.lead{
  color:var(--muted);
  font-size:19px;
  line-height:1.72;
}

.muted{
  color:var(--muted);
  line-height:1.68;
}

.badge{
  padding:7px 10px;
  background:#f5f5f5;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
}

/* ===== HERO ===== */
.hero{
  position:relative;
  min-height:calc(100vh - 78px);
  padding:90px 0 70px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.62) 43%,rgba(0,0,0,.25) 100%),
    url('/public/uploads/projects/SDD-Studio.png') center center / cover no-repeat;
}

@media(min-width:1001px){
  .hero{
    background-attachment:fixed;
  }
}

.hero::before{
     content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 42%, rgb(0 0 0), transparent 28%), radial-gradient(circle at 75% 18%, rgb(255 255 255 / 43%), #00000080 26%);
    pointer-events: none;
    width: 50vw;
    height: 51vw;
    left: 8vw;
}

.hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:170px;
  background:linear-gradient(transparent,rgba(0,0,0,.45));
  pointer-events:none;
}

.hero-overlay{
  display:none;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:50px;
  align-items:center;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:760px;
  width:auto;
  height:auto;
  left:auto;
  top:auto;
  transform:none;
  background:transparent;
  border-radius:0;
  box-shadow:none;
}

.hero h1{
  color:#fff;
  font-size:clamp(42px,6.3vw,58px);
  line-height:.94;
  margin:22px 0 24px;
  letter-spacing:-.06em;
  text-align:left;
  max-width:820px;
}

.hero .lead{
  color:rgba(255,255,255,.88);
  max-width:690px;
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.75;
  text-align:left;
  letter-spacing:0;
  padding:0;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
  justify-content:flex-start;
}

.hero-actions .btn{
  min-width:220px;
}

.hero-visual{
  position:relative;
}

.hero-visual::before{
  content:"";
  position:absolute;
  inset:-26px;
  background:linear-gradient(135deg,#fff2e8,#fff);
  border-radius:36px;
  z-index:-1;
}

.hero-visual img{
  border-radius:28px;
  box-shadow:var(--shadow);
  height:460px;
  object-fit:cover;
  width:100%;
}

img.logo-img{
  width:clamp(220px,42vw,560px);
  height:auto;
  position:relative;
  left:auto;
}

/* ===== STATS ===== */
.stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(120px,1fr));
  gap:16px;
  margin-top:40px;
  width:min(720px,100%);
  height:auto;
  text-align:left;
  align-items:stretch;
  justify-content:start;
}

.stat,
.hero .stat{
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  border-radius:20px;
  height:auto;
  width:auto;
  min-height:96px;
  font-size:14px;
  padding:18px;
  display:block;
  float:none;
  position:relative;
  margin:0;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  transition:.25s ease;
}

.hero .stat:hover{
  transform:translateY(-6px);
  border-color:rgba(255,107,26,.55);
}

.stat b{
  display:block;
  font-size:28px;
  line-height:1.05;
  color:#fff;
}

.stat span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.82);
  line-height:1.25;
}

/* ===== SECTIONS ===== */
.section{
  padding:92px 0;
  overflow:hidden;
}

.section.alt{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,107,26,.06),transparent 30%),
    #fafafa;
}

.section-head{
  width:100%;
  max-width:none;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:38px;
}

.section-head.compact{
  max-width:620px;
}

.section-head > div{
  max-width:640px;
}

.section-head p{
  max-width:640px;
}

.section h2{
font-size: clamp(28px, 1.9vw, 32px);
    line-height: 1;
    margin: 14px 0 20px;
    letter-spacing: -.055em;
    text-align: left;
}

/* ===== GRIDS & CARDS ===== */
.grid{
  display:grid;
  gap:28px;
}

.grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.card{
  background:#fff;
  border:1px solid #eee;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  padding:0;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.card:hover{
  transform:translateY(-10px);
  box-shadow:0 34px 90px rgba(17,17,17,.16);
  border-color:#ffd5bd;
}

.card .inner{
  padding:24px;
}

.template-card>img,
.project-card>img,
.case-card>img{
  height:240px;
  width:100%;
  object-fit:cover;
  object-position:top;
  background:#f5f5f5;
}

/* ===== FEATURE / SERVICE CARDS ===== */
.feature-card,
.service-card{
  padding:28px;
}

.feature-card .icon,
.service-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff1e9,#fff);
  color:var(--orange);
  display:grid;
  place-items:center;
  font-size:25px;
  font-weight:950;
  margin-bottom:18px;
  transition:.25s ease;
}

.feature-card:hover .icon,
.service-card:hover .service-icon{
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  transform:rotate(-5deg) scale(1.06);
}

.service-card h3,
.feature-card h3,
.process-step h3,
.case-card h3{
  font-size:24px;
  line-height:1.12;
}

/* ===== CASE STUDIES ===== */
.case-meta{
  display:grid;
  gap:13px;
  margin-top:18px;
}

.case-meta div{
  background:#fafafa;
  border:1px solid #eee;
  border-radius:18px;
  padding:15px;
}

.case-meta b{
  display:block;
  margin-bottom:6px;
  color:#111;
}

/* ===== ACTIONS ===== */
.actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
  flex-direction:row;
}

/* ===== PROCESS ===== */
.process,
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.process-step,
.process-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;
  padding:26px;
  box-shadow:var(--shadow);
  min-height:250px;
  transition:.28s ease;
}

.process-step:hover,
.process-card:hover{
  transform:translateY(-8px);
  border-color:#ffd5bd;
}

.process-step b,
.process-card b{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  background:#111;
  color:#fff;
  border-radius:16px;
  margin-bottom:18px;
}

/* ===== CTA ===== */
.cta{
  background:
    radial-gradient(circle at 88% 16%,rgba(255,107,26,.46),transparent 28%),
    linear-gradient(135deg,#070707,#17100d);
  color:#fff;
  border-radius:34px;
  padding:56px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:30px;
  align-items:center;
  overflow:hidden;
  position:relative;
  max-width:100%;
}

.cta h2{
  color:#fff;
}

.cta p{
  color:#d7d7d7;
}

.cta .btn{
  justify-self:end;
  width:min(420px,100%);
}

/* ===== FOOTER ===== */
.footer{
  background:#101010;
  color:#fff;
  padding:66px 0;
  height:auto;
}

.footer p{
  color:#bbb;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:42px;
}

/* ===== FORMS ===== */
.form{
  display:grid;
  gap:14px;
  padding:0;
}

.form input,
.form textarea,
.form select,
.input,
textarea,
select{
  width:100%;
  padding:16px 18px;
  border:1px solid #e4dfda;
  border-radius:16px;
  background:#fff;
  font:inherit;
}

.form textarea{
  min-height:120px;
}

/* ===== REVEAL ANIMATION ===== */
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s ease, transform .75s ease;
}

.reveal.on{
  opacity:1;
  transform:none;
  width:auto;
  height:auto;
  position:relative;
  left:auto;
  top:auto;
}
.hero-content{
      opacity:1;
  transform:none;
  width:auto;
  height:auto;
  position:relative;
  left:-15vw!important;
  top:auto;
    
}
/* ===== ADMIN LAYOUT ===== */
.admin-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  min-height:100vh;
  background:#f6f7fb;
}

.sidebar{
  background:#101014;
  color:white;
  padding:34px 30px;
  position:sticky;
  top:0;
  height:100vh;
}

.sidebar h2{
  margin:0 0 28px;
}

.sidebar a{
  display:block;
  padding:13px 0;
  color:#fff;
  font-weight:800;
}

.admin-main{
  padding:34px;
}

.admin-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}

.admin-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:28px;
  padding:24px;
  box-shadow:var(--shadow);
  margin-bottom:26px;
}

.admin-card input,
.admin-card textarea,
.admin-card select{
  width:100%;
  padding:14px 16px;
  border:1px solid #e3e6ed;
  border-radius:16px;
  font:inherit;
}

.admin-card button{
  border:0;
}

.admin-form{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.admin-form textarea,
.admin-form .full{
  grid-column:1/-1;
}

.admin-list{
  display:grid;
  gap:16px;
}

.admin-row{
  background:#fff;
  border:1px solid #eee;
  border-radius:20px;
  padding:14px;
  display:grid;
  grid-template-columns:130px 1fr auto;
  gap:16px;
  align-items:center;
  box-shadow:0 12px 40px rgba(0,0,0,.04);
}

.admin-row img{
  width:130px;
  height:82px;
  object-fit:cover;
  object-position:top;
  border-radius:14px;
}

.admin-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

/* ===== DASHBOARD ===== */
.dashboard-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.chart-card{
  height:250px;
  background:linear-gradient(180deg,#fff,#fff7f1);
  border:1px solid #eee;
  border-radius:24px;
  padding:22px;
}

.bars{
  display:flex;
  align-items:end;
  gap:10px;
  height:140px;
  margin-top:35px;
}

.bars span{
  flex:1;
  background:linear-gradient(var(--orange),#ffb088);
  border-radius:10px 10px 0 0;
}

/* ===== POLISHED DASHBOARD UI ===== */
.dashboard-shell{
  min-height:100vh;
  background:#f6f7fb;
  color:#111;
  display:grid;
  grid-template-columns:290px 1fr;
  font-family:Inter,Arial,sans-serif;
}

.dash-sidebar{
  background:#101014;
  color:#fff;
  padding:28px 22px;
  position:sticky;
  top:0;
  height:100vh;
  overflow:auto;
}

.dash-brand{
  font-size:28px;
  font-weight:950;
  letter-spacing:-.04em;
  margin-bottom:10px;
}

.dash-brand span{
  color:var(--orange);
}

.dash-user{
  padding:14px 0 22px;
  color:#c9c9d2;
  font-size:14px;
  border-bottom:1px solid rgba(255,255,255,.1);
  margin-bottom:18px;
}

.dash-nav{
  display:grid;
  gap:8px;
}

.dash-nav a{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  padding:13px 14px;
  border-radius:16px;
  font-weight:850;
}

.dash-nav a:hover,
.dash-nav a.active{
  background:rgba(255,255,255,.1);
}

.dash-main{
  padding:28px;
  min-width:0;
}

.dash-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}

.dash-top h1{
  font-size:42px;
  letter-spacing:-.05em;
  margin:0;
}

.dash-top p{
  margin:8px 0 0;
  color:#667085;
}

.dash-chip{
  background:#fff;
  border:1px solid #eceef3;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  box-shadow:0 12px 40px rgba(0,0,0,.04);
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:22px;
}

.kpi{
  background:#fff;
  border:1px solid #eceef3;
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}

.kpi small{
  display:block;
  color:#667085;
  font-weight:850;
}

.kpi b{
  display:block;
  font-size:32px;
  margin-top:10px;
  letter-spacing:-.04em;
}

.kpi .mini{
  color:#18a058;
  font-weight:850;
  margin-top:8px;
}

.panel-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:18px;
}

.dash-panel{
  background:#fff;
  border:1px solid #eceef3;
  border-radius:28px;
  padding:24px;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
  margin-bottom:18px;
}

.dash-panel h2{
  margin:0 0 14px;
  font-size:24px;
}

.dash-panel h3{
  margin:0 0 8px;
}

.progress-track{
  height:16px;
  background:#eef0f5;
  border-radius:999px;
  overflow:hidden;
}

.progress-bar{
  height:100%;
  background:linear-gradient(90deg,var(--orange),#ff9a55);
  border-radius:999px;
}

.timeline{
  display:grid;
  gap:12px;
}

.timeline-item{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px;
  align-items:start;
}

.dot{
  width:14px;
  height:14px;
  background:var(--orange);
  border-radius:50%;
  margin-top:5px;
  box-shadow:0 0 0 6px #fff0e8;
}

.message-list{
  display:grid;
  gap:12px;
}

.bubble{
  padding:14px 16px;
  border-radius:18px;
  background:#f6f7fb;
}

.bubble.admin{
  background:#111;
  color:#fff;
}

.pay-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.pay-box{
  border:1px solid #eceef3;
  border-radius:22px;
  padding:18px;
  background:#fff;
}

.iban-box{
  font-family:ui-monospace,Menlo,monospace;
  background:#101014;
  color:#fff;
  border-radius:18px;
  padding:16px;
  line-height:1.8;
}

.card-icons{
  display:flex;
  gap:8px;
  margin:10px 0;
}

.card-icon{
  padding:8px 12px;
  border-radius:10px;
  background:#f1f3f8;
  font-weight:900;
}

.file-list{
  display:grid;
  gap:10px;
}

.file-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  border:1px solid #eceef3;
  border-radius:16px;
  background:#fff;
}

.dash-form{
  display:grid;
  gap:12px;
}

.dash-form input,
.dash-form textarea,
.dash-form select{
  width:100%;
  padding:14px 16px;
  border:1px solid #e3e6ed;
  border-radius:16px;
  font:inherit;
}

.dash-form textarea{
  min-height:100px;
}

.table-pro{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px;
}

.table-pro th{
  text-align:left;
  color:#667085;
  font-size:13px;
}

.table-pro td{
  background:#fff;
  padding:13px;
  border-top:1px solid #eceef3;
  border-bottom:1px solid #eceef3;
}

.table-pro td:first-child{
  border-left:1px solid #eceef3;
  border-radius:14px 0 0 14px;
}

.table-pro td:last-child{
  border-right:1px solid #eceef3;
  border-radius:0 14px 14px 0;
}

.preview-frame{
  border:1px solid #eceef3;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}

.preview-frame img{
  width:100%;
  height:240px;
  object-fit:cover;
  object-position:top;
}

.preview-frame .caption{
  padding:16px;
}

.status{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  background:#fff4e9;
  color:#cc5200;
}

.status.paid{
  background:#e9fff2;
  color:#0a7f39;
}

.status.pending{
  background:#fff8e5;
  color:#9b6a00;
}

.status.unpaid{
  background:#fff0f0;
  color:#b00020;
}

.pay-method-badge{
  display:inline-flex;
  gap:6px;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#f5f6fb;
  font-weight:900;
}

/* ===== SERVICES PAGE ===== */
.services-hero{
  padding:90px 0 70px;
  background:
    radial-gradient(circle at 78% 18%,#fff0e4 0,rgba(255,240,228,.75) 24%,transparent 48%),
    linear-gradient(180deg,#fff,#fffaf7);
}

.services-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .8fr;
  gap:52px;
  align-items:center;
}

.services-hero h1{
  font-size:clamp(36px,4vw,56px);
  line-height:.96;
  letter-spacing:-.07em;
  margin:18px 0;
}

.services-panel{
  background:#111;
  color:#fff;
  border-radius:34px;
  padding:30px;
  box-shadow:0 34px 90px rgba(17,17,17,.18);
  position:relative;
  overflow:hidden;
}

.services-panel::before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(255,107,26,.36);
  filter:blur(8px);
}

.panel-top{
  display:flex;
  gap:8px;
  margin-bottom:36px;
}

.panel-top span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ff6b1a;
}

.panel-top span:nth-child(2){
  background:#ffd1b4;
}

.panel-top span:nth-child(3){
  background:#fff;
}

.services-panel h3{
  font-size:30px;
  margin:0 0 22px;
}

.service-mini-list{
  display:grid;
  gap:12px;
  position:relative;
}

.service-mini-list div{
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
}

.service-mini-list b{
  color:#ff9a55;
}

.services-grid-pro{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.service-card-pro{
  position:relative;
  background:#fff;
  border:1px solid #eee;
  border-radius:30px;
  padding:30px;
  box-shadow:0 24px 80px rgba(17,17,17,.08);
  min-height:360px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  transition:.28s;
}

.service-card-pro:hover{
  transform:translateY(-9px);
  box-shadow:0 36px 100px rgba(17,17,17,.14);
  border-color:#ffd7bf;
}

.service-card-pro::after{
  content:"";
  position:absolute;
  right:-45px;
  top:-45px;
  width:150px;
  height:150px;
  background:#fff2e9;
  border-radius:50%;
}

.service-icon-pro{
  width:64px;
  height:64px;
  border-radius:22px;
  background:linear-gradient(135deg,#ff6b1a,#ff9b55);
  color:#fff;
  font-weight:950;
  display:grid;
  place-items:center;
  font-size:22px;
  margin-bottom:22px;
  box-shadow:0 16px 34px rgba(255,107,26,.25);
}

.service-number{
  position:absolute;
  right:28px;
  top:24px;
  color:#ffd2ba;
  font-size:46px;
  font-weight:950;
  letter-spacing:-.08em;
}

.service-card-pro h3{
  font-size:24px;
  margin:0 0 12px;
}

.service-card-pro p{
  color:#667085;
  line-height:1.65;
  margin:0 0 18px;
}

.service-card-pro ul{
  list-style:none;
  padding:0;
  margin:0 0 24px;
  display:grid;
  gap:10px;
}

.service-card-pro li{
  color:#343946;
  font-weight:760;
}

.service-card-pro li::before{
  content:"✓";
  color:#ff6b1a;
  font-weight:950;
  margin-right:10px;
}

.service-card-bottom{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.service-card-bottom strong{
  font-size:22px;
}

.service-cta-box{
  background:#111;
  color:#fff;
  border-radius:34px;
  padding:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  overflow:hidden;
  position:relative;
}

.service-cta-box::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:260px;
  height:260px;
  background:#ff6b1a;
  border-radius:50%;
  filter:blur(6px);
  opacity:.55;
}

.service-cta-box>*{
  position:relative;
  z-index:1;
}

.service-cta-box h2{
  color:#fff;
  margin:14px 0;
  font-size:clamp(32px,3vw,42px);
}

.service-cta-box p{
  color:#d7d7d7;
  max-width:680px;
  line-height:1.7;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){
  .grid-4,
  .process,
  .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .grid-3,
  .services-grid-pro{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .section-head{
    display:block;
  }

  .section-head p{
    margin-top:14px;
  }
}

@media(max-width:1000px){
  .dashboard-shell{
    grid-template-columns:1fr;
  }

  .dash-sidebar{
    position:static;
    height:auto;
  }

  .kpi-grid,
  .panel-grid,
  .pay-tabs{
    grid-template-columns:1fr;
  }

  .dash-main{
    padding:18px;
  }

  .dash-top{
    display:block;
  }

  .dash-top h1{
    font-size:34px;
  }

  .services-hero-grid,
  .services-grid-pro,
  .process-grid{
    grid-template-columns:1fr;
  }

  .services-hero{
    padding:54px 0;
  }

  .service-cta-box{
    display:block;
  }

  .service-cta-box .btn{
    margin-top:18px;
  }
}

@media(max-width:900px){
  .container{
    width:min(100% - 28px,1180px);
  }

  .nav-wrap{
    min-height:72px;
  }

  .mobile-toggle{
    display:flex;
  }

  .site-header .nav,
  .nav{
    position:fixed;
    left:16px;
    right:16px;
    top:82px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:18px;
    box-shadow:0 30px 90px rgba(17,17,17,.18);
    z-index:1000;
  }

  .site-header .nav.open,
  .nav.open{
    display:flex;
  }

  .site-header .nav a,
  .nav a{
    padding:13px 14px;
    border-radius:14px;
  }

  .site-header .nav a:hover,
  .nav a:hover{
    background:#fff4ec;
  }

  .site-header .nav .btn,
  .nav .btn{
    width:100%;
    justify-content:center;
  }

  .hero{
    min-height:auto;
    padding:82px 0 58px;
    background-attachment:scroll;
    background-position:center center;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .hero-visual img{
    height:auto;
  }

  .hero h1{
    font-size:42px;
    letter-spacing:-.055em;
    text-align:left;
    margin:20px 0;
  }

  .hero .lead{
    font-size:16px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .hero-actions .btn{
    width:100%;
    min-width:0;
  }

  .stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    margin-top:28px;
  }

  .hero .stat{
    min-height:95px;
    padding:16px;
  }

  .section{
    padding:62px 0;
  }

  .grid-3,
  .grid-4,
  .process,
  .process-grid,
  .footer-grid,
  .cta,
  .dashboard-grid,
  .admin-layout,
  .admin-form{
    grid-template-columns:1fr;
  }

  .case-card>img,
  .template-card>img,
  .project-card>img{
    height:200px;
  }

  .cta{
    padding:30px;
  }

  .cta .btn{
    justify-self:stretch;
  }

  .footer{
    padding:44px 0;
    height:auto;
  }

  .admin-layout{
    display:block;
  }

  .sidebar{
    height:auto;
    position:static;
  }

  .admin-main{
    padding:24px 16px;
  }

  .admin-row{
    grid-template-columns:1fr;
  }

  .admin-row img{
    width:100%;
    height:auto;
  }
}

@media(max-width:560px){
  .logo-text{
    font-size:30px;
  }
  
  
  .reveal.on {
    opacity: 1;
    transform: none;
    width: auto;
    height: auto;
    position: relative;
    left: auto !important;
    top: auto;
}

  .brand small,
  .brand h6{
    font-size:11px;
    max-width:150px;
  }

  .hero{
    padding:70px 0 46px;
  }

  .hero h1{
    font-size:36px;
    line-height:1;
  }

  .tag{
    font-size:14px;
    line-height:1.35;
  }

  .stats{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .hero .stat{
    min-height:86px;
    padding:13px;
  }

  .stat b{
    font-size:23px;
  }

  .stat span{
    font-size:12px;
  }

  .section h2{
    font-size:32px;
  }

  .lead{
    font-size:16px;
  }

  .card .inner,
  .service-card{
    padding:22px;
  }

  .case-meta div{
    padding:13px;
  }

  .services-hero h1{
    font-size:34px;
  }

  .service-cta-box{
    padding:28px;
  }
}

@media(max-width:380px){
  .stats{
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:32px;
  }
}

/* Reduce motion */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}
