/* ===== Section Shared ===== */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-alt); }
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.section-head p {
  color: var(--text-sub);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ===== Hero ===== */
.hero {
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.hero-bg-glow {
  position: absolute;
  top: -200px; right: -100px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(37,99,235,.07) 0%, rgba(37,99,235,.02) 40%, transparent 70%);
  pointer-events: none;
  animation: glowFloat 8s ease-in-out infinite;
}
.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.018) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 70%);
}
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-text { max-width: 540px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-sub);
  margin-bottom: 28px;
}
.hero-badge span { color: var(--accent); }
.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1.05rem;
  color: var(--text-sub);
  margin-bottom: 32px;
  line-height: 1.65;
}
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.trust-item {
  font-size: .82rem;
  color: var(--text-sub);
  display: flex;
  align-items: center;
  gap: 6px;
}
.trust-item svg { flex-shrink: 0; }

/* ===== Hero Visual / Browser ===== */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  animation: browserFloat 6s ease-in-out infinite;
}
.hero-browser {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.12), 0 8px 20px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.hero-browser-link:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 35px 80px rgba(0,0,0,.16), 0 12px 28px rgba(0,0,0,.08);
  border-color: rgba(37,99,235,.15);
}
.browser-chrome {
  background: #f5f5f5;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.browser-dots { display: flex; gap: 6px; }
.browser-dots span {
  width: 10px; height: 10px;
  border-radius: 50%;
}
.browser-dots span:nth-child(1) { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #febc2e; }
.browser-dots span:nth-child(3) { background: #28c840; }
.browser-url {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: .7rem;
  color: var(--text-sub);
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(0,0,0,.06);
}
.browser-url svg { color: #28c840; }
.browser-body { padding: 0; position: relative; }
.browser-iframe-wrap {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.browser-iframe {
  width: 1440px;
  height: 900px;
  border: none;
  transform: scale(.3334);
  transform-origin: top left;
  pointer-events: none;
}
.mock-hero-img {
  height: 120px;
  background: linear-gradient(135deg, #e8dcc8, #c4a97d);
  position: relative;
}
.mock-hero-susaverda {
  background: linear-gradient(135deg, #4a6741, #7a9a6e);
}
.mock-hero-susaverda::after {
  content: 'Susaverda';
}
.mock-hero-img::after {
  content: '';
  position: absolute;
  bottom: 14px; left: 16px;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.mock-content { padding: 14px 16px 18px; }
.mock-split-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.mock-profile-circle {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8d8c0, #8aab7a);
  flex-shrink: 0;
}
.mock-text-col { flex: 1; }
.mock-line {
  height: 6px;
  border-radius: 3px;
  background: var(--bg-alt);
  margin-bottom: 6px;
}
.mock-line.w80 { width: 80%; }
.mock-line.w50 { width: 50%; }
.mock-spacer { height: 10px; }
.mock-cards { display: flex; gap: 8px; }
.mock-card {
  flex: 1;
  height: 48px;
  border-radius: 6px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
}

/* Floating stat cards */
.hero-float-card {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.06);
  z-index: 2;
}
.hero-float-card strong { display: block; font-size: .85rem; }
.hero-float-card span { font-size: .72rem; color: var(--text-sub); }
.float-card-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.float-card-icon.green { background: #dcf5e0; color: #28c840; }
.float-card-icon.gold { background: #e0edff; color: var(--accent); }
.float-card-1 {
  top: 24px; right: -16px;
  animation: floatCard1 5s ease-in-out infinite;
}
.float-card-2 {
  bottom: 40px; left: -20px;
  animation: floatCard2 6s ease-in-out infinite;
}

/* ===== Industry Bar ===== */
.industry-bar {
  background: var(--bg-dark);
  padding: 28px 0;
}
.industry-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.industry-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.55);
  font-size: .85rem;
  font-weight: 500;
  transition: color .3s;
}
.industry-item:hover { color: rgba(255,255,255,.85); }
.industry-item svg { opacity: .6; transition: opacity .3s; }
.industry-item:hover svg { opacity: .9; }

/* ===== Services Grid ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #d4a726);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(37,99,235,.15);
}
.service-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(37,99,235,.03));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--accent);
  transition: transform .3s;
}
.service-card:hover .service-icon { transform: scale(1.08); }
.service-card:nth-child(2) .service-icon { background: linear-gradient(135deg, rgba(90,130,200,.1), rgba(90,130,200,.03)); color: #5a82c8; }
.service-card:nth-child(2)::before { background: linear-gradient(90deg, #5a82c8, #79a0e0); }
.service-card:nth-child(4) .service-icon { background: linear-gradient(135deg, rgba(60,160,120,.1), rgba(60,160,120,.03)); color: #3ca078; }
.service-card:nth-child(4)::before { background: linear-gradient(90deg, #3ca078, #5cc098); }
.service-card:nth-child(6) .service-icon { background: linear-gradient(135deg, rgba(160,90,180,.1), rgba(160,90,180,.03)); color: #a05ab4; }
.service-card:nth-child(6)::before { background: linear-gradient(90deg, #a05ab4, #c07ad0); }
.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.service-card p {
  color: var(--text-sub);
  font-size: .9rem;
  line-height: 1.6;
}

/* ===== Results Bar ===== */
.results-bar {
  background: var(--bg-dark);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.results-bar::before {
  content: '';
  position: absolute;
  top: -50%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 60%);
  pointer-events: none;
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
  position: relative;
}
.result-item {
  position: relative;
}
.result-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: rgba(255,255,255,.1);
}
.result-number {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
.result-label {
  color: rgba(255,255,255,.5);
  font-size: .82rem;
  margin-top: 6px;
}

/* ===== Portfolio / Work ===== */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.work-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: transform .4s ease, box-shadow .4s ease;
}
.work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,.1);
}
.work-img {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.work-img-1 { background: linear-gradient(135deg, #c8d8c0 0%, #6a8a5e 100%); }
.work-img-2 { background: linear-gradient(135deg, #dce4e8 0%, #8fa8b8 100%); }
.work-img-3 { background: linear-gradient(135deg, #dfe8d6 0%, #8daa7e 100%); }

/* Cover-style portfolio card */
.work-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.work-img-cover,
.work-img-iframe {
  aspect-ratio: 16/10;
  padding: 0;
  background-size: cover;
  background-position: center top;
}
.work-img-iframe {
  position: relative;
  overflow: hidden;
}
.work-iframe-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.work-iframe {
  width: 1440px;
  height: 900px;
  border: none;
  transform-origin: top left;
  pointer-events: none;
}
.work-img-susaverda {
  background-color: #3a5a32;
}
.work-img-susaverda .work-iframe {
  transform: scale(0.25);
}
.work-img-estarellas {
  background-color: #2a1f14;
}
.work-img-estarellas .work-iframe {
  transform: scale(0.25);
}
.work-img-trarity {
  background-color: #0d1117;
}
.work-img-trarity .work-iframe {
  transform: scale(0.25);
}
/* Mobile placeholder (shown instead of iframe on small screens) */
.work-img-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: rgba(255,255,255,.85);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  letter-spacing: 1px;
  z-index: 1;
}

.work-iframe-overlay {
  opacity: 0;
  transition: opacity .3s;
}
.work-card-link:hover .work-iframe-overlay {
  opacity: 1;
}
.work-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.55) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background .3s;
}
.work-card-link:hover .work-cover-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.45) 100%);
}
.work-cover-logo {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
  letter-spacing: 1px;
}
.work-cover-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .5px;
  transition: background .3s, transform .3s;
}
.work-card-link:hover .work-cover-cta {
  background: rgba(255,255,255,.3);
  transform: translateY(-2px);
}

/* Mini browser mockup inside portfolio */
.work-browser-mini {
  width: 88%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  transition: transform .4s;
}
.work-card:hover .work-browser-mini { transform: translateY(-4px) scale(1.02); }
.mini-chrome {
  background: #f0f0f0;
  padding: 6px 10px;
  display: flex;
  gap: 4px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.mini-chrome span {
  width: 6px; height: 6px;
  border-radius: 50%;
}
.mini-chrome span:nth-child(1) { background: #ff5f57; }
.mini-chrome span:nth-child(2) { background: #febc2e; }
.mini-chrome span:nth-child(3) { background: #28c840; }
.mini-body { padding: 8px; }
.mini-nav-bar {
  height: 4px;
  background: #eee;
  border-radius: 2px;
  margin-bottom: 6px;
  width: 60%;
}
.mini-hero-block {
  height: 28px;
  background: linear-gradient(135deg, #dce4e8, #b8c8d4);
  border-radius: 3px;
  margin-bottom: 6px;
}
.mini-hero-susaverda {
  background: linear-gradient(135deg, #4a6741, #7a9a6e);
}
.mini-profile-circle {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8d8c0, #8aab7a);
  flex-shrink: 0;
}
.mini-text-line {
  height: 3px;
  background: #eee;
  border-radius: 2px;
  margin-bottom: 4px;
}
.mini-text-line.w40 { width: 40%; }
.mini-text-line.w50 { width: 50%; }
.mini-text-line.w60 { width: 60%; }
.mini-text-line.w80 { width: 80%; }
.mini-text-line.center { margin-left: auto; margin-right: auto; }
.mini-grid-3 { display: flex; gap: 4px; margin-top: 6px; }
.mini-grid-2 { display: flex; gap: 4px; margin-top: 6px; }
.mini-card-block {
  flex: 1;
  height: 24px;
  background: #f5f5f2;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.04);
}
.mini-card-block.tall { height: 36px; }
.mini-product-block {
  flex: 1;
  height: 30px;
  background: linear-gradient(180deg, #f5f5f2 60%, #eee 100%);
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.04);
}
.mini-split { display: flex; gap: 6px; margin-bottom: 6px; }
.mini-img-block {
  width: 45%;
  height: 40px;
  background: linear-gradient(135deg, #dce4e8, #b8c8d4);
  border-radius: 3px;
}
.mini-text-stack { flex: 1; display: flex; flex-direction: column; gap: 3px; justify-content: center; }
.mini-btn-block {
  height: 6px;
  width: 50%;
  background: var(--bg-dark);
  border-radius: 2px;
  margin-top: 2px;
}

.work-info { padding: 22px 24px; }
.work-tag {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  margin-bottom: 6px;
}
.work-info h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.work-info p {
  color: var(--text-sub);
  font-size: .85rem;
}

/* ===== Process ===== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 26px; left: 80px; right: 80px;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--accent) 0, var(--accent) 6px,
    transparent 6px, transparent 12px
  );
  opacity: .3;
}
.process-card {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 18px;
  transition: background .3s, color .3s;
  box-shadow: 0 0 0 6px rgba(37,99,235,.06);
}
.process-card:hover .process-num {
  background: var(--accent);
  color: #fff;
}
.process-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.process-card p {
  color: var(--text-sub);
  font-size: .85rem;
  line-height: 1.5;
}

/* ===== Testimonials ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: transform .4s ease, box-shadow .4s ease;
  position: relative;
  overflow: hidden;
}
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--accent), rgba(37,99,235,.1));
  opacity: 0;
  transition: opacity .4s;
}
.testimonial-card:hover::before { opacity: 1; }
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
}
.testimonial-quote-icon {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  line-height: 1;
  color: var(--accent);
  opacity: .15;
  position: absolute;
  top: 16px; right: 24px;
}
.testimonial-stars {
  color: var(--accent);
  font-size: .95rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.testimonial-card blockquote {
  font-size: .93rem;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-author strong {
  display: block;
  font-size: .88rem;
}
.testimonial-author span {
  display: block;
  font-size: .78rem;
  color: var(--text-sub);
}

/* ===== CTA Section ===== */
.cta-section {
  background: var(--bg-dark);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(37,99,235,.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 80% 100%, rgba(37,99,235,.06) 0%, transparent 50%);
  pointer-events: none;
}
.cta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cta-glow-1 {
  width: 400px; height: 400px;
  top: -150px; right: -100px;
  background: radial-gradient(circle, rgba(37,99,235,.14) 0%, transparent 60%);
}
.cta-glow-2 {
  width: 300px; height: 300px;
  bottom: -100px; left: -60px;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 60%);
}
.cta-inner {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-inner h2 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.cta-inner p {
  color: rgba(255,255,255,.55);
  font-size: 1.05rem;
  margin-bottom: 32px;
  line-height: 1.6;
}
.cta-buttons { margin-bottom: 24px; }
.cta-trust {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-trust span {
  font-size: .78rem;
  color: rgba(255,255,255,.45);
}

/* ===== Contact ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.contact-info > p {
  color: var(--text-sub);
  line-height: 1.7;
  margin-bottom: 32px;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: transform .2s;
}
.contact-item:hover { transform: translateX(4px); }
.contact-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(37,99,235,.03));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.contact-item strong {
  display: block;
  font-size: .88rem;
}
.contact-item span {
  font-size: .85rem;
  color: var(--text-sub);
}

.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}

/* ===== Footer ===== */
.footer {
  padding: 64px 0 0;
  background: var(--bg-dark);
  color: rgba(255,255,255,.7);
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 12px;
}
.footer-brand p {
  font-size: .88rem;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  max-width: 280px;
}
.footer-col h4 {
  font-family: var(--font);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,.35);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: .88rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
  transition: color .2s;
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.footer-copy {
  font-size: .8rem;
  color: rgba(255,255,255,.3);
}
.footer-links {
  display: flex;
  gap: 24px;
}
.footer-links a {
  font-size: .8rem;
  color: rgba(255,255,255,.3);
  transition: color .2s;
}
.footer-links a:hover { color: rgba(255,255,255,.7); }

/* ===== Why Nordly Section ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.why-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--accent);
}
.why-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 0.9rem;
  color: var(--text-sub);
  line-height: 1.6;
}

/* ===== Footer Social ===== */
.footer-social {
  display: flex;
  gap: 14px;
}
.footer-social a {
  color: rgba(255,255,255,.4);
  transition: color .2s;
}
.footer-social a:hover { color: #fff; }

/* ===== Form Success State ===== */
.form-success {
  text-align: center;
  padding: 48px 24px;
}
.form-success svg { margin-bottom: 16px; }
.form-success h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--text);
}
.form-success p {
  color: var(--text-sub);
  font-size: 0.95rem;
}
