/* ============================================================
   DIGITLOGY v2 — COMPLETE STYLESHEET
   Professional Blue/White Theme
   Fonts: Syne (headings) + DM Sans (body)
   ============================================================ */

/* ===== CSS VARIABLES ===== */
:root {
  --blue:       #1A56DB;
  --blue-dark:  #0F3BA8;
  --blue-light: #EBF2FF;
  --accent:     #00C2FF;
  --white:      #FFFFFF;
  --grey-100:   #F4F7FC;
  --grey-200:   #E2E8F0;
  --grey-400:   #94A3B8;
  --text:       #0F172A;
  --text-light: #475569;
  --green:      #10B981;
  --red:        #EF4444;
  --yellow:     #F59E0B;
  --radius:     14px;
  --shadow:     0 4px 24px rgba(26,86,219,.10);
  --shadow-lg:  0 12px 48px rgba(26,86,219,.18);
  --font-head:  'Syne', sans-serif;
  --font-body:  'DM Sans', sans-serif;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: var(--font-body); }

/* ===== UTILITY ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.center-btn { text-align: center; margin-top: 48px; }
.gradient-text {
  background: linear-gradient(135deg, var(--blue) 0%, var(--accent) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block; background: var(--blue); color: #fff;
  padding: 14px 32px; border-radius: 50px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  transition: background .25s, transform .2s, box-shadow .25s;
  box-shadow: 0 4px 20px rgba(26,86,219,.25); border: none;
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(26,86,219,.35); }

.btn-outline {
  display: inline-block; border: 2px solid var(--blue); color: var(--blue);
  padding: 13px 30px; border-radius: 50px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  transition: all .25s; background: transparent;
}
.btn-outline:hover { background: var(--blue); color: #fff; }

.btn-whatsapp {
  display: inline-block; background: #25D366; color: #fff;
  padding: 14px 28px; border-radius: 50px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  transition: background .25s, transform .2s, box-shadow .25s;
  box-shadow: 0 4px 16px rgba(37,211,102,.3); border: none;
}
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); }

.btn-white {
  display: inline-block; background: #fff; color: var(--blue);
  padding: 14px 32px; border-radius: 50px;
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  transition: all .25s; box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.btn-outline-white {
  display: inline-block; border: 2px solid rgba(255,255,255,.7); color: #fff;
  padding: 13px 30px; border-radius: 50px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  transition: all .25s; background: transparent;
}
.btn-outline-white:hover { background: rgba(255,255,255,.15); }

.btn-nav {
  background: var(--blue); color: #fff !important;
  padding: 10px 24px; border-radius: 50px;
  font-weight: 600; font-size: 14px;
  transition: background .2s, transform .2s;
}
.btn-nav:hover { background: var(--blue-dark); transform: translateY(-1px); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--grey-200); transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: var(--shadow); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: var(--font-head); font-size: 26px; font-weight: 800; color: var(--text); letter-spacing: -1px; }
.logo span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--text-light); transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.hamburger { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--text); padding: 4px; }
.mobile-menu { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--grey-200); padding: 8px 0; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 13px 24px; font-size: 15px; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--grey-100); transition: all .2s; }
.mobile-menu a:hover { color: var(--blue); background: var(--blue-light); }

/* ===== SECTION COMMON ===== */
.section { padding: 96px 0; }
.section-tag {
  display: inline-block; background: var(--blue-light); color: var(--blue);
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 50px; margin-bottom: 16px;
}
.section-title { font-family: var(--font-head); font-size: clamp(28px, 4vw, 42px); font-weight: 800; line-height: 1.15; color: var(--text); margin-bottom: 16px; letter-spacing: -.5px; }
.section-sub { font-size: 17px; color: var(--text-light); max-width: 600px; line-height: 1.7; margin-bottom: 48px; }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background: linear-gradient(135deg, #F0F5FF 0%, #E8F0FE 40%, #fff 100%);
  padding-top: 72px; overflow: hidden;
}
.hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(26,86,219,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(26,86,219,.05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.orb1 { width: 500px; height: 500px; background: rgba(26,86,219,.12); top: -100px; right: -100px; animation: floatOrb 8s ease-in-out infinite; }
.orb2 { width: 300px; height: 300px; background: rgba(0,194,255,.10); bottom: 0; left: -80px; animation: floatOrb 10s ease-in-out infinite reverse; }
@keyframes floatOrb { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.05); } }

