/* JLIO landing page specific styles */
:root {
  --grad-1: #8ec5ff;
  --grad-2: #cda4ff;
  --grad-3: #ffffff;
  --accent: #FAB12F;
  --accent-hover: #F59E0B;
  --muted: #6b6b6b;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-soft: 0 8px 24px rgba(0,0,0,0.06);
  --max-width-site: 1100px;
  /* device frame sizes - consistent across all pages */
  --device-w: 180px;
  --device-h: 400px;
  --device-screen-w: 160px;
  --device-screen-h: 380px;
  --device-radius: 28px;
  --screen-radius: 22px;
}

body.landing {
  background: linear-gradient(135deg, var(--grad-1), var(--grad-2) 60%, var(--grad-3));
  color: #222;
}

.landing-hero {
  display:flex;
  flex-direction:row;
  gap:48px;
  align-items:center;
  justify-content:space-between;
  text-align:left;
  max-width:var(--max-width-site);
  margin:64px auto 48px auto;
  padding:32px 24px;
}
.hero-copy { 
  flex:1 1 auto;
  min-width:280px;
  max-width:520px;
  position:relative; 
  z-index:8; 
}
.hero-copy h1 { 
  font-size:2.8rem; 
  margin:0 0 16px; 
  line-height:1.1; 
  font-weight:700; 
  color:#1a1a1a;
}
.hero-copy p { 
  color:var(--muted); 
  margin-bottom:24px; 
  font-size:1.08rem;
  line-height:1.6;
}
/* hero mock (phones) placed to the right */
.hero-mock { 
  flex:1 1 auto;
  min-width:280px;
  display:flex; 
  justify-content:center;
  align-items:center;
  margin:0;
}
.hero-ctas { 
  display:flex; 
  gap:12px; 
  align-items:center;
  flex-wrap:wrap;
}
.btn { 
  border-radius:999px; 
  padding:12px 20px; 
  font-weight:600; 
  cursor:pointer;
  transition: all 0.2s ease;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.btn--primary { 
  background:var(--accent); 
  color:#fff; 
  box-shadow:0 4px 12px rgba(250, 177, 47, 0.2);
  border:none; 
}
.btn--primary:hover {
  background:var(--accent-hover);
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(250, 177, 47, 0.3);
}
.btn--store { 
  background:transparent; 
  border:none; 
  padding:4px;
  transition: transform 0.2s ease;
}
.btn--store:hover {
  transform:scale(1.05);
}

.hero-phones { width:100%; display:flex; gap:32px; justify-content:center; align-items:flex-end; margin-top:24px; perspective:1400px; }
.phone-stack { 
  position:relative; 
  width:220px; 
  max-width:100%; 
  height:480px; 
  display:flex; 
  justify-content:center; 
  align-items:center;
  perspective:1400px;
}
.phone-stack .device-phone { 
  position:absolute; 
  width:var(--device-w);
  height:var(--device-h);
  box-shadow:0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.15); 
  transition: all 500ms cubic-bezier(0.23, 1, 0.320, 1);
  transform-style:preserve-3d;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,0.1));
  padding:0.2px;
  border:0.1px solid rgba(0,0,0,0.1);
}
.phone-stack .device-phone.p1 { 
  left:5%; 
  top:50%;
  transform:translateY(-50%) rotateY(-25deg) rotateZ(-12deg) rotateX(6deg) translateX(-40px); 
  z-index:1; 
}
.phone-stack .device-phone.p2 { 
  left:50%; 
  top:50%;
  transform:translateX(-50%) translateY(-50%) rotateY(0deg) rotateZ(0deg) rotateX(0deg); 
  z-index:3; 
}
.phone-stack .device-phone.p3 { 
  right:5%; 
  top:50%;
  transform:translateY(-50%) rotateY(25deg) rotateZ(12deg) rotateX(6deg) translateX(40px); 
  z-index:2; 
}

