/* ================================================================
   Mersin Özel Servis — main.css
   Font: DM Sans (başlık) + Inter (metin)
   Renk: Kırmızı #D42B2B · Lacivert #0D1B3E
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&family=Inter:wght@400;500;600&display=swap');

/* ---- Reset ---- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;font-size:16px;line-height:1.65;color:#1e2130;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:'DM Sans',system-ui,sans-serif;font-weight:700;line-height:1.2;color:#0D1B3E}
input,select,textarea{font-family:inherit}

/* ---- Variables ---- */
:root{
  --red:#D42B2B;--red-d:#B01E1E;--red-bg:rgba(212,43,43,.08);--red-border:rgba(212,43,43,.2);
  --navy:#0D1B3E;--navy-2:#152244;
  --gray-50:#f8f9fc;--gray-100:#f1f3f8;--gray-200:#e4e7ef;--gray-400:#9ba3b8;--gray-500:#64748b;--gray-700:#374151;
  --border:#e4e7ef;--card:#fff;--surface:#f8f9fc;
  --shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow:0 4px 16px rgba(0,0,0,.08);--shadow-lg:0 12px 40px rgba(0,0,0,.12);
  --r:14px;--r-sm:10px;
}

/* ---- Layout ---- */
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:5rem 0}
.text-center{text-align:center}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.72rem 1.6rem;border-radius:var(--r-sm);font-weight:600;font-size:.925rem;transition:all .22s;cursor:pointer;border:2px solid transparent;white-space:nowrap;text-decoration:none;font-family:'DM Sans',sans-serif;letter-spacing:.01em}
.btn svg{width:16px;height:16px;flex-shrink:0}
.btn-primary{background:var(--red);color:#fff;border-color:var(--red)}
.btn-primary:hover{background:var(--red-d);border-color:var(--red-d);transform:translateY(-1px);box-shadow:0 6px 20px rgba(212,43,43,.3)}
.btn-secondary{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.35);backdrop-filter:blur(4px)}
.btn-secondary:hover{background:rgba(255,255,255,.25)}
.btn-outline,.btn-outline-red{background:transparent;color:var(--red);border-color:var(--red)}
.btn-outline:hover,.btn-outline-red:hover{background:var(--red);color:#fff}
.btn-navy{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn-navy:hover{background:var(--navy-2)}
.btn-lg{padding:.9rem 2rem;font-size:1rem}
.btn-sm{padding:.45rem 1rem;font-size:.83rem}
.btn-primary-sm{background:var(--red);color:#fff;padding:.45rem 1rem;border-radius:var(--r-sm);font-size:.83rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;transition:all .2s}
.btn-primary-sm:hover{background:var(--red-d)}
.w-full{width:100%;justify-content:center}

/* ---- Top Header ---- */
.top-header{background:var(--navy);padding:.45rem 0;font-size:.78rem}
.top-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.top-contacts{display:flex;align-items:center;gap:1.25rem}
.top-contact-item{display:flex;align-items:center;gap:.35rem;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}
.top-contact-item:hover{color:#fff}
.top-contact-item svg{width:13px;height:13px}
.top-socials{display:flex;align-items:center;gap:.4rem}
.social-icon{width:26px;height:26px;border-radius:6px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);transition:all .2s}
.social-icon:hover{background:var(--red);color:#fff}
.social-icon svg{width:13px;height:13px}
@media(max-width:768px){.top-contacts span{display:none}.top-contact-item:first-child span{display:inline}}

/* ---- Main Header ---- */
.main-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border);transition:box-shadow .25s}
.main-header.scrolled{box-shadow:0 4px 24px rgba(0,0,0,.1)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:1.5rem}
.logo-link{display:flex;align-items:center;gap:.7rem;flex-shrink:0}
.logo-img{height:42px;width:auto;object-fit:contain}
.logo-text{display:flex;flex-direction:column;line-height:1.1}
.logo-main{font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.2rem;color:var(--navy)}
.logo-sub{font-family:'DM Sans',sans-serif;font-weight:600;font-size:.65rem;color:var(--red);text-transform:uppercase;letter-spacing:.12em}
.main-nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}
.nav-link{display:flex;align-items:center;gap:4px;padding:8px 13px;border-radius:8px;font-family:'DM Sans',sans-serif;font-weight:600;font-size:.875rem;color:var(--gray-700);transition:all .2s;white-space:nowrap}
.nav-link:hover,.nav-link.active{color:var(--red);background:var(--red-bg)}
.nav-dropdown{position:relative}
.dropdown-arrow{width:14px;height:14px;transition:transform .25s}
.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}
.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:var(--r);padding:6px;box-shadow:var(--shadow-lg);min-width:200px;border:1px solid var(--border);z-index:100;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s}
.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-item{display:flex;align-items:center;gap:.5rem;padding:9px 12px;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:all .15s}
.dropdown-item:hover{background:var(--red-bg);color:var(--red)}
.header-cta{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.menu-toggle{display:none;padding:6px;color:var(--navy)}
.menu-toggle svg{width:24px;height:24px}
@media(max-width:1024px){
  .main-nav{position:fixed;top:0;right:-100%;bottom:0;width:min(300px,90vw);background:#fff;z-index:1100;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:5rem 1rem 2rem;gap:2px;transition:right .3s;box-shadow:-4px 0 24px rgba(0,0,0,.12);overflow-y:auto}
  .main-nav.open{right:0}
  .nav-dropdown .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:4px 0 4px 12px;display:none;border-radius:0}
  .nav-dropdown.open .dropdown-menu{display:block}
  .menu-toggle{display:flex}
  .header-cta .btn:not(.btn-sm){display:none}
}
.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1050}
.mobile-overlay.open{display:block}

