/* IWEB DESIGN V1 SHARPEN POLISH
   Public-facing visual polish for iWebDesign.ca.
   Scope: homepage/header/footer/proof/service sections only.
*/
:root{
  --iwd-dark:#08090d;
  --iwd-ink:#141821;
  --iwd-muted:#5f6675;
  --iwd-soft:#f4f6fb;
  --iwd-card:#ffffff;
  --iwd-red:#dd1f26;
  --iwd-red-dark:#b9151b;
  --iwd-gold:#ffcb45;
  --iwd-line:rgba(12,16,25,.1);
}
body{
  color:var(--iwd-ink);
  font-family:"Roboto", Arial, sans-serif;
  background:#fff;
}
.header{
  border-bottom:0;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.pre-header{
  background:linear-gradient(90deg,#a80f16 0%,#dd1f26 55%,#f0444b 100%);
  font-size:14px;
}
.post-header{
  background:rgba(8,9,13,.96);
  backdrop-filter:saturate(140%) blur(8px);
}
.post-header .logo img{
  max-height:58px;
  width:auto;
}
.menu a{
  font-size:14px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.menu > li{
  line-height:76px;
}
.menu li a:hover,
.menu li:hover > a,
.menu li.current > a{
  background:linear-gradient(135deg,var(--iwd-red),var(--iwd-red-dark));
}
.btn,
.button-detail,
input[type="submit"].btn{
  border-radius:999px!important;
  border:0!important;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(221,31,38,.24);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover,
.button-detail:hover,
input[type="submit"].btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(221,31,38,.32);
}
.btn-primary,
.btn-secondary,
.btn-success{
  background:linear-gradient(135deg,var(--iwd-red),var(--iwd-red-dark))!important;
  color:#fff!important;
}
.section-title h2{
  font-size:42px;
  line-height:1.12;
  font-weight:700;
  text-transform:none;
  letter-spacing:-.035em;
}
.section-title h2:after{
  width:72px;
  height:4px;
  margin-left:-36px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--iwd-red),var(--iwd-gold));
}
.banner .carousel-caption h1{
  font-size:clamp(38px,5vw,72px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:800;
  max-width:780px;
  text-shadow:0 18px 42px rgba(0,0,0,.45);
}
.banner .carousel-caption p{
  font-size:18px;
  line-height:1.7;
  max-width:640px;
  color:rgba(255,255,255,.92);
}
.banner-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%,rgba(221,31,38,.34),transparent 35%),
    linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.35),rgba(0,0,0,.72));
}
.banner .carousel-caption{
  z-index:3;
}
.banner .carousel-caption img{
  max-height:470px;
  object-fit:contain;
  filter:drop-shadow(0 22px 44px rgba(0,0,0,.45));
}
.cta{
  background:linear-gradient(135deg,#10131b,#1d2230 52%,#dd1f26);
  padding:34px 0;
}
.iwd-services{
  background:
    radial-gradient(circle at 12% 10%,rgba(221,31,38,.1),transparent 26%),
    linear-gradient(180deg,#fff 0%,#f5f7fb 100%);
}
.iwd-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(221,31,38,.08);
  color:var(--iwd-red-dark);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:16px;
}
.iwd-lead{
  max-width:860px;
  margin:0 auto 34px;
  color:var(--iwd-muted);
  font-size:18px;
  line-height:1.75;
  text-align:center;
}
.iwd-service-grid,
.iwd-proof-grid,
.iwd-brand-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.iwd-service-card,
.iwd-proof-card,
.iwd-brand-card{
  background:#fff;
  border:1px solid var(--iwd-line);
  border-radius:22px;
  padding:28px;
  box-shadow:0 20px 55px rgba(13,18,30,.08);
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.iwd-service-card:hover,
.iwd-proof-card:hover,
.iwd-brand-card:hover{
  transform:translateY(-5px);
  border-color:rgba(221,31,38,.28);
  box-shadow:0 28px 70px rgba(13,18,30,.14);
}
.iwd-icon{
  display:inline-flex;
  width:58px;
  height:58px;
  border-radius:18px;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  color:#fff;
  font-weight:900;
  font-size:18px;
  background:linear-gradient(135deg,var(--iwd-red),#111827);
  box-shadow:0 16px 32px rgba(221,31,38,.22);
}
.iwd-service-card h3,
.iwd-proof-card h3,
.iwd-brand-card h3{
  font-size:22px;
  line-height:1.2;
  margin-bottom:12px;
  font-weight:800;
  letter-spacing:-.025em;
}
.iwd-service-card p,
.iwd-proof-card p,
.iwd-brand-card p{
  color:var(--iwd-muted);
  line-height:1.7;
  margin-bottom:0;
}
.iwd-brand-panel{
  background:var(--iwd-dark);
  color:#fff;
  overflow:hidden;
}
.iwd-brand-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 25%,rgba(221,31,38,.28),transparent 32%),
    radial-gradient(circle at 82% 18%,rgba(255,203,69,.12),transparent 28%);
  pointer-events:none;
}
.iwd-brand-panel .container{
  position:relative;
  z-index:2;
}
.iwd-brand-panel .section-title h2,
.iwd-brand-panel .iwd-lead{
  color:#fff;
}
.iwd-brand-card{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12);
  color:#fff;
  backdrop-filter:blur(10px);
}
.iwd-brand-card p{
  color:rgba(255,255,255,.75);
}
.iwd-brand-card .btn{
  margin-top:18px;
}
.iwd-proof-section{
  background:#f2f4f8;
}
.iwd-proof-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.iwd-proof-card{
  text-align:center;
  padding:24px 16px;
}
.iwd-proof-card .iwd-icon{
  margin-left:auto;
  margin-right:auto;
}
.iwd-proof-card h3{
  font-size:17px;
}
.iwd-proof-card p{
  font-size:14px;
}
.w3 .package-item{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.38);
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.w4 .content{
  border-radius:24px;
  box-shadow:0 28px 75px rgba(13,18,30,.14);
}
.w5 blockquote{
  background:#fff;
  border-radius:22px;
  padding:34px 34px 30px;
  box-shadow:0 18px 50px rgba(13,18,30,.1);
  font-size:18px;
  line-height:1.75;
}
.toogle_wrap{
  border-radius:16px;
  overflow:hidden;
}
.w7{
  background:
    linear-gradient(135deg,rgba(8,9,13,.92),rgba(8,9,13,.78)),
    url(images/bg-3.jpg) center/cover no-repeat!important;
}
.w7 form{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  padding:30px;
  backdrop-filter:blur(10px);
}
.form-control{
  border-radius:14px;
  border:1px solid rgba(14,18,28,.12);
  box-shadow:none;
}
.iwd-footer{
  background:#050608;
  color:rgba(255,255,255,.8);
  padding:34px 0;
}
.iwd-footer a{
  color:#fff!important;
  text-decoration:none!important;
}
.iwd-footer-brand{
  color:#fff;
  font-weight:800;
  font-size:18px;
  margin-bottom:10px;
}
.iwd-footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin:10px 0 12px;
}
.iwd-footer-links a{
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
}
.iwd-footer-copy{
  font-size:14px;
  color:rgba(255,255,255,.65);
}
@media (max-width: 991px){
  .menu > li{
    line-height:48px;
  }
  .menu a{
    text-align:left;
  }
  .banner-image{
    height:620px;
  }
  .banner .carousel-caption{
    left:28px;
    right:28px;
  }
  .iwd-service-grid,
  .iwd-brand-grid{
    grid-template-columns:1fr;
  }
  .iwd-proof-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 575px){
  .section{
    padding:44px 0;
  }
  .section-title h2{
    font-size:30px;
  }
  .banner-image{
    height:560px;
  }
  .banner .carousel-caption h1{
    font-size:36px;
  }
  .banner .carousel-caption p{
    font-size:16px;
  }
  .iwd-proof-grid{
    grid-template-columns:1fr;
  }
  .iwd-service-card,
  .iwd-proof-card,
  .iwd-brand-card{
    padding:22px;
  }
  .w7 form{
    padding:20px;
  }
}