/* hover: bring the hovered phone forward */
.phone-stack .device-phone.p1:hover { 
  transform: translateY(-50%) rotateY(-18deg) rotateZ(-8deg) rotateX(3deg) translateX(-20px) translateY(-12px);
  z-index:50; 
  box-shadow:0 35px 70px rgba(0, 0, 0, 0.3), 0 12px 24px rgba(0, 0, 0, 0.2); 
}
.phone-stack .device-phone.p2:hover { 
  transform: translateX(-50%) translateY(-50%) rotateY(0deg) rotateZ(0deg) translateY(-16px) scale(1.05); 
  z-index:60; 
  box-shadow:0 40px 80px rgba(0, 0, 0, 0.35), 0 16px 32px rgba(0, 0, 0, 0.2); 
}
.phone-stack .device-phone.p3:hover { 
  transform: translateY(-50%) rotateY(18deg) rotateZ(8deg) rotateX(3deg) translateX(20px) translateY(-12px); 
  z-index:50; 
  box-shadow:0 35px 70px rgba(0, 0, 0, 0.3), 0 12px 24px rgba(0, 0, 0, 0.2); 
}
/* device frame base (use variables for a single source of truth) */
.device-phone { 
  width:var(--device-w); 
  height:var(--device-h); 
  border-radius:var(--device-radius); 
  background:linear-gradient(135deg, #c8c8c8 0%, #d5d5d5 50%, #bebebe 100%);
  padding:8px;
  display:flex; 
  align-items:center; 
  justify-content:center; 
  box-shadow:
    0 0 1px rgba(255,255,255,0.5) inset,
    0 20px 45px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.3);
  border:0.5px solid rgba(0,0,0,0.12);
  position:relative;
  overflow:hidden;
}

/* Realistic iPhone notch/status bar */
.device-phone::before {
  content:'';
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:36%;
  height:24px;
  background:linear-gradient(180deg, #1a1a1f 0%, #222227 100%);
  border-radius:0 0 16px 16px;
  z-index:20;
  box-shadow:
    0 2px 6px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.08);
  border:0.5px solid rgba(0,0,0,0.1);
  border-top:none;
}

/* Camera notch dot */
.device-phone::after {
  content:'';
  position:absolute;
  top:7px;
  left:50%;
  transform:translateX(-50%);
  width:5px;
  height:5px;
  background:radial-gradient(circle at 35% 35%, rgba(60,60,60,0.8), rgba(25,25,25,1));
  border-radius:50%;
  z-index:21;
  box-shadow:0 0.5px 1px rgba(0,0,0,0.5), inset -1px -1px 2px rgba(0,0,0,0.4);
}

.device-phone .device-screen { 
  width:var(--device-screen-w); 
  height:var(--device-screen-h); 
  border-radius:var(--screen-radius); 
  background:#fff; 
  overflow:hidden; 
  display:flex; 
  align-items:center; 
  justify-content:center;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.8),
    inset 0 -1px 2px rgba(0,0,0,0.08);
  position:relative;
  margin-top:1px;
}