/* Flash */
.flash-message{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:.9rem;justify-content:space-between}
.flash-success{background:#d1fae5;color:#065f46;border-bottom:1px solid #a7f3d0}
.flash-danger{background:#fee2e2;color:#7f1d1d;border-bottom:1px solid #fca5a5}
.flash-close{background:none;border:none;font-size:1.1rem;cursor:pointer;opacity:.5;color:inherit}
.flash-close:hover{opacity:1}

/* Icons */
.icon-xs{width:14px;height:14px;flex-shrink:0}
.icon-sm{width:18px;height:18px;flex-shrink:0}
.icon-md{width:22px;height:22px;flex-shrink:0}

/* ===================== HERO ===================== */
.hero{background:linear-gradient(135deg,#060e20 0%,#0d1b3e 55%,#172352 100%);padding:5.5rem 0 4.5rem;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center}
.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 70% 30%,rgba(212,43,43,.12) 0%,transparent 55%),radial-gradient(circle at 15% 80%,rgba(21,34,68,.8) 0%,transparent 50%);pointer-events:none}
.hero-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;pointer-events:none}
.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 24px;width:100%}
@media(max-width:900px){.hero-content{grid-template-columns:1fr}.hero-visual{display:none}}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(212,43,43,.18);border:1px solid rgba(212,43,43,.35);color:#ffaaaa;border-radius:99px;padding:.35rem 1rem;font-size:.78rem;font-weight:600;margin-bottom:1.4rem;letter-spacing:.04em}
.badge-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px rgba(74,222,128,.6)}
.hero-title{font-family:'DM Sans',sans-serif;font-size:clamp(2rem,4.2vw,3.1rem);font-weight:800;color:#fff;line-height:1.13;margin-bottom:1.25rem;letter-spacing:-.02em}
.hero-title .accent{color:var(--red)}
.hero-text{font-size:1rem;color:rgba(255,255,255,.7);margin-bottom:2rem;max-width:480px;line-height:1.75}
.hero-buttons{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:3rem}
.hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}
.stat-item{}
.stat-number{font-family:'DM Sans',sans-serif;font-size:1.9rem;font-weight:800;color:#fff;line-height:1;display:flex;align-items:baseline;gap:.1rem}
.stat-label{font-size:.78rem;color:rgba(255,255,255,.5);margin-top:.2rem;font-weight:500}

/* Hero card */
.hero-visual{position:relative;z-index:2}
.hero-card{background:rgba(255,255,255,.06);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.75rem}
.hero-card-title{display:flex;align-items:center;gap:.6rem;font-family:'DM Sans',sans-serif;font-weight:700;color:#fff;font-size:.95rem;margin-bottom:1.25rem}
.hero-card-title svg{width:18px;height:18px;color:var(--red)}
.service-list{display:flex;flex-direction:column;gap:.5rem}
.service-list-item{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.05);border-radius:10px;padding:.72rem 1rem;border:1px solid rgba(255,255,255,.06)}
.service-list-item svg{width:15px;height:15px;color:var(--red);flex-shrink:0}
.service-list-item>span:first-of-type{flex:1;font-size:.875rem;color:rgba(255,255,255,.85)}
.price{font-size:.72rem;color:var(--red);font-weight:700;background:rgba(212,43,43,.18);padding:.18rem .55rem;border-radius:99px;white-space:nowrap;letter-spacing:.02em}

/* ===================== BRANDS STRIP ===================== */
.brands-strip{padding:1.6rem 0;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.brands-strip-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}
.brand-strip-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:.55;transition:opacity .2s;text-decoration:none}
.brand-strip-item:hover{opacity:1}
.brand-strip-item img{height:28px;object-fit:contain;filter:grayscale(80%);transition:filter .2s}
.brand-strip-item:hover img{filter:grayscale(0)}
.brand-strip-item span{font-size:.74rem;font-weight:600;color:var(--gray-500)}

