:root {
  --navy: #123047;
  --navy-deep: #0A1E2E;
  --navy-mid: #1B4560;
  --aqua: #1AA6A0;
  --aqua-bright: #2FCFC3;
  --surface: #EEF5F5;
  --white: #FFFFFF;
  --text: #172227;
  --text-muted: #52656B;
  --border: #DCE8E8;
  --shadow: 0 2px 8px rgba(10, 30, 46, 0.09);
  --shadow-lift: 0 12px 28px rgba(10, 30, 46, 0.2);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Inter", "Segoe UI", Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: "Outfit", "Segoe UI", Arial, sans-serif; line-height: 1.14; color: var(--navy-deep); font-weight: 700; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; }
.nav-inner { max-width: 1120px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 10px; font-family: "Outfit", sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--navy-deep); }
.brand-logo { height: 40px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 0.95rem; }
.nav-links > li { position: relative; }
.nav-links a:hover { color: var(--aqua); }
.nav-dropdown { display: flex; align-items: center; cursor: pointer; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow-lift); padding: 10px; min-width: 240px; z-index: 60; }
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a { display: block; padding: 9px 12px; border-radius: 6px; font-weight: 500; }
.dropdown-menu li a:hover { background: var(--surface); }
.nav-cta { background: var(--aqua); color: var(--white); padding: 10px 20px; border-radius: 999px; font-weight: 700; }
.nav-cta:hover { background: var(--navy); color: var(--white); }

/* HERO */
.hero { background: var(--navy-deep); color: var(--white); padding: 70px 0 60px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; display: flex; z-index: 0; }
.hero-bg img { flex: 1 1 0; height: 100%; width: 100%; object-fit: cover; opacity: 0.6; filter: saturate(0.95); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,30,46,0.62), rgba(18,48,71,0.55)); z-index: 1; }
.hero .container { position: relative; z-index: 2; }
.hero-kicker { display: inline-block; color: var(--aqua-bright); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: 0.82rem; margin-bottom: 14px; }
.hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); color: var(--white); text-wrap: balance; margin-bottom: 18px; }
.hero p { color: #C9DADA; font-size: 1.08rem; max-width: 560px; margin-bottom: 26px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 0.98rem; transition: transform .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-aqua { background: var(--aqua); color: var(--white); }
.btn-aqua:hover { background: var(--aqua-bright); }
.btn-outline { border: 2px solid rgba(255,255,255,0.5); color: var(--white); }
.btn-outline:hover { border-color: var(--white); }
.btn-navy { background: var(--navy-deep); color: var(--white); }
.btn-navy:hover { background: var(--navy); }
.stat-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.stat-row { display: flex; align-items: center; gap: 12px; color: #DCEAEA; font-weight: 500; }
.stat-row svg { width: 22px; height: 22px; color: var(--aqua-bright); flex-shrink: 0; }

/* TRUST BAR */
.trust-bar { background: var(--surface); border-bottom: 1px solid var(--border); padding: 14px 0; }
.trust-bar .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; font-weight: 600; font-size: 0.92rem; color: var(--navy); }
.trust-bar .sep { color: var(--border); }

/* SECTIONS */
.section { padding: 68px 0; }
.section-alt { background: var(--surface); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.kicker { display: inline-block; color: var(--aqua); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 10px; }
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); text-wrap: balance; }
.section-head p { color: var(--text-muted); font-size: 1.02rem; }
.page-hero { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--white); padding: 56px 0; }
.page-hero h1 { color: var(--white); font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin: 10px 0 12px; }
.page-hero p { color: #C9DADA; font-size: 1.05rem; max-width: 620px; }

/* PROJECT PHOTOS */
.project-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 22px; margin-top: 8px; }
.project-photos img { width: 100%; height: 420px; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow-lift); transition: transform .3s; }
.project-photos img:hover { transform: scale(1.015); }
.project-photos-caption { text-align: center; color: var(--text-muted); font-size: 0.86rem; margin-top: 16px; }
@media (max-width: 900px) { .project-photos img { height: 320px; } }
@media (max-width: 640px) { .project-photos { grid-template-columns: 1fr; } .project-photos img { height: 280px; } }

