
:root{
--hyd-primary:#0f766e;
--hyd-dark:#0f172a;
--hyd-soft:#ecfeff;
--hyd-border:#d7e7e5;
--hyd-muted:#64748b;
}

.hyd-section{
padding:110px 0;
position:relative;
overflow:hidden;
}

.hyd-container{
max-width:1280px;
margin:auto;
padding:0 24px;
}

.hyd-heading{
max-width:920px;
margin:0 auto 70px;
text-align:center;
}

.hyd-heading h2{
font-size:clamp(2.4rem,4vw,4.6rem);
line-height:1.06;
font-weight:900;
letter-spacing:-.05em;
margin-bottom:24px;
color:#0f172a;
}

.hyd-heading p{
font-size:17px;
line-height:1.95;
color:var(--hyd-muted);
}

.hyd-badge-main,
.hyd-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 18px;
border-radius:999px;
font-size:14px;
font-weight:700;
margin-bottom:24px;
}

.hyd-badge-main,
.hyd-soft-badge{
background:#ccfbf1;
color:#115e59;
}

.hyd-dark-badge{
background:#0f172a;
color:#fff;
}

.hyd-hero-section{
background:
radial-gradient(circle at top left,#ccfbf1 0%,transparent 30%),
radial-gradient(circle at bottom right,#99f6e4 0%,transparent 24%),
linear-gradient(180deg,#ffffff 0%,#f0fdfa 100%);
}

.hyd-hero-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:70px;
align-items:center;
}

.hyd-hero-content h1{
font-size:clamp(3rem,5vw,6rem);
line-height:.95;
font-weight:900;
letter-spacing:-.06em;
margin-bottom:28px;
color:#0f172a;
}

.hyd-hero-content p{
font-size:18px;
line-height:1.95;
color:#475569;
margin-bottom:36px;
}

.hyd-hero-tags{
display:flex;
gap:14px;
flex-wrap:wrap;
margin-bottom:36px;
}

.hyd-tag{
padding:12px 18px;
border-radius:999px;
background:#fff;
border:1px solid var(--hyd-border);
font-size:14px;
font-weight:700;
}

.hyd-hero-actions{
display:flex;
gap:16px;
flex-wrap:wrap;
}

.hyd-primary-btn,
.hyd-secondary-btn{
height:58px;
padding:0 34px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:999px;
font-weight:800;
text-decoration:none;
transition:.3s ease;
}

.hyd-primary-btn{
background:linear-gradient(135deg,#0f766e,#115e59);
color:#fff;
box-shadow:0 18px 45px rgba(15,118,110,.24);
}

.hyd-secondary-btn{
background:#fff;
border:1px solid var(--hyd-border);
color:#0f172a;
}

.hyd-primary-btn:hover,
.hyd-secondary-btn:hover{
transform:translateY(-3px);
}

.hyd-hero-visual{
position:relative;
}

.hyd-hero-visual img{
width:100%;
height:620px;
object-fit:fill;
border-radius:42px;
display:block;
box-shadow:0 35px 90px rgba(15,23,42,.12);
}

.hyd-floating-panel{
position:absolute;
top:30px;
left:-40px;
width:290px;
padding:30px;
background:rgba(255,255,255,.92);
backdrop-filter:blur(12px);
border-radius:32px;
box-shadow:0 25px 60px rgba(15,23,42,.1);
}

.hyd-panel-icon{
width:66px;
height:66px;
border-radius:22px;
background:linear-gradient(135deg,#ccfbf1,#99f6e4);
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#0f766e;
margin-bottom:22px;
}

.hyd-overview-grid,
.hyd-locality-grid,
.hyd-process-grid,
.hyd-scenario-grid,
.hyd-review-grid{
display:grid;
gap:28px;
}

.hyd-overview-grid,
.hyd-locality-grid,
.hyd-scenario-grid,
.hyd-review-grid{
grid-template-columns:repeat(3,1fr);
}

.hyd-process-grid{
grid-template-columns:repeat(4,1fr);
}

.hyd-overview-card,
.hyd-locality-card,
.hyd-process-card,
.hyd-scenario-card,
.hyd-review-card{
background:#fff;
border:1px solid #e2e8f0;
border-radius:34px;
padding:34px;
box-shadow:0 15px 45px rgba(15,23,42,.05);
transition:.35s ease;
}

.hyd-locality-card{
text-decoration:none;
}

.hyd-overview-card:hover,
.hyd-locality-card:hover,
.hyd-process-card:hover,
.hyd-scenario-card:hover,
.hyd-review-card:hover{
transform:translateY(-8px);
box-shadow:0 30px 70px rgba(15,23,42,.1);
}

.hyd-overview-icon{
width:68px;
height:68px;
border-radius:22px;
background:linear-gradient(135deg,#ccfbf1,#99f6e4);
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#0f766e;
margin-bottom:22px;
}

.hyd-overview-card h3,
.hyd-locality-card h3,
.hyd-process-card h3,
.hyd-scenario-card h3{
font-size:1.45rem;
font-weight:800;
margin-bottom:16px;
color:#0f172a;
}

.hyd-overview-card p,
.hyd-locality-card p,
.hyd-process-card p,
.hyd-scenario-card p,
.hyd-review-card p{
font-size:15px;
line-height:1.9;
color:#64748b;
margin-bottom:18px;
}

.hyd-locality-card span{
font-size:14px;
font-weight:700;
color:#0f766e;
}

.hyd-process-section{
background:#0f172a;
}

.hyd-process-section .hyd-heading h2,
.hyd-process-section .hyd-heading p{
color:#fff;
}

.hyd-process-card{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
}

.hyd-process-card h3{
color:#fff;
}

.hyd-process-card p{
color:#cbd5e1;
}

.hyd-step-number{
width:58px;
height:58px;
border-radius:50%;
background:linear-gradient(135deg,#14b8a6,#0f766e);
display:flex;
align-items:center;
justify-content:center;
font-weight:800;
color:#fff;
margin-bottom:22px;
}

.hyd-value-grid{
display:grid;
grid-template-columns:.95fr 1.05fr;
gap:70px;
align-items:center;
}

.hyd-value-image img{
width:100%;
height:600px;
object-fit:fill;
border-radius:40px;
display:block;
}

.hyd-value-content h2{
font-size:clamp(2.2rem,4vw,4.2rem);
line-height:1.08;
font-weight:900;
letter-spacing:-.05em;
margin-bottom:24px;
}

.hyd-value-content p{
font-size:17px;
line-height:1.95;
color:#64748b;
margin-bottom:34px;
}

.hyd-value-points{
display:grid;
gap:18px;
}

.hyd-value-item{
display:flex;
align-items:center;
gap:14px;
font-size:15px;
font-weight:700;
}

.hyd-value-item i{
color:#0f766e;
}

.hyd-stars{
font-size:18px;
letter-spacing:2px;
color:#f59e0b;
margin-bottom:22px;
}

.hyd-review-user{
display:flex;
align-items:center;
gap:14px;
margin-top:24px;
}

.hyd-avatar{
width:56px;
height:56px;
border-radius:50%;
background:linear-gradient(135deg,#14b8a6,#0f766e);
display:flex;
align-items:center;
justify-content:center;
font-weight:800;
color:#fff;
}

.hyd-faq-item{
background:#fff;
border:1px solid #e2e8f0;
border-radius:28px;
overflow:hidden;
margin-bottom:20px;
}

.hyd-faq-q{
padding:26px 28px;
font-size:17px;
font-weight:800;
display:flex;
align-items:center;
justify-content:space-between;
cursor:pointer;
}

.hyd-faq-a{
padding:0 28px 28px;
font-size:15px;
line-height:1.9;
color:#64748b;
}

.hyd-commercial-text{
font-size:16px;
line-height:1.95;
margin-top:22px;
color:#334155;
}

.hyd-commercial-grid,
.hyd-search-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.hyd-commercial-card,
.hyd-search-card{
background:#fff;
border:1px solid #e2e8f0;
padding:26px;
border-radius:24px;
font-size:15px;
font-weight:700;
box-shadow:0 12px 35px rgba(15,23,42,.04);
}

.hyd-commercial-card{
background:linear-gradient(180deg,#ffffff 0%,#f0fdfa 100%);
}

.hyd-search-card{
background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.hyd-proof-section{
padding-top:0;
padding-bottom:80px;
}

.hyd-proof-soft{
background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.hyd-proof-image{
max-width:1080px;
margin:auto;
border-radius:36px;
overflow:hidden;
box-shadow:0 30px 80px rgba(15,23,42,.08);
}

.hyd-proof-image img{
width:100%;
height:520px;
object-fit:fill;
display:block;
transition:transform .5s ease;
}

.hyd-proof-image:hover img{
transform:scale(1.03);
}

@media(max-width:768px){

.hyd-proof-image img{
height:300px;
}

}

@media(max-width:768px){

.hyd-commercial-grid,
.hyd-search-grid{
grid-template-columns:1fr;
}

}

@media(max-width:1200px){

.hyd-overview-grid,
.hyd-locality-grid,
.hyd-process-grid,
.hyd-scenario-grid,
.hyd-review-grid{
grid-template-columns:repeat(2,1fr);
}

.hyd-hero-grid,
.hyd-value-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.hyd-section{
padding:80px 0;
}

.hyd-overview-grid,
.hyd-locality-grid,
.hyd-process-grid,
.hyd-scenario-grid,
.hyd-review-grid{
grid-template-columns:1fr;
}

.hyd-hero-content h1{
font-size:3rem;
}

.hyd-hero-visual img,
.hyd-value-image img{
height:360px;
}

.hyd-floating-panel{
position:relative;
left:auto;
top:auto;
width:100%;
margin-bottom:24px;
}

.hyd-primary-btn,
.hyd-secondary-btn{
width:100%;
}

}