/* ===================== SECTION HEADER ===================== */
.section-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}
.section-tag svg{width:13px;height:13px}
.section-title{font-family:'DM Sans',sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:var(--navy);margin-bottom:.75rem;letter-spacing:-.02em}
.section-title span{color:var(--red)}
.section-subtitle{color:var(--gray-500);font-size:.975rem;line-height:1.7;max-width:560px}
.text-center .section-subtitle{margin:0 auto}
.section-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--red-bg);border:1px solid var(--red-border);color:var(--red);border-radius:99px;padding:.3rem .9rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}

/* ===================== SERVICES ===================== */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem}
@media(max-width:1024px){.services-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.services-grid{grid-template-columns:1fr}}
.service-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.75rem;transition:all .25s;text-decoration:none;display:block}
.service-card:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 16px 40px rgba(212,43,43,.1)}
.service-icon,.service-card-icon{width:52px;height:52px;border-radius:13px;background:var(--red-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.service-icon svg,.service-card-icon svg{width:26px;height:26px;color:var(--red)}
.service-card h3{font-family:'DM Sans',sans-serif;font-size:1.02rem;font-weight:700;margin-bottom:.45rem;color:var(--navy)}
.service-card p{color:var(--gray-500);font-size:.875rem;line-height:1.65;margin-bottom:1rem}
.service-card-link{font-size:.835rem;color:var(--red);font-weight:600;display:flex;align-items:center;gap:.3rem;font-family:'DM Sans',sans-serif}
.service-card-link svg{width:13px;height:13px;transition:transform .2s}
.service-card:hover .service-card-link svg{transform:translateX(3px)}

/* Services list */
.section-services-list{padding:4rem 0}
.services-grid-full{display:flex;flex-direction:column;gap:.8rem}
.service-card-full{display:flex;align-items:center;gap:1.25rem;background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.2rem 1.5rem;text-decoration:none;color:var(--navy);transition:all .2s}
.service-card-full:hover{border-color:var(--red);transform:translateX(4px)}
.service-card-full .service-card-body{flex:1}
.service-card-full .service-card-body h2{font-size:1rem;margin-bottom:.2rem}
.service-card-full .service-card-body p{color:var(--gray-500);font-size:.875rem}
.service-card-full .service-card-arrow svg{width:18px;height:18px;color:var(--gray-400);transition:all .2s}
.service-card-full:hover .service-card-arrow svg{color:var(--red);transform:translateX(4px)}

/* ===================== WHY / NEDEN BİZ ===================== */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
@media(max-width:900px){.why-grid{grid-template-columns:1fr}}
.why-content{}
.why-badge{display:none}
.why-items{display:flex;flex-direction:column;gap:1.6rem;margin-top:2.5rem}
.why-item{display:flex;gap:1.1rem;align-items:flex-start}
.why-item-icon{width:46px;height:46px;border-radius:12px;background:var(--red-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.why-item-icon svg{width:22px;height:22px;color:var(--red)}
.why-item-text h4{font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:700;margin-bottom:.3rem;color:var(--navy)}
.why-item-text p{color:var(--gray-500);font-size:.875rem;line-height:1.7}
.why-visual{background:var(--surface);border-radius:20px;padding:2.5rem;border:1.5px solid var(--border);position:relative}
.why-visual-bg{display:none}
.why-badge{display:flex;align-items:center;gap:.5rem;background:var(--red);color:#fff;border-radius:99px;padding:.4rem 1rem;font-size:.78rem;font-weight:700;width:fit-content;margin-bottom:1.5rem}
.why-badge strong{font-size:1.15rem}
.why-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.why-stat{background:var(--card);border-radius:var(--r);padding:1.5rem 1.25rem;border:1.5px solid var(--border);text-align:center}
.why-stat-num{font-family:'DM Sans',sans-serif;font-size:2rem;font-weight:800;color:var(--red);line-height:1;margin-bottom:.3rem;display:flex;align-items:baseline;justify-content:center;gap:.1rem}
.why-stat-label{color:var(--gray-500);font-size:.825rem;font-weight:500}

/* ===================== BRANDS ===================== */
.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem}
@media(max-width:800px){.brands-grid{grid-template-columns:1fr 1fr}}
.brand-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:2.25rem 1.5rem;text-align:center;text-decoration:none;color:var(--navy);transition:all .25s;display:block}
.brand-card:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:var(--shadow)}
.brand-logo{height:48px;object-fit:contain;margin:0 auto .9rem;filter:grayscale(30%);transition:filter .2s}
.brand-card:hover .brand-logo{filter:grayscale(0)}
.brand-name{font-family:'DM Sans',sans-serif;font-weight:700;font-size:1.05rem;margin-bottom:.35rem;color:var(--navy)}
.brand-link{font-size:.8rem;color:var(--red);font-weight:600;display:flex;align-items:center;justify-content:center;gap:.3rem}

/* ===================== PROCESS ===================== */
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;position:relative}
.process-steps::before{content:'';position:absolute;top:28px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,var(--red),rgba(212,43,43,.2));z-index:0}
@media(max-width:800px){.process-steps{grid-template-columns:1fr 1fr}.process-steps::before{display:none}}
@media(max-width:480px){.process-steps{grid-template-columns:1fr}}
.process-step{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:2rem 1.5rem;text-align:center;position:relative;z-index:1}
.step-number{width:52px;height:52px;border-radius:50%;background:var(--red);color:#fff;font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 16px rgba(212,43,43,.3)}
.process-step h3{font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--navy)}
.process-step p{color:var(--gray-500);font-size:.875rem;line-height:1.65}

