@charset "UTF-8";
:root{--aqua:#61a877;--aqua-dark:#3f8156;--ink:#193c2b;--ink-2:#486052;--mist:#f5faf6;--line:#dce9df;--shadow:0 22px 60px rgba(25,60,43,.13)}
.site-header{border-bottom-color:rgba(97,168,119,.18)}
.button{border-color:var(--aqua);background:var(--aqua);color:#fff;box-shadow:0 10px 24px rgba(97,168,119,.25)}
.button:hover{background:#4f9667;box-shadow:0 14px 30px rgba(97,168,119,.33)}
.button-outline,.button-ghost{background:transparent;color:var(--ink);box-shadow:none}
.button-light{background:#fff;border-color:#fff;color:var(--ink)}
.text-link{color:var(--aqua-dark);border-bottom-color:rgba(63,129,86,.26)}
.hero{overflow:clip;background:radial-gradient(circle at 8% 18%,rgba(217,221,59,.27),transparent 24%),linear-gradient(135deg,#fbfefb 0%,#edf7f0 100%)}
.hero-grid{grid-template-columns:1.08fr .92fr;gap:58px}
.hero-visual{min-width:0;display:flex;flex-direction:column;align-items:center;padding:0 10px 8px}
.photo-frame{width:min(100%,400px);max-width:400px;margin:0 auto;overflow:hidden;border-radius:165px 165px 32px 32px;background:var(--aqua)}
.photo-frame img{width:100%;height:675px;object-fit:cover;object-position:50% 8%}
.hero-visual::after{background:var(--lime);right:-12px;z-index:0}
.photo-frame{z-index:1}
.floating-note{position:relative;z-index:3;left:auto;bottom:auto;align-self:flex-start;width:min(260px,82%);margin:-20px 0 0 0;padding:19px 22px;border-left-color:var(--aqua);box-shadow:0 14px 38px rgba(25,60,43,.16)}
.floating-note strong,.floating-note span{opacity:1;color:var(--ink)}
.floating-note span{color:var(--ink-2)}
.problems{background:#fff}
.problems .info-card{border-top:5px solid var(--aqua)}
.services-section{background:var(--ink)}
.services-section p{color:#c9d7cd}
.service-card{padding:0;overflow:hidden;background:#fff;color:var(--ink);border-color:rgba(255,255,255,.15)}
.service-card:hover{background:#fff;border-color:var(--lime);box-shadow:0 18px 44px rgba(0,0,0,.22)}
.service-image{height:205px;overflow:hidden;background:#dfe9e1}
.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.service-card:hover .service-image img{transform:scale(1.035)}
.service-card-body{min-height:290px;display:flex;flex-direction:column;padding:26px}
.service-card .service-index{margin-bottom:18px;color:var(--aqua-dark)}
.service-card .service-eyebrow{margin-top:0;color:var(--aqua-dark)}
.service-card h3{font-size:1.65rem}
.service-card p{color:var(--ink-2)}
.service-card .card-link{color:var(--aqua-dark)}
.differentials{background:#fff}
.differential-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.differential-card{grid-column:span 2;min-height:260px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff,var(--mist))}
.differential-card:nth-child(4),.differential-card:nth-child(5){grid-column:span 3}
.differential-card>span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:35px;border-radius:50%;background:var(--lime-soft);color:var(--ink);font-weight:900}
.differential-card h3{font-size:1.45rem}
.reviews{background:#f7f8f7}
.reviews-summary{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;padding:28px 34px;margin-bottom:30px;border:1px solid #dfe4e0;border-radius:26px;background:#fff;box-shadow:0 3px 10px rgba(25,60,43,.06)}
.google-word{font-size:2.55rem;font-weight:750;letter-spacing:-.08em;line-height:1}
.google-word span:nth-child(1),.google-word span:nth-child(4){color:#4285f4}.google-word span:nth-child(2),.google-word span:nth-child(6){color:#ea4335}.google-word span:nth-child(3){color:#fbbc05}.google-word span:nth-child(5){color:#34a853}
.reviews-summary strong{display:block;font-size:1.1rem}.rating-line{display:flex;align-items:center;gap:8px}.rating-line b{font-size:1.35rem}.stars{color:#fbbc05;letter-spacing:1px}.rating-line small{color:#76817a}
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.review-card{display:flex;flex-direction:column;min-height:320px;padding:25px;border:1px solid #dfe4e0;border-radius:24px;background:#fff;box-shadow:0 3px 10px rgba(25,60,43,.05)}
.review-author{display:flex;align-items:center;gap:12px;margin-bottom:18px}.review-author strong,.review-author small{display:block}.review-author small{font-size:.74rem;color:#7a857e}.avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--aqua);color:#fff;font-weight:900}.avatar-2{background:#ff6a00}.avatar-3{background:#9b41ef}.avatar-4{background:#eb2c90}
.review-card p{margin:12px 0 24px;color:var(--ink-2);font-size:.95rem}.google-source{margin-top:auto;padding-top:16px;border-top:1px solid #edf0ee;color:#7a857e;font-size:.76rem}.google-source strong{color:var(--aqua-dark)}
.service-list{gap:24px}
.service-row{grid-template-columns:220px 54px 1fr auto;padding:0;overflow:hidden;background:#fff}
.service-row>img{width:220px;height:100%;min-height:215px;object-fit:cover}
.service-row>div{padding:26px 0}
.service-row>.button{margin-right:28px}
.service-hero{padding:78px 0;background:radial-gradient(circle at 10% 10%,rgba(217,221,59,.25),transparent 25%),var(--mist)}
.service-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.service-hero h1{font-size:clamp(2.6rem,5vw,4.8rem)}
.service-hero p{font-size:1.12rem;max-width:640px}
.service-hero-image{overflow:hidden;border-radius:34px 150px 34px 34px;box-shadow:var(--shadow)}
.service-hero-image img{width:100%;height:470px;object-fit:cover}
.service-aside,.contact-panel,.credential-card{background:var(--ink)}
.final-cta{background:radial-gradient(circle at 15% 30%,rgba(217,221,59,.38),transparent 25%),var(--aqua)}
.site-footer{background:#0d2f20}
@media(max-width:960px){.hero-grid{grid-template-columns:1fr}.hero-visual{max-width:500px}.photo-frame{margin:auto}.differential-grid{grid-template-columns:1fr 1fr}.differential-card,.differential-card:nth-child(4),.differential-card:nth-child(5){grid-column:auto}.review-grid{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:180px 48px 1fr}.service-row>img{width:180px}.service-row>.button{grid-column:3;margin:0 24px 24px 0;justify-self:start}.service-hero-grid{grid-template-columns:1fr}.service-hero-image{max-width:720px}.service-hero-image img{height:430px}}
@media(max-width:640px){.photo-frame{width:min(100%,345px);border-radius:145px 145px 27px 27px}.photo-frame img{height:585px;object-position:50% 7%}.floating-note{align-self:center;margin-top:-15px}.service-card{min-height:0}.service-card-body{min-height:270px}.service-image{height:190px}.differential-grid,.review-grid{grid-template-columns:1fr}.differential-card{min-height:0}.reviews-summary{grid-template-columns:1fr;gap:16px;padding:24px}.reviews-summary .button{width:100%}.review-card{min-height:0}.service-row{grid-template-columns:44px 1fr}.service-row>img{grid-column:1/-1;width:100%;height:220px;min-height:0}.service-row>div{padding:20px 18px 10px 0}.service-row>.button{grid-column:1/-1;margin:0 18px 22px;width:calc(100% - 36px)}.service-hero{padding:56px 0}.service-hero-grid{gap:36px}.service-hero-image{border-radius:26px 90px 26px 26px}.service-hero-image img{height:300px}}