.device-phone .device-screen::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:0.5px;
  background:linear-gradient(90deg, transparent, rgba(0,0,0,0.04), transparent);
  z-index:5;
}
.device-phone img { 
  width:100%; 
  height:100%; 
  object-fit:cover; 
  display:block; 
}
/* iPhone 16 device frame and tilt helpers */
.device-tilt-right { transform:rotate(6deg); }
.device-tilt-left { transform:rotate(-6deg); }
.device-phone img { width:100%; height:100%; object-fit:cover; display:block; }
.mock-bubble { background:linear-gradient(90deg,#f7f7fa,#fff); padding:10px 12px; border-radius:12px; max-width:80%; }

/* Make feature images consistent */
.feature-card img { width:100%; height:120px; object-fit:cover; border-radius:8px; margin-bottom:12px; }

/* Slightly enlarge logo visually without changing header height */

.top-logo--large { transform: scale(1.08); transition: transform 150ms ease; }

.avatar-box img { width:120px; height:120px; border-radius:50%; object-fit:cover; }

.features-grid { max-width:var(--max-width-site); margin:12px auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding:18px; }
.feature-card { background: #fff; padding:18px; border-radius:var(--radius-md); box-shadow:0 8px 20px rgba(0,0,0,0.04); }
.feature-card h3 { margin:0 0 8px; }
.feature-card p { margin:0; color:var(--muted); font-size:0.96rem }

.avatar-jlios { max-width:var(--max-width-site); margin:28px auto; display:flex; gap:24px; padding:18px; align-items:center; }
.avatar-box { width:160px; height:160px; background:#fff; border-radius:16px; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-soft); flex-shrink:0; }
.avatar-box img { width:120px; height:120px; border-radius:50%; object-fit:cover; }
.avatar-box.jlios-icon {
  font-size:80px;
  background:linear-gradient(135deg, #FAB12F, #F59E0B);
  box-shadow:0 8px 24px rgba(250, 177, 47, 0.3);
  color:#fff;
}
.balance { flex:1; background:#fff; padding:18px; border-radius:12px; box-shadow:0 8px 18px rgba(0,0,0,0.04); }

@media (max-width:768px) {
  .avatar-jlios { flex-direction:column; gap:16px; padding:16px; }
  .avatar-box { width:140px; height:140px; }
  .avatar-box img { width:100px; height:100px; }
  .avatar-box.jlios-icon { font-size:70px; }
  .balance { padding:16px; text-align:center; }
}

@media (max-width:640px) {
  .avatar-jlios { margin:20px auto; gap:12px; padding:14px; }
  .avatar-box { width:120px; height:120px; }
  .avatar-box img { width:90px; height:90px; }
  .avatar-box.jlios-icon { font-size:56px; }
  .balance h3 { font-size:1.1rem; }
  .balance p { font-size:0.9rem; }
  .balance ul { font-size:0.9rem; margin-top:10px; }
}

.privacy { max-width:var(--max-width-site); margin:24px auto; background:rgba(255,255,255,0.9); padding:18px; border-radius:12px; }

.final-cta { margin:36px auto; max-width:var(--max-width-site); padding:28px; border-radius:20px; text-align:center; background:linear-gradient(90deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06)); }
.final-cta h2 { margin:0 0 12px; }

/* Alternating feature list */
.features-list { max-width:var(--max-width-site); margin:60px auto 0; display:block; padding:0; scroll-snap-type: y mandatory; scroll-padding-top:84px; }
.feature-item { 
  display:flex; 
  gap:48px; 
  align-items:center; 
  background: #fff; 
  border-radius:16px; 
  overflow:visible; 
  box-shadow:0 8px 24px rgba(0,0,0,0.06); 
  padding:72px 56px; 
  min-height:auto;
  margin:32px auto;
  max-width:var(--max-width-site);
}
.feature-item.reverse { flex-direction:row-reverse; }
.feature-img { 
  flex:1 1 auto;
  max-width:50%;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
.feature-img img{ 
  width:100%; 
  max-width:400px;
  height:auto;
  object-fit:contain; 
  display:block;
  border-radius:14px; 
}
.feature-device { width:260px; max-width:40%; }
.feature-device .device-phone { 
  width: var(--device-w); 
  height: var(--device-h); 
  border-radius: var(--device-radius); 
  padding:8px; 
}
.feature-copy { 
  flex:1 1 auto; 
  min-width:240px;
  padding:28px; 
  text-align:left; 
}
.feature-img .device-phone { margin:0 auto; transform:rotate(-4deg); }
.feature-copy h3 { 
  margin-top:0; 
  font-size:1.8rem;
  line-height:1.2;
}
.feature-copy p {
  line-height:1.6;
  color:var(--muted);
}

/* keep hero text above phones */
.landing-hero .hero-copy { position:relative; z-index:6; }
.mock-frame { position:relative; z-index:1; }

/* Ensure devices are not rotated on small screens */
@media (max-width:980px){
  .device-phone { transform:none; box-shadow:0 8px 18px rgba(12,18,30,0.18); }
  .mock-frame { transform:none; }
  .feature-item { flex-direction:column; }
  .feature-item.reverse { flex-direction:column; }
  .feature-copy { padding:18px; text-align:center; }
  .feature-device { width:180px; max-width:70%; }
  .phone-stack { height:320px; width:180px; }
  .feature-gallery { flex-direction:column; gap:16px; align-items:center; }
  .feature-gallery .device-phone { width:var(--device-w); height:var(--device-h); flex:0 0 auto; max-width:none; }
  .feature-thumbs { flex-direction:row; gap:8px; justify-content:center; flex-wrap:wrap; }
  .feature-thumbs img { width:100px; height:140px; }
}

/* Gallery support for features with multiple images */
.feature-gallery { 
  display:flex; 
  gap:24px; 
  align-items:center; 
  padding:12px;
  justify-content:center;
}
.feature-gallery .device-phone { 
  flex:0 0 auto;
  width:var(--device-w);
  height:var(--device-h);
}
.feature-gallery .device-screen { width:100%; height:100%; }
.feature-gallery .device-phone img { 
  width:100%; 
  height:100%; 
  object-fit:cover; 
  display:block; 
}
.feature-thumbs { 
  display:flex; 
  flex-direction:column; 
  gap:12px; 
  flex:0 0 auto; 
  align-items:flex-start; 
}
.feature-thumbs img { 
  width:140px; 
  height:240px; 
  object-fit:cover; 
  border-radius:8px; 
  display:block; 
  box-shadow:0 8px 20px rgba(0,0,0,0.06); 
  transition: transform 0.2s ease;
  cursor:pointer;
}
.feature-thumbs img:hover {
  transform:scale(1.05);
}

@media (max-width:980px){
  .feature-item { flex-direction:column; }
  .feature-item.reverse { flex-direction:column; }
  .feature-copy { padding:18px; text-align:center; }
  .feature-device { width:220px; }
  .phone-stack { height:240px; }
  .feature-gallery { flex-direction:column; gap:12px; }
  .feature-gallery .device-phone { width:80%; max-width:520px; flex:0 0 auto; }
  .feature-thumbs { flex-direction:row; gap:8px; }
  .feature-thumbs img { width:100px; height:120px; }
}

@media (max-width:980px){
  .landing-hero { 
    flex-direction:column; 
    align-items:center;
    padding:24px 16px; 
    margin:48px auto 32px;
    gap:32px;
  }
  .hero-copy {
    max-width:100%;
    text-align:center;
  }
  .hero-copy h1 {
    font-size:1.8rem;
  }
  .hero-mock{ 
    max-width:100%; 
    width:100%; 
    display:flex; 
    justify-content:center;
  }
  .phone-stack {
    width:220px;
    height:400px;
  }
  .features-grid{ grid-template-columns:repeat(2,1fr); }
  .feature-item {
    flex-direction:column;
    gap:32px;
    padding:48px 32px;
  }
  .feature-item.reverse {
    flex-direction:column;
  }
  .feature-img {
    max-width:100%;
  }
  .feature-copy {
    text-align:center;
    max-width:100%;
  }
}

@media (max-width:768px){
  .landing-hero {
    padding:20px 12px;
    margin:40px auto 28px;
  }
  .hero-copy h1 {
    font-size:1.6rem;
  }
  .hero-copy p {
    font-size:1rem;
  }
  .phone-stack {
    width:160px;
    height:280px;
  }
  .feature-gallery {
    gap:14px;
  }
  .feature-gallery .device-phone {
    width:var(--device-w);
    height:var(--device-h);
  }
  .feature-item {
    padding:28px 16px;
    margin:48px auto;
  }
  .hero-coins {
    top:70px;
  }
}

@media (max-width:640px){
  .features-grid{ grid-template-columns:1fr; }
  .landing-hero {
    padding:16px 12px;
    margin:32px auto 20px;
    gap:20px;
  }
  .hero-copy h1 {
    font-size:1.4rem;
  }
  .hero-copy p {
    font-size:0.95rem;
    margin-bottom:16px;
  }
  .hero-ctas {
    gap:8px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .btn {
    padding:10px 14px;
    font-size:0.9rem;
  }
  .btn--store img {
    height:32px !important;
  }
  .phone-stack {
    width:150px;
    height:260px;
  }
  .phone-stack .device-phone {
    box-shadow:0 10px 28px rgba(12,18,30,0.12);
  }
  .feature-item {
    padding:22px 12px;
    gap:16px;
    margin:40px auto;
  }
  .feature-copy {
    padding:6px;
    text-align:center;
  }
  .feature-copy h3 {
    font-size:1.1rem;
  }
  .feature-gallery {
    gap:12px;
    flex-direction:column;
  }
  .feature-gallery .device-phone {
    width:var(--device-w);
    height:var(--device-h);
  }
  .feature-thumbs img {
    width:70px;
    height:110px;
  }
  .hero-coins {
    top:50px;
    height:120px;
  }
  .coin {
    width:36px;
    height:36px;
    font-size:20px;
  }
}

/* Floating JLIO logo animations - branded instead of coins */
.hero-coins { 
  position: absolute; 
  left:50%; 
  top:120px; 
  transform:translateX(-50%); 
  pointer-events:none; 
  width:100%; 
  max-width:var(--max-width-site);
  height:200px;
  overflow:visible;
}
.coin { 
  width:56px;
  height:56px;
  position: absolute; 
  opacity:0.85;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  font-weight:bold;
  color:var(--accent);
  text-shadow:0 2px 8px rgba(250, 177, 47, 0.3);
}
.coin-1 { 
  left:15%; 
  animation:float-jlio-1 8s ease-in-out infinite; 
}
.coin-2 { 
  left:50%; 
  animation:float-jlio-2 7s ease-in-out infinite;
  animation-delay:0.5s;
}
.coin-3 { 
  left:85%; 
  animation:float-jlio-3 8.5s ease-in-out infinite;
  animation-delay:1s;
}

@keyframes float-jlio-1 { 
  0%{ transform:translateY(0) scale(1); opacity:0.6;} 
  50%{ transform:translateY(-48px) scale(1.1); opacity:0.9;} 
  100%{ transform:translateY(0) scale(1); opacity:0.6;} 
}
@keyframes float-jlio-2 { 
  0%{ transform:translateY(0) scale(1); opacity:0.8;} 
  50%{ transform:translateY(-56px) scale(1.15); opacity:1;} 
  100%{ transform:translateY(0) scale(1); opacity:0.8;} 
}
@keyframes float-jlio-3 { 
  0%{ transform:translateY(0) scale(1); opacity:0.6;} 
  50%{ transform:translateY(-44px) scale(1.1); opacity:0.9;} 
  100%{ transform:translateY(0) scale(1); opacity:0.6;} 
}

/* Mobile nav - nav always visible with responsive sizing */
@media (max-width:700px){
  .nav-center { 
    display:flex !important;
    flex-direction:row; 
    gap:4px;
  }
  .top-nav-btn{ 
    padding:7px 10px;
    font-size:0.85rem;
    border-radius:6px;
  }
  .nav-wrap { 
    gap:6px;
  }
}

@media (max-width:640px) {
  .top-nav-btn{
    padding:6px 8px;
    font-size:0.8rem;
  }
  .nav-wrap {
    gap:4px;
  }
}

/* CONTACT SECTION */
.contact-section {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 64px 24px;
  margin: 0;
}

.contact-container {
  max-width: var(--max-width-site);
  margin: 0 auto;
}

.contact-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px 0;
  color: #1a1a1a;
}

.contact-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin: 0 0 48px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}

.contact-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.contact-icon {
  font-size: 2.8rem;
  margin-bottom: 16px;
  display: block;
}

.contact-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #1a1a1a;
}

.contact-card p {
  font-size: 0.95rem;
  color: #666;
  margin: 0 0 16px 0;
}

.contact-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  word-break: break-all;
}

.contact-link:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

.contact-form-section {
  background: white;
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  max-width: 700px;
  margin: 0 auto;
}

.contact-form-section h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 32px 0;
  color: #1a1a1a;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(250, 177, 47, 0.1);
}

.contact-form button {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 12px;
}

.contact-form button:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(250, 177, 47, 0.3);
}

.contact-form button:active {
  transform: translateY(0);
}

/* Responsive contact section */
@media (max-width: 980px) {
  .contact-form-section {
    padding: 32px 24px;
  }
  
  .contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 48px 20px;
  }
  
  .contact-section h2 {
    font-size: 1.8rem;
  }
  
  .contact-subtitle {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }
  
  .contact-card {
    padding: 24px 16px;
  }
  
  .contact-form-section {
    padding: 24px 20px;
    border-radius: var(--radius-lg);
  }
  
  .contact-form-section h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding: 40px 16px;
  }
  
  .contact-section h2 {
    font-size: 1.5rem;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-card {
    padding: 20px 16px;
  }
  
  .contact-icon {
    font-size: 2.2rem;
  }
  
  .contact-form-section {
    padding: 20px 16px;
  }
  
  .contact-form-section h3 {
    font-size: 1.2rem;
  }
  
  .contact-form {
    gap: 16px;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 16px;
  }
}