.hero-content { position: relative; z-index: 1; padding: 48px 0 72px; max-width: 780px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--grey-200); color: var(--text-light);
  font-size: 13px; font-weight: 500; padding: 8px 18px; border-radius: 50px;
  margin-bottom: 28px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
  animation: fadeUp .6s ease both;
}
.hero-title {
  font-family: var(--font-head); font-size: clamp(38px, 6vw, 72px); font-weight: 800;
  line-height: 1.1; letter-spacing: -2px; color: var(--text); margin-bottom: 24px;
  animation: fadeUp .7s ease both .1s;
}
.hero-sub { font-size: 18px; color: var(--text-light); line-height: 1.7; margin-bottom: 36px; animation: fadeUp .7s ease both .2s; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; animation: fadeUp .7s ease both .3s; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; animation: fadeUp .7s ease both .4s; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat strong { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--blue); }
.stat span { font-size: 13px; color: var(--text-light); font-weight: 500; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: linear-gradient(135deg, #F0F5FF 0%, #E8F0FE 100%);
  padding: 140px 0 72px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(26,86,219,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(26,86,219,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(32px, 5vw, 56px); font-weight: 800; letter-spacing: -1px; }
.page-hero p { font-size: 17px; color: var(--text-light); margin-top: 14px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== SERVICES GRID ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--grey-100); border: 1px solid var(--grey-200); border-radius: var(--radius);
  padding: 32px 28px; position: relative; transition: all .3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--blue); }
.featured-card { background: var(--blue); border-color: var(--blue); color: #fff; }
.featured-card p, .featured-card .service-icon { color: rgba(255,255,255,.85); }
.featured-card .card-link { color: var(--accent); }
.featured-badge { position: absolute; top: -13px; left: 24px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .5px; padding: 4px 14px; border-radius: 50px; text-transform: uppercase; }
.service-icon { font-size: 36px; margin-bottom: 16px; display: block; }
.service-card h3 { font-family: var(--font-head); font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.service-card p { font-size: 15px; color: var(--text-light); line-height: 1.65; margin-bottom: 20px; }
.card-link { font-size: 14px; font-weight: 600; color: var(--blue); }
.card-link:hover { text-decoration: underline; }

/* ===== FULL SERVICE CARDS (services page) ===== */
.services-full-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-full-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 36px 30px; transition: all .3s; }
.service-full-card:hover { border-color: var(--blue); transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-full-card .service-icon { font-size: 44px; margin-bottom: 18px; }
.service-full-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.service-full-card p { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 16px; }
.service-full-card ul li { font-size: 14px; color: var(--text-light); padding: 5px 0; }
.service-full-card ul li::before { content: '✓ '; color: var(--blue); font-weight: 700; }

/* ===== TOOLS SECTION ===== */
.tools-section { background: var(--grey-100); }
.tools-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.tool-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 28px 22px; transition: all .3s; text-align: center; }
.tool-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow); }
.tool-num { font-family: var(--font-head); font-size: 40px; font-weight: 800; color: var(--blue-light); display: block; margin-bottom: 10px; line-height: 1; }
.tool-card h4 { font-family: var(--font-head); font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.tool-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* TOOLS FULL (tools page) */
.tools-full-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.tool-full-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 40px 36px; display: flex; gap: 24px; align-items: flex-start; transition: all .3s; }
.tool-full-card:hover { border-color: var(--blue); box-shadow: var(--shadow-lg); }
.tool-icon-big { font-size: 48px; flex-shrink: 0; }
.tool-full-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.tool-full-card p { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 16px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { background: var(--blue-light); color: var(--blue); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 50px; }

/* ===== WHY SECTION ===== */
.why-section { background: #fff; }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-left p { font-size: 16px; color: var(--text-light); line-height: 1.7; margin-bottom: 28px; }
.why-list { margin-bottom: 36px; display: flex; flex-direction: column; gap: 12px; }
.why-list li { font-size: 15px; color: var(--text); font-weight: 500; }
.why-right { display: flex; justify-content: center; align-items: center; }
.why-card-stack { position: relative; width: 340px; height: 340px; }
.why-big-circle {
  position: absolute; width: 220px; height: 220px;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--font-head); font-size: 22px; font-weight: 800;
  box-shadow: 0 12px 40px rgba(26,86,219,.35);
}
.why-floating-card {
  position: absolute; background: #fff; border: 1px solid var(--grey-200);
  border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 2px; min-width: 120px; text-align: center;
}
.why-floating-card strong { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--blue); }
.why-floating-card span { font-size: 12px; color: var(--text-light); }
.card-a { top: 0; left: 0; animation: float1 4s ease-in-out infinite; }
.card-b { top: 0; right: 0; animation: float1 4s ease-in-out infinite .5s; }
.card-c { bottom: 0; left: 50%; animation: float2 4s ease-in-out infinite 1s; }
@keyframes float1 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes float2 { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-8px); } }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--grey-100); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 32px 28px; transition: all .3s; }
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.featured-testi { background: var(--blue); border-color: var(--blue); color: #fff; }
.featured-testi p { color: rgba(255,255,255,.9); }
.featured-testi .stars { color: #FFD700; }
.featured-testi .author-avatar { background: rgba(255,255,255,.2) !important; color: #fff !important; }
.featured-testi strong { color: #fff !important; }
.featured-testi span { color: rgba(255,255,255,.7) !important; }
.stars { color: #F59E0B; font-size: 18px; margin-bottom: 16px; }
.testi-card p { font-size: 15px; line-height: 1.7; color: var(--text-light); margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-family: var(--font-head); font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-author strong { display: block; font-size: 15px; color: var(--text); }
.testi-author span  { font-size: 13px; color: var(--text-light); }

/* ===== QUICK FORM SECTION ===== */
.quick-form-section { background: var(--grey-100); }
.quick-form-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.consult-list { margin: 20px 0 28px; }
.consult-list li { font-size: 15px; color: var(--text); font-weight: 500; padding: 8px 0; border-bottom: 1px solid var(--grey-200); }
.contact-quick-links { display: flex; gap: 12px; flex-wrap: wrap; }
.quick-contact-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 50px; font-size: 15px; font-weight: 600; font-family: var(--font-head); transition: all .25s; }
.call-btn { background: var(--blue-light); color: var(--blue); }
.call-btn:hover { background: var(--blue); color: #fff; }
.wa-btn { background: #D1FAE5; color: #065F46; }
.wa-btn:hover { background: #25D366; color: #fff; }
.quick-form-box { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 36px 32px; box-shadow: var(--shadow); }
.quick-form-box h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 24px; }

/* ===== FORMS ===== */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--grey-200);
  border-radius: 10px; font-size: 15px; font-family: var(--font-body);
  background: var(--grey-100); color: var(--text); outline: none; transition: border-color .2s, background .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(26,86,219,.08); }
.form-group textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-msg { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border-radius: 10px; font-size: 14px; font-weight: 500; margin-bottom: 16px; }
.form-msg.success { background: #D1FAE5; color: #065F46; border: 1px solid #6EE7B7; }
.form-msg.error   { background: #FEF2F2; color: #DC2626; border: 1px solid #FCA5A5; }
.spinner { display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; vertical-align: middle; margin-right: 4px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== PRICING ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.pricing-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 40px 32px; transition: all .3s; }
.pricing-card:hover { border-color: var(--blue); box-shadow: var(--shadow-lg); }
.pricing-card.popular { background: var(--blue); border-color: var(--blue); color: #fff; transform: scale(1.04); }
.popular-label { background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 4px 14px; border-radius: 50px; display: inline-block; margin-bottom: 16px; }
.pricing-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.pricing-card .price { font-family: var(--font-head); font-size: 42px; font-weight: 800; margin: 16px 0; }
.pricing-card .price span { font-size: 16px; font-weight: 500; opacity: .7; }
.pricing-card > p { font-size: 14px; opacity: .75; margin-bottom: 24px; }
.pricing-card ul { margin-bottom: 32px; }
.pricing-card ul li { font-size: 14px; padding: 7px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.popular ul li { border-bottom-color: rgba(255,255,255,.12); }
.pricing-card ul li::before { content: '✓ '; color: var(--blue); font-weight: 700; }
.popular ul li::before { color: var(--accent); }
.pricing-card .btn-primary { width: 100%; text-align: center; display: block; }
.popular .btn-primary { background: #fff; color: var(--blue); }
.popular .btn-primary:hover { background: var(--blue-light); }

/* ===== PORTFOLIO ===== */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.portfolio-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-200); transition: all .3s; }
.portfolio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.portfolio-thumb { height: 200px; background: linear-gradient(135deg, var(--blue-light), #dbeafe); display: flex; align-items: center; justify-content: center; font-size: 60px; }
.portfolio-info { padding: 22px 22px 26px; background: #fff; }
.portfolio-info h4 { font-family: var(--font-head); font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.portfolio-info p { font-size: 13px; color: var(--text-light); margin-bottom: 14px; }
.portfolio-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.p-tag { background: var(--blue-light); color: var(--blue); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 50px; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); overflow: hidden; transition: all .3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-thumb { height: 180px; background: linear-gradient(135deg, var(--blue-light), #EEF2FF); display: flex; align-items: center; justify-content: center; font-size: 54px; }
.blog-info { padding: 24px; }
.blog-meta { font-size: 12px; color: var(--text-light); margin-bottom: 8px; }
.blog-info h4 { font-family: var(--font-head); font-size: 17px; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }
.blog-info p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 16px; }
.read-more { font-size: 13px; font-weight: 600; color: var(--blue); }

/* ===== CONTACT PAGE ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.contact-info h3 { font-family: var(--font-head); font-size: 26px; font-weight: 700; margin-bottom: 16px; }
.contact-info > p { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 32px; }
.contact-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-icon { width: 48px; height: 48px; background: var(--blue-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.contact-item h5 { font-family: var(--font-head); font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.contact-item span, .contact-item a { font-size: 14px; color: var(--text-light); }
.contact-item a:hover { color: var(--blue); }
.contact-form-box { background: var(--grey-100); border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 40px 36px; }
.contact-form-box h3 { font-family: var(--font-head); font-size: 22px; font-weight: 700; margin-bottom: 24px; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-200); margin-top: 32px; }
.map-embed iframe { width: 100%; height: 260px; border: none; display: block; }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 50%, #1E6FD9 100%); padding: 80px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 30% 50%, rgba(255,255,255,.07) 0%, transparent 60%), radial-gradient(circle at 70% 50%, rgba(0,194,255,.1) 0%, transparent 50%); }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { font-family: var(--font-head); font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: #fff; margin-bottom: 16px; }
.cta-inner > p { font-size: 17px; color: rgba(255,255,255,.8); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer { background: #0A1628; color: #fff; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; }
.footer-brand > p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; margin-top: 12px; max-width: 260px; }
.footer-brand .logo { color: #fff; }
.footer-brand .logo span { color: var(--accent); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; margin: 14px 0 18px; }
.footer-contact a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-contact a:hover { color: var(--accent); }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-links a { width: 38px; height: 38px; background: rgba(255,255,255,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: background .2s, transform .2s; }
.social-links a:hover { background: var(--blue); transform: translateY(-2px); }
.footer-col h5 { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 20px 24px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.35); }
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--accent); }

/* ===== FLOATING BUTTONS ===== */
.float-wa, .float-call { position: fixed; right: 24px; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,.2); z-index: 999; transition: transform .2s, box-shadow .2s; }
.float-wa   { bottom: 96px; background: #25D366; }
.float-call { bottom: 162px; background: var(--blue); }
.float-wa:hover, .float-call:hover { transform: scale(1.12); box-shadow: 0 8px 28px rgba(0,0,0,.28); }

/* ===== SCROLL TO TOP ===== */
.scroll-top { position: fixed; bottom: 30px; right: 26px; width: 42px; height: 42px; background: var(--text); color: #fff; border: none; border-radius: 50%; font-size: 18px; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s, background .2s; z-index: 998; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { background: var(--blue); }

/* ===== THANK YOU PAGE ===== */
.thankyou-section { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #F0F5FF, #E8F0FE); padding: 120px 24px 60px; }
.thankyou-card { background: #fff; border-radius: 24px; padding: 60px 48px; max-width: 560px; width: 100%; text-align: center; box-shadow: var(--shadow-lg); }
.thankyou-icon { font-size: 72px; display: block; margin-bottom: 24px; animation: bounceIn .6s ease; }
.thankyou-card h1 { font-family: var(--font-head); font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.thankyou-card p { font-size: 16px; color: var(--text-light); line-height: 1.7; margin-bottom: 32px; }
.thankyou-details { background: var(--grey-100); border-radius: 12px; padding: 20px 24px; margin-bottom: 32px; text-align: left; }
.thankyou-details p { margin: 0; font-size: 14px; color: var(--text-light); padding: 6px 0; border-bottom: 1px solid var(--grey-200); }
.thankyou-details p:last-child { border-bottom: none; }
.thankyou-details strong { color: var(--text); }
.thankyou-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@keyframes bounceIn { 0% { transform: scale(0); opacity: 0; } 60% { transform: scale(1.1); } 100% { transform: scale(1); opacity: 1; } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .services-grid, .services-full-grid, .testi-grid, .pricing-grid, .portfolio-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: repeat(3, 1fr); }
  .why-inner { grid-template-columns: 1fr; gap: 48px; }
  .why-right { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .tools-full-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .section { padding: 64px 0; }
  .services-grid, .services-full-grid, .testi-grid, .pricing-grid, .portfolio-grid, .blog-grid { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.popular { transform: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .quick-form-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .cta-btns { flex-direction: column; align-items: center; }
  .thankyou-card { padding: 40px 28px; }
  .thankyou-btns { flex-direction: column; }
}
@media (max-width: 480px) {
  .tools-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 20px; }
  .stat strong { font-size: 22px; }
}