/* ===================== BRANCHES ===================== */
.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:3rem}
.branch-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.75rem;transition:all .25s}
.branch-card:hover{border-color:var(--red-border);box-shadow:var(--shadow)}
.branch-name{font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--navy);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.branch-name svg{width:18px;height:18px;color:var(--red);flex-shrink:0}
.branch-badge{font-size:.7rem;font-weight:700;color:var(--red);background:var(--red-bg);padding:.15rem .5rem;border-radius:99px;border:1px solid var(--red-border)}
.branch-info{display:flex;flex-direction:column;gap:.6rem}
.branch-info-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--gray-500)}
.branch-info-item svg{width:15px;height:15px;color:var(--red);flex-shrink:0;margin-top:2px}
.branch-info-item a{color:var(--navy)}
.branch-info-item a:hover{color:var(--red)}

/* ===================== FAQ ===================== */
.faq-list{max-width:760px;margin:3rem auto 0;display:flex;flex-direction:column;gap:.6rem}
.faq-item{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;transition:border-color .2s}
.faq-item:hover,.faq-item.open{border-color:var(--red-border)}
.faq-question{width:100%;text-align:left;padding:1.15rem 1.5rem;font-family:'DM Sans',sans-serif;font-size:.975rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;transition:color .2s}
.faq-question:hover,.faq-item.open .faq-question{color:var(--red)}
.faq-icon{width:18px;height:18px;color:var(--red);flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}
.faq-item.open .faq-answer{max-height:500px}
.faq-answer-inner{padding:0 1.5rem 1.25rem;color:var(--gray-500);font-size:.9rem;line-height:1.75;border-top:1px solid var(--border)}

/* ===================== BLOG ===================== */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.blog-grid{grid-template-columns:1fr}}
.blog-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;transition:all .25s;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-4px);border-color:var(--red-border);box-shadow:var(--shadow)}
.blog-card-img{display:block;height:195px;overflow:hidden;background:var(--surface)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.45rem}
.blog-card-category{font-size:.72rem;color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.blog-card-title{font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:700;line-height:1.4;color:var(--navy)}
.blog-card-title a{color:var(--navy);transition:color .2s}
.blog-card-title a:hover{color:var(--red)}
.blog-card-excerpt{color:var(--gray-500);font-size:.855rem;line-height:1.65;flex:1}
.blog-card-meta{display:flex;align-items:center;gap:1rem;color:var(--gray-400);font-size:.78rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border)}

/* ===================== CTA ===================== */
.cta-section{padding:5rem 0;background:var(--navy);position:relative;overflow:hidden}
.cta-section-bg{position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(212,43,43,.15),transparent 60%),radial-gradient(circle at 20% 70%,rgba(255,255,255,.03),transparent 50%);pointer-events:none}
.cta-inner{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto}
.cta-inner h2{font-family:'DM Sans',sans-serif;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}
.cta-inner p{color:rgba(255,255,255,.7);font-size:1rem;margin-bottom:2.5rem;line-height:1.7}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
@media(max-width:560px){.cta-buttons{flex-direction:column;align-items:center}.cta-inner{padding:0 1rem}}

