/*
Theme Name: Waters Well One Page DDS
Theme URI: https://waterswellinc.com/
Author: OpenAI
Description: One-page DDS-focused theme for Waters Well Inc.
Version: 1.1.0
Text Domain: waterswell-one-page-dds
*/
:root{
  --blue:#0b4ca8;
  --blue2:#177fe5;
  --blue3:#082f66;
  --light:#f4f9ff;
  --text:#16324f;
  --white:#ffffff;
  --shadow:0 18px 40px rgba(10,40,90,.14);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.ww-wrap{overflow:hidden}
.ww-container{width:min(calc(100% - 32px), var(--max));margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:99;
  background:rgba(8,47,102,.97);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:78px;
}
.brand{
  color:#fff;
  font-weight:800;
  font-size:22px;
  letter-spacing:.2px;
}
.site-nav ul{
  display:flex;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}
.site-nav a{
  display:inline-block;
  color:#fff;
  font-weight:700;
  padding:10px 14px;
  border-radius:999px;
  font-size:15px;
}
.site-nav a:hover{
  background:rgba(255,255,255,.14);
}
.hero{
  background:linear-gradient(135deg,#0b3f89 0%,#0b4ca8 45%,#1d8ef0 100%);
  padding:46px 0 56px;
  color:#fff;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:30px;
  align-items:center;
}
.hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);
  padding:10px 16px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:16px;
}
.hero h1{
  font-size:clamp(42px,6vw,72px);
  line-height:1.02;
  letter-spacing:-1.7px;
  margin:0 0 16px;
  font-weight:900;
  text-shadow:0 4px 14px rgba(0,0,0,.18);
}
.hero p{
  font-size:clamp(18px,2vw,26px);
  margin:0 0 26px;
  color:rgba(255,255,255,.98);
  max-width:760px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:24px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 24px;
  border-radius:999px;
  font-weight:800;
  font-size:19px;
  border:none;
  cursor:pointer;
}
.btn-primary{
  background:#fff;
  color:var(--blue3);
  box-shadow:var(--shadow);
}
.btn-secondary{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.78);
}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.quick-card{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.14);
  padding:18px 16px;
  border-radius:20px;
  min-height:124px;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.quick-card .label{
  display:block;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.7px;
  font-weight:800;
  opacity:.88;
  margin-bottom:6px;
}
.quick-card .value{
  font-size:20px;
  font-weight:800;
  line-height:1.35;
}
.hero-photo-wrap{
  background:rgba(255,255,255,.9);
  padding:18px;
  border-radius:30px;
  box-shadow:0 20px 45px rgba(0,0,0,.2);
}
.hero-photo{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:22px;
}
.section{padding:82px 0}
.section.alt{background:linear-gradient(180deg,var(--light) 0%,#fff 100%)}
.center-head{text-align:center;max-width:860px;margin:0 auto 32px}
.eyebrow{
  display:inline-block;
  color:var(--blue2);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:13px;
}
.center-head h2{
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
  margin:10px 0 14px;
  color:var(--blue3);
}
.center-head p{
  margin:0;
  font-size:20px;
  color:#516b89;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-card{
  background:#fff;
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow);
  border:1px solid rgba(11,76,168,.08);
}
.service-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(29,142,240,.16),rgba(11,76,168,.12));
  color:var(--blue);
  font-size:24px;
  font-weight:900;
  margin-bottom:14px;
}
.service-card h3{
  font-size:28px;
  line-height:1.1;
  margin:0 0 10px;
  color:var(--blue3);
}
.service-card p{
  margin:0;
  color:#4e6988;
  font-size:18px;
}
.dual-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.form-card{
  background:#fff;
  border-radius:28px;
  padding:30px;
  box-shadow:var(--shadow);
  border:1px solid rgba(11,76,168,.08);
}
.form-card h3{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.08;
  color:var(--blue3);
}
.form-card p{
  margin:0 0 20px;
  color:#536e8d;
  font-size:18px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.full{grid-column:1/-1}
.ww-field label{
  display:block;
  margin-bottom:6px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-weight:800;
  color:var(--blue3);
}
.ww-field input,.ww-field textarea{
  width:100%;
  padding:15px 16px;
  border:1px solid #cfe1f6;
  border-radius:16px;
  background:#fbfdff;
  font-size:17px;
}
.ww-field textarea{
  min-height:140px;
  resize:vertical;
}
.form-note{
  font-size:14px;
  color:#617a98;
  margin:10px 0 16px;
}
.notice{
  padding:14px 16px;
  border-radius:16px;
  font-weight:700;
  margin:0 auto 18px;
  max-width:860px;
}
.notice.success{background:#e9fff3;color:#0a6a36;border:1px solid #bfe7cf}
.notice.error{background:#fff0f0;color:#a33131;border:1px solid #efc8c8}
.cta{
  background:linear-gradient(135deg,var(--blue3),#0b4ca8 60%,#1590ea 100%);
  color:#fff;
  border-radius:30px;
  padding:34px;
  box-shadow:var(--shadow);
}
.cta h3{
  font-size:38px;
  line-height:1.06;
  margin:0 0 10px;
}
.cta p{
  font-size:18px;
  margin:0 0 18px;
  color:rgba(255,255,255,.93);
}
.site-footer{
  background:var(--blue3);
  color:#fff;
  padding:28px 0;
}
.footer-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.footer-small{opacity:.9}
@media (max-width:1020px){
  .hero-grid,.dual-grid{grid-template-columns:1fr}
}
@media (max-width:820px){
  .quick-grid,.service-grid,.form-grid{grid-template-columns:1fr}
  .site-nav ul{flex-wrap:wrap;justify-content:flex-end}
  .site-nav a{font-size:14px;padding:8px 10px}
}
