/*
Theme Name: EA Cleaning
Theme URI: https://www.eacleaning.it
Author: EA Cleaning
Description: Tema ufficiale EA Cleaning per pulizie professionali in Romagna.
Version: 1.0.1
Text Domain: ea-cleaning
*/

:root { --navy:#081b2d; --blue:#1597dc; --sky:#e9f6fc; --cream:#f4f2ed; --ink:#102333; --muted:#63717c; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:"Manrope",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.topbar { min-height:38px; padding:0 5vw; background:var(--navy); color:#dce8ef; display:flex; align-items:center; justify-content:space-between; font-size:12px; }
.topbar div { display:flex; gap:28px; }
.nav { height:94px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #dce3e7; position:relative; z-index:4; background:#fff; }
.brand { display:flex; align-items:center; gap:12px; min-width:230px; }
.brand-mark { width:55px; height:55px; display:grid; place-items:center; border:2px solid var(--blue); border-radius:50% 42% 55% 45%; color:var(--blue); font-family:"Playfair Display",Georgia,serif; font-size:24px; font-style:italic; }
.brand strong,.brand small { display:block; }
.brand strong { letter-spacing:.12em; font-size:16px; }
.brand small { color:#80909a; margin-top:2px; font-size:11px; }
.nav nav { display:flex; gap:28px; font-size:13px; font-weight:600; }
.nav nav a:hover { color:var(--blue); }
.button { display:inline-flex; gap:16px; align-items:center; justify-content:center; padding:15px 21px; font-size:13px; font-weight:800; border-radius:2px; transition:.2s ease; }
.button:hover { transform:translateY(-2px); }
.button-dark { background:var(--navy); color:#fff; }
.button-blue { background:var(--blue); color:#fff; box-shadow:0 10px 30px #1597dc35; }
.hero { min-height:660px; display:grid; grid-template-columns:1.03fr .97fr; background:linear-gradient(110deg,#f8fafb 0%,#f8fafb 52%,#e8f4f8 52%); overflow:hidden; }
.hero-copy { padding:88px 5vw 70px; align-self:center; }
.eyebrow,.kicker { color:#208ecb; font-size:11px; letter-spacing:.2em; font-weight:800; }
.eyebrow span { width:8px; height:8px; background:#36b4e9; border-radius:50%; display:inline-block; margin-right:10px; box-shadow:0 0 0 5px #36b4e920; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:730px; margin:25px 0; font-size:clamp(52px,6.1vw,94px); line-height:.93; letter-spacing:-.055em; }
h1 em,.services h2 em { color:var(--blue); font-family:"Playfair Display",Georgia,serif; font-weight:500; }
.lead { max-width:610px; font-size:18px; line-height:1.75; color:#596c79; }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:32px; }
.text-link { font-size:13px; font-weight:800; border-bottom:1px solid #b8c1c7; padding:8px 0; }
.stats { display:flex; gap:42px; margin-top:62px; }
.stats div { padding-right:40px; border-right:1px solid #ccd5da; }
.stats div:last-child { border:0; }
.stats strong,.stats span { display:block; }
.stats strong { color:var(--navy); font-size:25px; }
.stats span { color:#6d7c85; font-size:10px; margin-top:7px; text-transform:uppercase; letter-spacing:.08em; }
.hero-visual { min-height:660px; position:relative; padding:42px 5vw 50px 0; }
.hero-image { width:100%; height:100%; min-height:570px; background:linear-gradient(180deg,transparent 60%,#081b2d70),url("https://b1614660.smushcdn.com/1614660/wp-content/uploads/2023/11/Pulizie_uffici-1200x630.jpg?lossy=0&strip=1&webp=1") center/cover; border-radius:2px; }
.quality-card,.area-card { position:absolute; background:#fff; box-shadow:0 20px 55px #17304426; }
.quality-card { left:-50px; bottom:52px; padding:22px 28px; display:flex; gap:16px; align-items:center; }
.quality-card b { width:34px; height:34px; border-radius:50%; background:#e7f7fd; color:var(--blue); display:grid; place-items:center; }
.quality-card strong,.quality-card small { display:block; }
.quality-card small { color:#7b8992; margin-top:4px; }
.area-card { right:0; top:82px; padding:23px 28px; background:var(--navy); color:#fff; }
.area-card small,.area-card strong,.area-card span { display:block; }
.area-card small { color:#5dc5f3; font-size:9px; letter-spacing:.16em; }
.area-card strong { font-size:27px; margin:6px 0; }
.area-card span { color:#b9c9d3; font-size:11px; }
.client-strip { min-height:88px; background:var(--navy); color:#fff; padding:0 5vw; display:flex; align-items:center; justify-content:center; gap:30px; }
.client-strip span { color:#8ca4b4; font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.client-strip b { font-size:13px; }
.client-strip i { color:#1d9de0; }
.section { padding:110px 5vw; }
.intro { background:var(--cream); display:grid; grid-template-columns:1fr 1fr; gap:30px 7vw; }
.section h2,.method h2,.contact h2 { font-size:clamp(40px,4.4vw,66px); line-height:1.05; letter-spacing:-.045em; }
.intro-text { font-size:18px; line-height:1.8; color:#64717a; max-width:600px; padding-top:30px; }
.values { grid-column:1/-1; display:grid; grid-template-columns:repeat(4,1fr); margin-top:38px; border-top:1px solid #d4d2cc; }
.values article { padding:34px 28px 10px 0; border-right:1px solid #d4d2cc; }
.values article+article { padding-left:28px; }
.values article:last-child { border:0; }
.values article>span,.service-number { color:#20a5e5; font-family:"Playfair Display",Georgia,serif; font-style:italic; }
.values h3 { font-size:18px; margin:22px 0 12px; }
.values p { color:#6b767d; font-size:13px; line-height:1.7; }
.services { background:#fff; }
.section-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:55px; }
.section-head>p { max-width:520px; line-height:1.75; color:#65747e; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { border:1px solid #dbe2e6; padding:14px; position:relative; transition:.25s ease; }
.service-card:hover { transform:translateY(-6px); box-shadow:0 22px 50px #20374616; }
.service-number { position:absolute; right:28px; top:28px; color:#fff; z-index:2; }
.service-art { height:205px; display:grid; place-items:center; overflow:hidden; position:relative; background-position:center; background-size:cover; }
.service-art:before,.service-art:after { content:""; position:absolute; border:1px solid #ffffff35; border-radius:50%; }
.service-art:before { width:210px; height:210px; right:-80px; bottom:-90px; }
.service-art:after { width:120px; height:120px; left:-30px; top:-45px; }
.art-01 { background-image:linear-gradient(#081b2d18,#081b2d48),url("https://images.pexels.com/photos/3616735/pexels-photo-3616735.jpeg?auto=compress&cs=tinysrgb&w=900"); }
.art-02 { background-image:linear-gradient(#081b2d18,#081b2d48),url("https://images.pexels.com/photos/6196223/pexels-photo-6196223.jpeg?auto=compress&cs=tinysrgb&w=900"); }
.art-03 { background-image:linear-gradient(#081b2d18,#081b2d48),url("https://images.pexels.com/photos/4176540/pexels-photo-4176540.jpeg?auto=compress&cs=tinysrgb&w=900"); }
.art-04 { background-image:linear-gradient(#081b2d18,#081b2d48),url("https://images.pexels.com/photos/37440103/pexels-photo-37440103.jpeg?auto=compress&cs=tinysrgb&w=900"); }
.service-art span { font-family:"Playfair Display",Georgia,serif; font-size:65px; font-style:italic; color:#ffffffcc; transform:rotate(-8deg); }
.service-card h3 { font-size:21px; margin:26px 12px 10px; }
.service-card p { color:#6d7b84; font-size:13px; line-height:1.65; margin:0 12px 18px; min-height:65px; }
.service-card ul { list-style:none; padding:16px 12px; border-top:1px solid #e6eaec; color:#485963; font-size:11px; line-height:2.1; }
.service-card li::first-letter { color:var(--blue); }
.service-card>a { display:flex; justify-content:space-between; margin:10px 12px 12px; font-size:11px; font-weight:800; }
.custom-callout { background:var(--sky); margin-top:22px; padding:25px 30px; display:flex; align-items:center; gap:20px; }
.custom-callout strong { font-size:19px; }
.custom-callout a { margin-left:auto; color:#087fbf; font-size:12px; font-weight:800; }
.sectors { background:var(--navy); color:#fff; }
.sectors .section-head p { color:#a6b6c1; }
.sector-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:6vw; }
.sector-photo { min-height:560px; background:linear-gradient(180deg,transparent,#081b2de6),url("https://b1614660.smushcdn.com/1614660/wp-content/uploads/2023/11/Pulizie_uffici-1200x630.jpg?lossy=0&strip=1&webp=1") left center/cover; position:relative; }
.sector-photo>div { position:absolute; bottom:36px; left:35px; }
.sector-photo small,.sector-photo strong { display:block; }
.sector-photo small { color:#52bced; letter-spacing:.14em; margin-bottom:12px; }
.sector-photo strong { font-size:30px; }
.sector-list article { display:grid; grid-template-columns:45px 1fr 25px; align-items:center; gap:16px; padding:20px 5px; border-bottom:1px solid #294051; }
.sector-list span { color:#4f9ec7; font-family:"Playfair Display",Georgia,serif; font-style:italic; }
.sector-list h3 { font-size:17px; margin-bottom:6px; }
.sector-list p { color:#91a4b0; margin:0; font-size:12px; }
.sector-list b { color:#4baedb; }
.method { padding:110px 5vw; display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; background:#f5f7f7; }
.method-copy>p:not(.kicker) { color:#63727c; line-height:1.7; max-width:430px; }
.steps { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#cdd7dc; }
.steps article { background:#fff; padding:38px; min-height:205px; }
.steps b { width:36px; height:36px; background:var(--sky); color:var(--blue); border-radius:50%; display:grid; place-items:center; }
.steps h3 { margin:25px 0 9px; }
.steps p { color:#6d7a83; font-size:12px; }
.testimonials { background:#f7f8f8; }
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.testimonial-grid article { background:#fff; padding:38px; border:1px solid #dfe5e8; }
.stars { color:var(--blue); letter-spacing:.16em; }
.testimonial-grid blockquote { margin:24px 0 28px; font-family:Georgia,serif; font-size:20px; line-height:1.55; color:#30434f; }
.testimonial-grid strong,.testimonial-grid span { display:block; }
.testimonial-grid strong { font-size:12px; }
.testimonial-grid span { color:#82919a; font-size:11px; margin-top:5px; }
.review-note { color:#8a969d; font-size:10px; margin-top:20px; text-align:right; }
.page-hero { min-height:430px; padding:95px 5vw; color:#fff; background:linear-gradient(90deg,#081b2df0,#081b2d70),var(--page-image) center/cover; display:flex; align-items:end; }
.page-hero h1 { font-size:clamp(48px,6vw,82px); margin:15px 0 0; max-width:900px; }
.page-hero p { max-width:650px; color:#c7d5dd; line-height:1.7; }
.page-content { padding:90px 5vw; }
.detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.detail-card { border:1px solid #dce4e8; padding:38px; background:#fff; }
.detail-card h2 { font-size:30px; }
.detail-card p,.detail-card li { color:#65747e; line-height:1.8; }
.detail-card ul { padding-left:18px; }
.photo-detail { min-height:280px; background-position:center; background-size:cover; margin:-38px -38px 32px; }
.contact-page { display:grid; grid-template-columns:1fr 1.1fr; gap:5vw; }
.contact-stack { display:grid; gap:16px; }
.contact-box { border:1px solid #dce4e8; padding:28px; }
.contact-box h3 { margin-bottom:12px; }
.contact-box p,.contact-box a { color:#60727e; line-height:1.8; font-size:13px; }
.contact-box a { display:block; }
.contact-box .button { display:inline-flex; color:#fff; margin-top:12px; }
.map-card { min-height:100%; background:linear-gradient(145deg,#e4f3f9,#f5f7f7); display:grid; place-items:center; text-align:center; padding:50px; }
.map-card strong { font-size:34px; display:block; margin-bottom:12px; }
.social-row { display:flex; gap:12px; flex-wrap:wrap; margin-top:12px; }
.social-row a { border:1px solid #cad6dc; padding:10px 14px; color:var(--ink); }
.contact { background:var(--blue); color:#fff; padding:100px 5vw; text-align:center; }
.contact .kicker { color:#d8f2ff; }
.contact>p:not(.kicker) { color:#d8f2ff; font-size:16px; }
.contact-options { display:grid; grid-template-columns:repeat(3,1fr); max-width:1100px; margin:50px auto 0; gap:1px; background:#ffffff50; }
.contact-options a { background:#fff; color:var(--ink); text-align:left; padding:27px 30px; display:grid; grid-template-columns:1fr auto; }
.contact-options small,.contact-options strong { display:block; }
.contact-options small { grid-column:1; color:#81909a; font-size:10px; }
.contact-options strong { grid-column:1; font-size:17px; margin-top:6px; }
.contact-options span { grid-column:2; grid-row:1/3; align-self:center; color:var(--blue); }
footer { background:#071723; color:#fff; padding:75px 5vw 25px; display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:50px; }
.brand-light .brand-mark { color:#6ed0f8; border-color:#6ed0f8; }
.brand-light small,footer p { color:#849aa7; }
footer>div>strong { font-size:12px; color:#dce8ed; }
footer p { font-size:12px; line-height:1.8; margin-top:16px; }
.footer-bottom { grid-column:1/-1; border-top:1px solid #243643; padding-top:25px; display:flex; justify-content:space-between; color:#708793; font-size:10px; }
@media(max-width:1050px) {
  .nav nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-visual { min-height:520px; padding:0 5vw 60px; }
  .hero-image { min-height:470px; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .sector-layout { grid-template-columns:1fr; }
}
@media(max-width:720px) {
  .topbar { justify-content:center; text-align:center; padding:10px 20px; }
  .topbar div { display:none; }
  .nav { height:78px; padding:0 20px; }
  .brand { min-width:auto; }
  .brand-mark { width:43px; height:43px; font-size:18px; }
  .brand strong { font-size:13px; }
  .nav>.button { padding:12px; font-size:0; }
  .nav>.button span { font-size:18px; }
  .hero-copy { padding:65px 22px 50px; }
  h1 { font-size:52px; }
  .lead { font-size:16px; }
  .stats { gap:16px; justify-content:space-between; }
  .stats div { padding-right:14px; }
  .stats strong { font-size:20px; }
  .hero-visual { padding:0 20px 55px; min-height:430px; }
  .hero-image { min-height:390px; }
  .quality-card { left:20px; bottom:35px; padding:15px; }
  .area-card { right:6px; top:25px; }
  .client-strip { justify-content:flex-start; overflow:auto; padding:0 22px; gap:18px; }
  .client-strip span { display:none; }
  .section { padding:75px 22px; }
  .intro,.method { grid-template-columns:1fr; padding:75px 22px; }
  .values { grid-template-columns:1fr 1fr; }
  .values article:nth-child(2) { border-right:0; }
  .section-head { display:block; }
  .service-grid { grid-template-columns:1fr; }
  .custom-callout { align-items:flex-start; flex-direction:column; }
  .custom-callout a { margin-left:0; }
  .sector-photo { min-height:420px; }
  .steps { grid-template-columns:1fr; }
  .contact { padding:75px 22px; }
  .contact-options { grid-template-columns:1fr; }
  .testimonial-grid,.detail-grid,.contact-page { grid-template-columns:1fr; }
  footer { grid-template-columns:1fr 1fr; padding:60px 22px 25px; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { display:block; line-height:2; }
}