/* ===================== PAGE HERO ===================== */
.page-hero{background:linear-gradient(135deg,#060e20 0%,#0d1b3e 100%);padding:3.5rem 0;position:relative;overflow:hidden}
.page-hero-sm{padding:2rem 0}
.page-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(212,43,43,.1),transparent 60%);pointer-events:none}
.page-hero-content{position:relative;z-index:2}
.page-hero h1{font-family:'DM Sans',sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#fff;margin-bottom:.6rem;letter-spacing:-.02em}
.page-hero p{color:rgba(255,255,255,.68);font-size:1rem;max-width:580px}
.breadcrumb-nav{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:1rem;flex-wrap:wrap}
.breadcrumb-nav a{color:rgba(255,255,255,.6);transition:color .2s}
.breadcrumb-nav a:hover{color:#fff}
.breadcrumb-nav svg{width:13px;height:13px;opacity:.45}

/* Location hero */
.location-hero{padding:4rem 0}
.location-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(212,43,43,.18);border:1px solid rgba(212,43,43,.35);border-radius:99px;padding:.35rem 1rem;font-size:.8rem;color:rgba(255,255,255,.9);margin-bottom:.9rem}
.location-hero-badge .separator{opacity:.4}
.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.hero-stats-row{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.1)}
.hero-stat strong{display:block;font-family:'DM Sans',sans-serif;font-size:1.5rem;font-weight:800;color:#fff}
.hero-stat span{font-size:.78rem;color:rgba(255,255,255,.55)}

/* ===================== SERVICE DETAIL ===================== */
.service-detail-section{padding:4rem 0}
.service-detail-layout{display:grid;grid-template-columns:1fr 280px;gap:2.5rem;align-items:start}
@media(max-width:900px){.service-detail-layout{grid-template-columns:1fr}}
.service-detail-main{min-width:0}
.service-detail-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:88px}
.service-detail-image{border-radius:var(--r);overflow:hidden;margin-bottom:2rem}
.service-detail-image img{width:100%;max-height:360px;object-fit:cover}
.service-cta-box{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap;background:var(--red-bg);border:1.5px solid var(--red-border);border-radius:var(--r);padding:1.5rem;margin-top:2rem}
.service-cta-icon{width:2.5rem;height:2.5rem;color:var(--red);flex-shrink:0}
.service-cta-icon svg{width:100%;height:100%}
.service-cta-box h3{font-size:.975rem;margin-bottom:.2rem}
.service-cta-box p{color:var(--gray-500);font-size:.85rem}
.service-cta-box .btn{margin-left:auto}

/* Brand info */
.brand-info-section{padding:5rem 0}
.brand-info-grid{display:grid;grid-template-columns:1fr 310px;gap:3rem;align-items:start}
@media(max-width:900px){.brand-info-grid{grid-template-columns:1fr}}
.brand-info-content h2{font-size:clamp(1.4rem,2.5vw,1.9rem);margin-bottom:1rem}
.brand-info-content p{color:var(--gray-500);margin-bottom:1rem;font-size:.975rem}
.brand-info-sidebar{display:flex;flex-direction:column;gap:1.25rem}
.brand-logo-large{margin-bottom:1.5rem}
.brand-logo-large img{max-height:56px}
.check-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin:1.25rem 0}
.check-list li{display:flex;align-items:center;gap:.6rem;color:var(--gray-500);font-size:.9rem}
.check-list svg{width:14px;height:14px;color:#16a34a;flex-shrink:0}
.brand-cta-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.75rem}
.brand-cta-card h3{font-size:.975rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}
.brand-cta-card h3 svg{width:16px;height:16px;color:var(--red)}
.brand-cta-card p{color:var(--gray-500);font-size:.875rem;margin-bottom:1.25rem}
.brand-cta-divider{text-align:center;color:var(--gray-400);font-size:.8rem;margin:.6rem 0}
.brand-info-box{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.5rem;display:flex;flex-direction:column;gap:.9rem}
.brand-info-item{display:flex;gap:.75rem;align-items:flex-start}
.brand-info-item>svg{width:18px;height:18px;color:var(--red);flex-shrink:0;margin-top:2px}
.brand-info-item strong{display:block;font-size:.875rem;margin-bottom:.1rem}
.brand-info-item p{color:var(--gray-500);font-size:.8rem;margin:0}
.brand-services-section{padding:4rem 0;background:var(--surface)}
.brands-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}
.brand-card-full{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:var(--navy);transition:all .25s}
.brand-card-full:hover{border-color:var(--red);transform:translateY(-3px)}
.brand-card-full img{max-height:44px;object-fit:contain;filter:grayscale(30%);transition:filter .2s}
.brand-card-full:hover img{filter:grayscale(0)}
.brand-card-label{font-size:.8rem;color:var(--gray-500);text-align:center}