/* BEFORE / AFTER SLIDER */
.ba-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 8px; max-width: 900px; margin-left: auto; margin-right: auto; }
.ba-slider { position: relative; width: 100%; aspect-ratio: 4 / 3.1; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lift); user-select: none; touch-action: pan-y; }
.ba-slider img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba-slider .ba-after { z-index: 1; }
.ba-before-wrap { position: absolute; top: 0; left: 0; height: 100%; width: 50%; overflow: hidden; z-index: 2; border-right: 4px solid var(--white); }
.ba-before-wrap img { width: var(--ba-img-w, 100%); height: 100%; object-fit: cover; }
.ba-handle { position: absolute; top: 50%; left: 50%; width: 56px; height: 56px; background: var(--white); border-radius: 50%; transform: translate(-50%, -50%); z-index: 3; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.35); cursor: ew-resize; }
.ba-handle::before { content: "\2194"; font-size: 1.6rem; color: var(--navy-deep); font-weight: 700; }
.ba-tag { position: absolute; top: 16px; z-index: 4; background: rgba(10,30,46,0.78); color: var(--white); font-size: 0.8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; }
.ba-tag-before { left: 16px; }
.ba-tag-after { right: 16px; }
.ba-caption { text-align: center; color: var(--text-muted); font-size: 1rem; font-weight: 600; margin-top: 16px; }
@media (max-width: 640px) { .ba-slider { aspect-ratio: 4 / 5; } }

/* CARDS */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { display: block; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 28px 26px; box-shadow: var(--shadow); transition: transform .22s, box-shadow .22s, border-color .22s; text-decoration: none; color: inherit; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--aqua); }
.card h3 { color: var(--navy-deep); font-size: 1.1rem; margin-bottom: 10px; }
.card p { color: var(--text-muted); font-size: 0.96rem; }
.card ul { list-style: none; margin-top: 10px; }
.card ul li { padding-left: 22px; position: relative; margin-bottom: 8px; color: var(--text-muted); }
.card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 700; }

/* STEPS */
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step-item { text-align: center; }
.step-num { width: 46px; height: 46px; border-radius: 50%; background: var(--navy-deep); color: var(--aqua-bright); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; margin: 0 auto 16px; }
.step-item h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step-item p { color: var(--text-muted); font-size: 0.95rem; }

/* CTA BAND */
.cta-band { background: linear-gradient(120deg, var(--aqua), var(--navy)); color: var(--white); padding: 56px 0; text-align: center; }
.cta-band h2 { color: var(--white); margin-bottom: 10px; }
.cta-band p { color: #E2F2F2; margin-bottom: 22px; }

/* FAQ */
.faq-item { max-width: 760px; margin: 0 auto 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.faq-item h3 { font-size: 1.02rem; margin-bottom: 8px; }
.faq-item p { color: var(--text-muted); font-size: 0.96rem; }

/* REVIEWS */
.rating-summary { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-bottom: 40px; text-align: center; }
.rating-summary-item { display: flex; flex-direction: column; align-items: center; }
.rating-summary-score { font-family: "Outfit", sans-serif; font-size: 2.6rem; color: var(--navy-deep); line-height: 1; }
.rating-summary-item .stars { color: var(--aqua); font-size: 1.1rem; letter-spacing: 2px; margin: 8px 0 6px; }
.rating-summary-label { color: var(--text-muted); font-size: 0.88rem; font-weight: 600; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 28px; box-shadow: var(--shadow); }
.review-card .stars { color: var(--aqua); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 12px; }
.review-card p { color: var(--text-muted); font-style: italic; margin-bottom: 14px; line-height: 1.7; }
.review-card .reviewer { font-weight: 700; color: var(--navy-deep); font-size: 0.92rem; }
.platform-badge { display: inline-block; background: var(--surface); color: var(--navy-deep); font-size: 0.74rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin-left: 8px; }

/* AREA TAGS */
.area-tag-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.area-tag-list li { background: var(--navy-deep); color: var(--aqua-bright); font-family: "Inter", sans-serif; font-size: 0.78rem; font-weight: 700; padding: 5px 16px; border-radius: 999px; letter-spacing: .03em; }

/* ABOUT */
.about-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-block-single { grid-template-columns: 1fr; max-width: 780px; margin-left: auto; margin-right: auto; }
.about-text h2 { font-size: clamp(1.45rem, 3vw, 1.9rem); margin: 10px 0 18px; }
.about-text p { color: var(--text-muted); line-height: 1.78; }

/* FOOTER */
.footer { background: var(--navy-deep); color: #B9CDCD; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand { margin-bottom: 14px; }
.footer-brand .brand-logo { height: 36px; }
.footer h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 14px; }
.footer ul li { margin-bottom: 9px; }
.footer a:hover { color: var(--aqua-bright); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 0.85rem; text-align: center; color: #7E9999; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .step-grid { grid-template-columns: 1fr; }
  .about-block { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .card-grid { grid-template-columns: 1fr; }
}