/* ===================== ABOUT ===================== */
.about-section{padding:5rem 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:900px){.about-grid{grid-template-columns:1fr}}
.about-content h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem}
.about-content p{color:var(--gray-500);margin-bottom:1rem;font-size:.975rem}
.about-features{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.75rem}
.about-feature{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--gray-500)}
.about-feature svg{width:16px;height:16px;color:var(--red);flex-shrink:0}
.about-stats-box{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.about-stat{background:var(--surface);border-radius:var(--r);padding:2rem;border:1.5px solid var(--border);text-align:center}
.stat-num{font-family:'DM Sans',sans-serif;font-size:2rem;font-weight:800;color:var(--red)}
.stat-lbl{color:var(--gray-500);font-size:.85rem;margin-top:.25rem}
.values-section{padding:5rem 0;background:var(--surface)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
@media(max-width:1000px){.values-grid{grid-template-columns:1fr 1fr}}
.value-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.75rem}
.value-icon{width:50px;height:50px;border-radius:12px;background:var(--red-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.value-icon svg{width:24px;height:24px;color:var(--red)}

/* ===================== CONTACT ===================== */
.contact-section{padding:4rem 0}
.contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3rem}
@media(max-width:900px){.contact-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.contact-info-grid{grid-template-columns:1fr}}
.contact-info-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.5rem;text-align:center}
.contact-info-icon{width:50px;height:50px;border-radius:12px;background:var(--red-bg);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}
.contact-info-icon svg{width:22px;height:22px;color:var(--red)}
.contact-info-card h3{font-family:'DM Sans',sans-serif;font-size:.85rem;color:var(--gray-500);margin-bottom:.5rem;font-weight:600}
.contact-info-card a,.contact-info-card p,.contact-info-card strong{display:block;color:var(--navy);font-size:.9rem;font-weight:500}
.contact-info-card a:hover{color:var(--red)}
.contact-main-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;margin-bottom:3rem}
@media(max-width:900px){.contact-main-grid{grid-template-columns:1fr}}
.contact-map-wrap{border-radius:var(--r);overflow:hidden;min-height:360px}
.map-embed,.map-embed iframe{width:100%;min-height:360px;border:0;display:block}
.map-placeholder{background:var(--surface);border:1.5px solid var(--border);min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--gray-500);border-radius:var(--r);padding:2rem;text-align:center}
.map-placeholder svg{width:3.5rem;height:3.5rem;opacity:.2}
.contact-form-wrap{background:var(--card);border-radius:var(--r);padding:2rem;border:1.5px solid var(--border)}
.contact-form-wrap h2{font-size:1.25rem;margin-bottom:.4rem}
.contact-form-wrap>p{color:var(--gray-500);font-size:.875rem;margin-bottom:1.5rem}
.contact-form .form-group{margin-bottom:1rem}
.contact-form .form-label{display:block;font-size:.82rem;font-weight:600;color:var(--gray-700);margin-bottom:.35rem}
.contact-form .form-input{width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-sm);padding:.7rem 1rem;color:var(--navy);font-size:.9rem;outline:none;transition:border-color .2s;font-family:inherit}
.contact-form .form-input:focus{border-color:var(--red)}
.branches-contact-section{margin-top:3rem}
.branches-contact-section h2{font-size:1.4rem;margin-bottom:1.5rem}
.branch-contact-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.5rem}
.branch-contact-card.branch-main{border-color:var(--red-border)}
.branch-contact-card h3{font-size:1rem;margin-bottom:.75rem}
.branch-contact-card p{display:flex;align-items:flex-start;gap:.5rem;color:var(--gray-500);font-size:.875rem;margin-bottom:.5rem}
.branch-contact-card p svg{width:14px;height:14px;color:var(--red);flex-shrink:0;margin-top:2px}
.branch-contact-card a{color:var(--navy)}
.branch-contact-card a:hover{color:var(--red)}
.branch-main-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--red);background:var(--red-bg);padding:.2rem .55rem;border-radius:99px;margin-bottom:.6rem}

/* ===================== FORMS ===================== */
.form-section{padding:4rem 0}
.form-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start}
@media(max-width:900px){.form-layout{grid-template-columns:1fr}}
.form-card{background:var(--card);border:1.5px solid var(--border);border-radius:20px;padding:2.5rem}
.form-card h2{font-size:1.3rem;margin-bottom:.5rem}
.form-card>p{color:var(--gray-500);margin-bottom:2rem;font-size:.9rem}
.form-group{margin-bottom:1.2rem}
.form-label{display:block;font-size:.82rem;font-weight:600;color:var(--gray-700);margin-bottom:.4rem}
.form-input,.form-select,.form-textarea{width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-sm);padding:.75rem 1rem;color:var(--navy);font-size:.9rem;outline:none;transition:border-color .2s;font-family:inherit}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--red);background:#fff}
.form-textarea{resize:vertical;min-height:120px}
.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:560px){.form-grid-2{grid-template-columns:1fr}}
.form-sidebar-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.5rem;margin-bottom:1rem}
.form-sidebar-card h3{font-size:.95rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--navy)}
.form-sidebar-card h3 svg{width:16px;height:16px;color:var(--red)}
.form-sidebar-item{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--gray-500);padding:.5rem 0;border-bottom:1px solid var(--border)}
.form-sidebar-item:last-child{border-bottom:none}
.form-sidebar-item svg{width:15px;height:15px;color:var(--red);flex-shrink:0}

/* ===================== SIDEBAR ===================== */
.blog-layout{display:grid;grid-template-columns:1fr 290px;gap:2.5rem;align-items:start}
@media(max-width:900px){.blog-layout{grid-template-columns:1fr}}
.blog-main{min-width:0}
.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:88px}
.sidebar-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--r);padding:1.4rem}
.sidebar-card.sidebar-contact{background:linear-gradient(135deg,var(--red-bg),rgba(13,27,62,.04));border-color:var(--red-border)}
.sidebar-card-title{font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--navy)}
.sidebar-card-title svg{width:16px;height:16px;color:var(--red)}
.category-list{display:flex;flex-direction:column;gap:.2rem}
.category-list a{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;color:var(--gray-500);transition:all .2s}
.category-list a:hover,.category-list a.active{background:var(--red-bg);color:var(--red)}
.category-list span{background:var(--surface);border-radius:99px;font-size:.7rem;padding:.1rem .45rem}
.recent-posts-list{display:flex;flex-direction:column;gap:.75rem}
.recent-posts-list li{display:flex;gap:.75rem;align-items:flex-start}
.recent-posts-list img{width:54px;height:42px;border-radius:8px;object-fit:cover;flex-shrink:0}
.recent-posts-list a{font-size:.855rem;color:var(--navy);line-height:1.4;display:block;margin-bottom:.2rem}
.recent-posts-list a:hover{color:var(--red)}
.recent-posts-list small{font-size:.75rem;color:var(--gray-400)}
.sidebar-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--navy);font-weight:600;font-size:.9rem;padding:.4rem 0}
.sidebar-contact-item svg{width:16px;height:16px;color:var(--red)}
.sidebar-service-list{display:flex;flex-direction:column;gap:.2rem}
.sidebar-service-list a{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;font-size:.875rem;color:var(--gray-500);transition:all .2s}
.sidebar-service-list a:hover{color:var(--red);background:var(--red-bg)}
.sidebar-service-list svg{width:14px;height:14px;flex-shrink:0}
.pagination-wrap{display:flex;gap:.5rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}
.page-btn{width:38px;height:38px;border-radius:8px;background:var(--card);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--gray-500);font-size:.875rem;transition:all .2s}
.page-btn:hover,.page-btn.active{background:var(--red);border-color:var(--red);color:#fff}

/* Blog detail */
.blog-detail-hero-img{border-radius:var(--r);overflow:hidden;margin-bottom:2rem;max-height:420px}
.blog-detail-hero-img img{width:100%;height:100%;object-fit:cover}
.blog-detail-header h1{font-size:clamp(1.5rem,3vw,2rem);margin:.75rem 0}
.blog-detail-meta{display:flex;gap:1.5rem;flex-wrap:wrap;color:var(--gray-500);font-size:.85rem;margin-bottom:1.5rem}
.blog-detail-meta span{display:flex;align-items:center;gap:.35rem}
.tag-badge{background:var(--surface);border-radius:99px;padding:.15rem .55rem;font-size:.75rem}
.blog-share{display:flex;align-items:center;gap:.75rem;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:2rem 0}
.share-btn{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}
.share-btn svg{width:16px;height:16px}
.share-btn.facebook{background:#1877f2;color:#fff}
.share-btn.twitter{background:#1da1f2;color:#fff}
.share-btn.wa{background:#25d366;color:#fff}
.related-posts h2{font-size:1.3rem;margin-bottom:1.5rem}
.prose-content,.blog-prose,.page-prose{font-size:.975rem;line-height:1.8;color:var(--gray-500)}
.prose-content h2,.prose-content h3{color:var(--navy);margin:1.75rem 0 .75rem;font-family:'DM Sans',sans-serif}
.prose-content p{margin-bottom:1rem}
.prose-content ul,.prose-content ol{margin:1rem 0 1rem 1.5rem}
.prose-content ul{list-style:disc}
.prose-content ol{list-style:decimal}
.prose-content img{border-radius:10px;margin:1rem 0}
.prose-content blockquote{border-left:3px solid var(--red);padding-left:1.25rem;margin:1.5rem 0;font-style:italic}
.prose-content a{color:var(--red)}
.prose-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}
.prose-content td,.prose-content th{padding:.75rem 1rem;border:1px solid var(--border)}
.prose-content th{background:var(--surface);font-weight:600}

/* ===================== ALERTS ===================== */
.alert{display:flex;align-items:center;gap:.65rem;padding:.85rem 1.1rem;border-radius:var(--r-sm);font-size:.875rem;margin-bottom:1rem}
.alert svg{width:16px;height:16px;flex-shrink:0}
.alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}
.alert-danger{background:#fee2e2;border:1px solid #fca5a5;color:#7f1d1d}
.alert-warning{background:#fef3c7;border:1px solid #fcd34d;color:#78350f}
.alert-info{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}

/* ===================== WHATSAPP FLOAT ===================== */
.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .25s;text-decoration:none}
.whatsapp-float:hover{transform:scale(1.1)}
.whatsapp-float svg{width:28px;height:28px}
.whatsapp-tooltip{display:none}

/* ===================== FOOTER ===================== */
.footer{background:#060e20;color:rgba(255,255,255,.7);padding:4.5rem 0 0}
.footer-top{padding-bottom:3rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.footer-grid{grid-template-columns:1fr}}
.footer-col h4,.footer-title{color:#fff;font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:700;margin-bottom:1.25rem}
.footer-logo-text{font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.5rem;color:#fff;line-height:1.1;margin-bottom:1rem}
.footer-logo-text span:last-child{color:var(--red)}
.footer-logo-img{height:36px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.85;margin-bottom:1rem}
.footer-desc,.footer-about{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.75;margin-bottom:1.25rem}
.footer-socials{display:flex;gap:.5rem}
.footer-social{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:all .2s;color:rgba(255,255,255,.65)}
.footer-social:hover{background:var(--red);color:#fff}
.footer-social svg{width:15px;height:15px}
.footer-links{display:flex;flex-direction:column;gap:.45rem}
.footer-links a,.footer-links li a{font-size:.875rem;color:rgba(255,255,255,.55);transition:color .2s;display:flex;align-items:center;gap:.35rem}
.footer-links a:hover,.footer-links li a:hover{color:#fff}
.footer-contact-list{display:flex;flex-direction:column;gap:.65rem}
.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:rgba(255,255,255,.55)}
.footer-contact-item svg{width:15px;height:15px;color:var(--red);flex-shrink:0;margin-top:2px}
.footer-contact-item a{color:rgba(255,255,255,.55)}
.footer-contact-item a:hover{color:#fff}
.footer-map{width:100%;height:120px;border-radius:10px;overflow:hidden;margin-top:.75rem}
.footer-map iframe{width:100%;height:100%;border:0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:1.5rem 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem;color:rgba(255,255,255,.35)}
.footer-bottom a{color:rgba(255,255,255,.45)}
.footer-bottom a:hover{color:#fff}
.footer-credit a{display:flex;align-items:center;gap:.35rem;color:rgba(255,255,255,.35)}
.footer-credit a:hover{color:rgba(255,255,255,.65)}

/* ===================== MISC ===================== */
.empty-state{text-align:center;padding:4rem 2rem;color:var(--gray-500)}
.empty-state svg{width:4rem;height:4rem;opacity:.2;margin:0 auto 1rem}
.error-section{min-height:70vh;display:flex;align-items:center;justify-content:center}
.error-content{text-align:center;max-width:580px;margin:0 auto;padding:3rem 1rem}
.error-code{font-size:clamp(5rem,15vw,9rem);font-weight:800;font-family:'DM Sans',sans-serif;background:linear-gradient(135deg,var(--red),#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}
.error-icon{color:var(--red);margin:1rem 0}
.error-icon svg{width:3rem;height:3rem}
.error-content h1{font-size:1.6rem;margin-bottom:1rem}
.error-content>p{color:var(--gray-500);margin-bottom:2rem}
.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.error-links{color:var(--gray-500);font-size:.9rem}
.error-links a{color:var(--red);margin:0 .5rem}
.info-table{width:100%;border-collapse:collapse}
.info-table td{padding:.5rem .75rem;border-bottom:1px solid var(--border);font-size:.875rem}
.info-table td:first-child{color:var(--gray-500);width:40%}
.warning-box{background:#fef3c7;border:1px solid #fcd34d;border-radius:var(--r-sm);padding:1rem 1.25rem;margin-top:1rem;font-size:.875rem;color:#78350f}
.setup-card{background:var(--card);border-radius:var(--r);padding:2.5rem;border:1px solid var(--border)}
.step-indicator{display:flex;gap:.5rem;margin-bottom:2rem}
.section-services-list{padding:4rem 0}
