/*
Theme Name: Schimmel-Alarm Graz Mobile 2.6
Author: OpenAI
Description: Maßgeschneiderte Startseite für Schimmel-Alarm Graz & Steiermark.
Version: 2.6.0
Text Domain: schimmelalarm
*/
:root{--orange:#ff6500;--dark:#151a1f;--muted:#687078;--bg:#f7f7f5;--white:#fff;--max:1480px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#17191c;background:#fff;line-height:1.45}a{text-decoration:none;color:inherit}.wrap{width:min(94vw,var(--max));max-width:var(--max);margin:auto;padding:0 24px}.header{height:86px;background:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:50;box-shadow:0 1px 10px #00000012}.header .wrap{width:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:270px;max-width:31vw}.nav{display:flex;gap:28px;font-weight:700;font-size:15px;align-items:center}.nav a:hover{color:var(--orange)}.call{background:var(--orange);color:#fff;padding:13px 18px;border-radius:4px;font-weight:800;white-space:nowrap}.hero{min-height:540px;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 42%,rgba(0,0,0,.03) 75%),url('assets/hero.png') center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero .content{max-width:760px;padding:56px 0}.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.03em}.hero h1{font-size:64px;line-height:.97;margin:14px 0 20px;text-transform:uppercase}.hero h1 span{color:var(--orange)}.hero p{font-size:20px;max-width:650px}.actions{display:flex;gap:14px;margin-top:28px}.btn{display:inline-block;padding:14px 20px;border-radius:4px;font-weight:800}.btn.orange{background:var(--orange);color:#fff}.btn.outline{border:2px solid #fff;color:#fff}.benefits{background:var(--dark);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:20px 0}.benefit{display:flex;gap:12px;align-items:center;font-size:14px}.icon-dot{width:34px;height:34px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-weight:900;flex:none}.section{padding:62px 0}.section-title{text-align:center;max-width:900px;margin:0 auto 34px}.section-title h2{font-size:40px;line-height:1.05;margin:8px 0 12px}.section-title p{color:#555}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{background:#fff;border:1px solid #e6e6e6;border-radius:7px;padding:32px;text-align:center;box-shadow:0 8px 24px #0000000b}.card .num{color:var(--orange);font-weight:800;text-align:left}.card .sym{font-size:42px;color:var(--orange);margin:5px}.card h3{margin:6px 0 10px}.rating{background:var(--dark);color:#fff;padding:25px 0}.rating .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.google{font-size:24px;font-weight:700}.stars{color:#ff9b00;font-size:27px;letter-spacing:2px}.details{background:#fafafa}.detail-grid{display:grid;grid-template-columns:2.2fr 1fr;gap:28px}.panel{background:#fff;border:1px solid #e6e6e6;border-radius:7px;padding:24px;box-shadow:0 7px 22px #0000000b}.protection{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.protection img{width:100%;height:100%;min-height:300px;object-fit:cover;border-radius:4px}.panel h3{color:var(--orange);text-transform:uppercase;margin-top:0}.guarantee{text-align:center}.shield{font-size:34px;font-weight:900;color:var(--orange);border:5px solid var(--orange);width:145px;height:145px;border-radius:28px 28px 60px 60px;margin:8px auto 22px;display:grid;place-items:center}.comic-section{padding:0 0 26px;background:#fafafa}.comic-banner{position:relative;min-height:270px;border-radius:8px;overflow:hidden;background:var(--dark)}.comic-banner img{width:100%;height:330px;object-fit:cover;object-position:center 42%;display:block;filter:saturate(1.05)}.comic-cta{position:absolute;right:25px;top:25px;bottom:25px;width:310px;background:#fffffff2;border-radius:7px;padding:25px;display:flex;flex-direction:column;justify-content:center}.comic-cta h3{font-size:24px;margin:0 0 8px}.contact{padding:24px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:stretch}.contact-item{padding:15px;border-right:1px solid #ddd}.contact-item:last-child{border-right:0}.contact-item strong{display:block;margin-bottom:5px}.contact-item a{color:var(--orange);font-weight:800}.footer{background:#11171d;color:#fff;padding:22px 0}.footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-logo{width:190px}.footer-nav{display:flex;gap:18px;font-size:13px;flex-wrap:wrap}.copy{font-size:12px;color:#ccd0d3}@media(max-width:1100px){.nav{display:none}.logo{max-width:55vw}.hero{min-height:520px;background-position:63% center}.hero h1{font-size:44px}.cards{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.detail-grid,.protection{grid-template-columns:1fr}.rating .wrap{align-items:flex-start;flex-direction:column}.comic-cta{position:relative;right:auto;top:auto;bottom:auto;width:auto;margin:0}.comic-banner img{height:380px}.contact-grid{grid-template-columns:repeat(2,1fr)}.contact-item{border-right:0;border-bottom:1px solid #eee}.footer .wrap{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.wrap{padding:0 16px}.header{height:72px}.call{font-size:13px;padding:10px}.hero{min-height:570px;background-position:66% center}.hero .content{padding-top:220px}.hero h1{font-size:36px}.hero p{font-size:16px}.actions{flex-wrap:wrap}.benefit-grid,.cards,.contact-grid{grid-template-columns:1fr}.section{padding:44px 0}.section-title h2{font-size:29px}.comic-banner img{height:330px;object-position:50% 20%}.footer-nav{gap:12px}}

/* Comic-Bereich kompakter */
.comic-section .wrap{max-width:1100px}
.comic-banner{min-height:220px}
.comic-banner img{height:250px}
.comic-cta{width:290px;padding:20px}
@media(max-width:1100px){.comic-section .wrap{max-width:820px}.comic-banner img{height:300px}}
@media(max-width:600px){.comic-section .wrap{max-width:100%}.comic-banner img{height:260px}}

/* SEO reference section */
.references{background:#fff;padding-top:54px;padding-bottom:54px}
.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}
.reference-card{margin:0;background:#fff;border:1px solid #e7e7e7;border-radius:8px;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.06)}
.reference-card img{display:block;width:100%;height:290px;object-fit:cover}
.reference-card figcaption{padding:16px 18px;line-height:1.5;text-align:center}
@media(max-width:850px){.reference-grid{grid-template-columns:1fr}.reference-card img{height:auto;max-height:520px;object-fit:cover}}


/* 1.3.0 visual corrections: crisp service icons, natural-size references, smaller comic */
.card .sym{height:52px;display:flex;align-items:center;justify-content:center;margin:8px auto 10px}
.card .sym svg{width:48px;height:48px;fill:none;stroke:var(--orange);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.references .wrap{max-width:1120px}
.reference-grid{gap:18px}
.reference-card{display:flex;flex-direction:column}
.reference-card img{width:100%;height:235px;object-fit:contain;background:#f1f1ef;padding:0;image-rendering:auto}
.reference-card figcaption{min-height:88px}
.comic-section .wrap{max-width:820px}
.comic-banner{min-height:0}
.comic-banner img{width:100%;height:220px;object-fit:cover;object-position:center 42%}
.comic-cta{right:16px;top:16px;bottom:16px;width:245px;padding:16px}
.comic-cta h3{font-size:20px}.comic-cta p{font-size:13px}.comic-cta .btn{padding:11px 13px;font-size:13px}
@media(max-width:850px){.reference-card img{height:auto;max-height:360px}.comic-section .wrap{max-width:680px}.comic-banner img{height:230px}}
@media(max-width:600px){.comic-section .wrap{max-width:100%}.comic-banner img{height:240px}.comic-cta{position:relative;right:auto;top:auto;bottom:auto;width:auto;border-radius:0}.reference-card img{height:auto;max-height:none}}


/* 1.4.0 final corrections */
.comic-section .wrap{max-width:650px!important}
.comic-banner img{height:185px!important;object-fit:cover!important;object-position:center 40%!important}
.comic-cta{right:12px!important;top:12px!important;bottom:12px!important;width:210px!important;padding:13px!important}
.comic-cta h3{font-size:17px!important}.comic-cta p{font-size:11.5px!important;margin:5px 0 9px}.comic-cta .btn{font-size:11px!important;padding:9px 10px!important}
.references .wrap{max-width:1180px}
.reference-real{grid-template-columns:1.55fr .8fr .8fr;align-items:stretch}
.reference-real .reference-card img{height:300px;object-fit:contain;background:#f3f3f1}
.reference-real .reference-main img{object-fit:cover;object-position:center 42%}
.reference-real .reference-card figcaption{min-height:92px}
@media(max-width:850px){.reference-real{grid-template-columns:1fr}.reference-real .reference-card img{height:auto;max-height:520px}.comic-section .wrap{max-width:600px!important}}
@media(max-width:600px){.comic-section .wrap{max-width:100%!important}.comic-banner img{height:210px!important}.comic-cta{position:relative!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto!important}.reference-real .reference-card img{max-height:none}}


/* 1.5.0 Google review click fix + smaller comic */
.rating{position:relative;z-index:10}
.rating .wrap{position:relative;z-index:11}
.google-review-btn{position:relative!important;z-index:999!important;pointer-events:auto!important;cursor:pointer!important}
.google-review-btn::before,.google-review-btn::after{pointer-events:none!important}
.comic-section .wrap{max-width:540px!important}
.comic-banner img{height:155px!important}
.comic-cta{width:185px!important;padding:10px!important}
.comic-cta h3{font-size:15px!important}.comic-cta p{font-size:10.5px!important}.comic-cta .btn{font-size:10px!important;padding:8px!important}
@media(max-width:600px){.comic-section .wrap{max-width:94%!important}.comic-banner img{height:180px!important}}


/* 1.6.0 Hausverwaltungen + robuster Google-Review-Button */
.property-management{background:#f4f5f3;border-top:1px solid #e8e8e5;border-bottom:1px solid #e8e8e5}
.pm-grid{display:grid;grid-template-columns:1.65fr .75fr;gap:32px;align-items:stretch}
.pm-copy h2{font-size:42px;line-height:1.06;margin:8px 0 16px;max-width:850px}
.pm-copy>p{font-size:17px;color:#555;max-width:900px}
.pm-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:24px 0;color:#30343a;font-weight:600}
.pm-points div{padding:9px 0;border-bottom:1px solid #dedfdb}
.pm-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.darkbtn{background:var(--dark);color:#fff}
.pm-box{background:var(--dark);color:#fff;border-radius:8px;padding:32px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 24px #00000018}
.pm-box strong{font-size:24px;line-height:1.15}
.pm-box p{color:#e5e6e7;margin:16px 0 20px}
.pm-box a{color:#fff;font-weight:800;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:5px}
.review-action{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.google-review-btn{border:0;font-family:inherit;font-size:16px;line-height:1.2}
.review-fallback{font-size:12px;color:#fff;text-decoration:underline;text-underline-offset:3px;opacity:.9}
@media(max-width:1100px){.pm-grid{grid-template-columns:1fr}.pm-points{grid-template-columns:1fr}.pm-copy h2{font-size:36px}}
@media(max-width:600px){.pm-copy h2{font-size:29px}.pm-actions{flex-direction:column}.pm-actions .btn{width:100%;text-align:center}.rating .review-action{width:100%}.google-review-btn{width:100%}}


/* 1.8.0 – gezielte Mobile-Optimierung, Desktop bleibt unverändert */
html,body{max-width:100%;overflow-x:hidden}
.hero .content,.pm-copy,.pm-grid,.card,.reference-card{min-width:0}

@media(max-width:600px){
  html{font-size:16px;color-scheme:light}
  body{width:100%;overflow-x:hidden}
  .wrap{width:100%;max-width:100%;padding-left:18px;padding-right:18px}

  /* kompakter Kopfbereich */
  .header{height:76px;min-height:76px;background:#fff}
  .header .wrap{padding-left:12px;padding-right:12px;gap:10px}
  .header a:first-child{display:flex;align-items:center;min-width:0;flex:1}
  .logo{width:190px;max-width:52vw;height:auto}
  .call{font-size:12px;line-height:1.25;padding:9px 10px;max-width:145px;text-align:center;border-radius:5px;flex:none}

  /* Hero: keine abgeschnittenen Wörter */
  .hero{min-height:660px;background-position:61% center;align-items:flex-end}
  .hero .content{width:100%;max-width:100%;padding:170px 0 42px}
  .eyebrow{font-size:15px;line-height:1.35;overflow-wrap:anywhere}
  .hero h1{font-size:clamp(35px,10.2vw,46px);line-height:.98;letter-spacing:-.025em;margin:12px 0 18px;max-width:100%;overflow-wrap:normal;word-break:normal}
  .hero h1 span{display:inline}
  .hero p{font-size:17px;line-height:1.48;max-width:100%;margin-right:0}
  .hero p br{display:none}
  .actions{gap:10px;margin-top:20px}
  .actions .btn{padding:12px 15px;font-size:14px}

  /* Nutzenleiste */
  .benefit-grid{gap:0;padding:14px 0}
  .benefit{font-size:15px;line-height:1.32;padding:11px 0}
  .icon-dot{width:34px;height:34px}

  /* Leistungen kompakter */
  .section{padding:38px 0}
  .section-title{margin-bottom:24px}
  .section-title h2{font-size:clamp(28px,8.3vw,35px);line-height:1.08;margin:7px 0 12px}
  .section-title p{font-size:16px;line-height:1.5}
  .cards{gap:16px}
  .card{padding:24px 20px;min-height:0}
  .card .sym{height:44px;margin:4px auto 8px}
  .card .sym svg{width:42px;height:42px}
  .card h3{font-size:21px}
  .card p{font-size:16px;line-height:1.5;margin-bottom:0}

  /* Hausverwaltungen: alle Texte innerhalb des Displays */
  .property-management{overflow:hidden}
  .pm-grid{display:block;width:100%}
  .pm-copy{width:100%;max-width:100%;overflow:hidden}
  .pm-copy h2{font-size:clamp(31px,8.8vw,39px);line-height:1.08;letter-spacing:-.02em;max-width:100%;overflow-wrap:break-word}
  .pm-copy>p{font-size:17px;line-height:1.55;width:100%;max-width:100%;overflow-wrap:break-word;word-break:normal}
  .pm-points{display:block;width:100%;margin:20px 0}
  .pm-points div{width:100%;max-width:100%;padding:15px 0;font-size:17px;line-height:1.42;overflow-wrap:break-word}
  .pm-actions{width:100%;gap:10px}
  .pm-actions .btn{display:block;width:100%;max-width:100%;white-space:normal;overflow-wrap:break-word;padding:13px 14px}
  .pm-box{width:100%;max-width:100%;padding:24px 20px;margin-top:22px}
  .pm-box strong{font-size:22px}
  .pm-box p{font-size:16px;line-height:1.5}

  /* Bewertung */
  .rating{padding:22px 0}
  .rating .wrap{gap:16px}
  .google{font-size:21px}
  .stars{font-size:22px}

  /* Referenzen und Schutz */
  .references{padding-top:38px;padding-bottom:38px}
  .reference-grid{gap:16px}
  .reference-card figcaption{min-height:0;padding:14px}
  .detail-grid,.protection{gap:16px}
  .panel{padding:20px}
  .shield{width:120px;height:120px;font-size:28px}

  /* Comic bewusst klein halten */
  .comic-section{padding-bottom:22px}
  .comic-section .wrap{max-width:420px!important;padding-left:18px;padding-right:18px}
  .comic-banner img{height:auto!important;max-height:170px!important;object-fit:cover!important}
  .comic-cta{padding:14px!important}
  .comic-cta h3{font-size:18px!important}
  .comic-cta p{font-size:14px!important;line-height:1.4}
  .comic-cta .btn{font-size:13px!important;padding:10px 12px!important}

  /* Kontakt und Footer */
  .contact{padding:18px 0}
  .contact-item{padding:13px 4px}
  .footer{padding:20px 0}
  .footer-logo{width:160px}
}

@media(max-width:390px){
  .logo{width:165px;max-width:48vw}
  .call{font-size:11px;padding:8px;max-width:137px}
  .hero h1{font-size:34px}
  .pm-copy h2{font-size:30px}
}

/* v1.9 – Schimmel-Alarm Logo auf Handy und Homepage deutlich lesbar */
.header a:first-child{background:#fff;border-radius:8px;padding:5px 8px;display:flex;align-items:center;width:max-content}
.header .logo{display:block;background:#fff;border-radius:6px}
.footer-logo{background:#fff;border-radius:7px;padding:5px 8px}
@media(max-width:600px){
  .header a:first-child{padding:4px 6px;max-width:52vw}
  .logo{width:180px;max-width:100%}
}

/* v2.0 – letzte Mobile-Korrektur: Hero-Headline sicher innerhalb des Displays */
@media(max-width:600px){
  .hero h1{font-size:clamp(31px,8.8vw,40px);line-height:1.02;letter-spacing:-.03em}
  .hero h1 span{font-size:.92em}
}
@media(max-width:390px){
  .hero h1{font-size:31px}
}


/* v2.2 – zwei neue echte Schadensbilder im Referenzen-Bereich */
.damage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 18px}
.damage-card img{width:100%;height:360px;object-fit:cover;background:#f3f3f1}
.damage-card figcaption{min-height:92px}
@media(max-width:850px){
  .damage-grid{grid-template-columns:1fr}
  .damage-card img{height:auto;max-height:520px;object-fit:cover}
}
@media(max-width:600px){
  .damage-grid{gap:16px;margin-bottom:16px}
  .damage-card img{max-height:none}
  .damage-card figcaption{min-height:0}
}


/* v2.3 – Ablauf + FAQ auf der Startseite */
.process{background:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.process-step{background:#f7f7f5;border:1px solid #e7e7e2;border-radius:8px;padding:24px;min-width:0}
.process-step span{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:var(--orange);color:#fff;font-weight:900;margin-bottom:14px}
.process-step h3{margin:0 0 8px;font-size:21px}
.process-step p{margin:0;color:#565a5e;line-height:1.55}
.faq-section{background:#f4f5f3;border-top:1px solid #e7e7e2;border-bottom:1px solid #e7e7e2}
.faq-list{max-width:920px;margin:0 auto;display:grid;gap:12px}
.faq-item{background:#fff;border:1px solid #dedfdb;border-radius:8px;overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;font-weight:800;font-size:18px;padding:18px 52px 18px 20px;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:26px;color:var(--orange);font-weight:800}
.faq-item[open] summary::after{content:'–'}
.faq-answer{padding:0 20px 20px;color:#50545a;line-height:1.65}
@media(max-width:900px){.process-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.process-grid{grid-template-columns:1fr;gap:12px}.process-step{padding:20px}.faq-item summary{font-size:17px;padding:16px 46px 16px 16px}.faq-item summary::after{right:16px}.faq-answer{padding:0 16px 16px;font-size:16px}}


/* Standard WordPress content pages – v2.4 */
.page-main{background:#f7f7f7;min-height:60vh;padding:70px 0 90px}
.page-content{max-width:980px}
.content-article{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:44px 50px;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.content-article h1{font-size:38px;line-height:1.15;margin:0 0 28px;color:#111}
.entry-content{font-size:16px;line-height:1.75;color:#262626}
.entry-content h2{font-size:24px;margin:34px 0 12px;color:#111}
.entry-content h3{font-size:20px;margin:28px 0 10px;color:#111}
.entry-content p{margin:0 0 18px}
.entry-content a{color:#e85d04;text-decoration:underline}
@media(max-width:760px){.page-main{padding:30px 0 50px}.content-article{padding:26px 20px}.content-article h1{font-size:30px}.entry-content{font-size:15px}}

/* Kontakt-CTA 2.5 */
.contact-cta{display:flex;flex-direction:column;justify-content:flex-start}
.contact-actions{display:flex;flex-direction:column;gap:9px;margin-top:14px}
.contact-actions .btn{width:100%;text-align:center;padding:11px 12px;font-size:13px}
.contact-photo{background:#fff;border:2px solid var(--orange);color:var(--orange)!important}
.contact-photo:hover{background:#fff6ef}
@media(max-width:1100px){.contact-cta{grid-column:span 2}}
@media(max-width:600px){.contact-cta{grid-column:auto}.contact-actions .btn{font-size:14px;padding:12px 14px}}

/* v2.6 – SEO-Landingpage „Schimmel entfernen Graz“ */
.seo-hero{background:#f5f5f2;padding:64px 0}
.seo-hero-grid,.seo-two-col,.seo-dark-grid,.seo-contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.seo-hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.035em;margin:12px 0 20px;max-width:850px}
.seo-lead{font-size:19px;line-height:1.65;color:#3f4448;max-width:760px}
.seo-hero-image img,.seo-photo img{width:100%;display:block;border-radius:10px;object-fit:cover}
.seo-hero-image img{height:520px}
.seo-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 20px}.seo-mail{border:2px solid var(--orange);color:var(--orange);background:#fff}
.seo-trust{display:flex;flex-wrap:wrap;gap:12px 20px;font-weight:700;font-size:14px}.seo-trust span{display:inline-flex;gap:5px}
.seo-narrow{max-width:980px}.seo-narrow>p{font-size:18px;line-height:1.75;color:#41464b}
.seo-soft{background:#f4f5f3}.seo-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.seo-cards article{background:#fff;border:1px solid #e3e4e1;border-radius:8px;padding:25px}.seo-cards h3{margin:0 0 10px}.seo-cards p{color:#54595d;line-height:1.6;margin:0}
.seo-two-col h2,.seo-dark h2,.seo-contact h2{font-size:40px;line-height:1.08;margin:8px 0 18px}.seo-two-col p{font-size:17px;line-height:1.7;color:#474c50}.seo-photo figcaption{font-size:13px;color:#70757a;margin-top:8px}.seo-steps{display:grid;gap:12px;margin-top:24px}.seo-steps>div{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;background:#f7f7f5;border:1px solid #e5e5e1;border-radius:8px;padding:15px}.seo-steps b{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff}.seo-steps span{line-height:1.55}
.seo-dark{background:var(--dark);color:#fff}.seo-dark p{color:#e1e4e6;font-size:17px;line-height:1.7}.seo-guarantee{justify-self:center;text-align:center;border:3px solid var(--orange);border-radius:18px;padding:28px 34px;min-width:250px}.seo-guarantee div{font-size:72px;color:var(--orange);font-weight:900;line-height:1}.seo-guarantee strong,.seo-guarantee span{display:block}.seo-guarantee strong{font-size:24px}.seo-guarantee span{font-size:14px;margin-top:6px;color:#d9dcde}
.seo-linkbox{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.seo-linkbox strong{width:100%}.seo-linkbox a{display:inline-block;border:1px solid #d8d9d6;border-radius:6px;padding:9px 11px;color:#d95000;font-weight:700;background:#fff}
.seo-faq details{background:#fff;border:1px solid #dedfdb;border-radius:8px;margin:0 0 12px;padding:0 18px}.seo-faq summary{cursor:pointer;font-weight:800;padding:17px 0}.seo-faq details p{color:#50545a;line-height:1.65;margin:0 0 17px}.seo-contact{background:#fff0e6;padding:48px 0}.seo-contact p{font-size:17px;color:#494e52}.seo-contact-actions{display:flex;flex-direction:column;gap:10px;justify-self:end;min-width:310px}.seo-contact-actions .btn{text-align:center}
@media(max-width:980px){.seo-hero-grid,.seo-two-col,.seo-dark-grid,.seo-contact-grid{grid-template-columns:1fr;gap:28px}.seo-cards{grid-template-columns:1fr 1fr}.seo-hero-image img{height:auto;max-height:520px}.seo-contact-actions{justify-self:stretch;min-width:0}.seo-guarantee{justify-self:start}.reverse-mobile figure{order:2}}
@media(max-width:600px){.seo-hero{padding:38px 0}.seo-hero-copy h1{font-size:37px}.seo-lead{font-size:17px}.seo-actions{flex-direction:column}.seo-actions .btn{width:100%;text-align:center}.seo-trust{display:grid}.seo-cards{grid-template-columns:1fr}.seo-two-col h2,.seo-dark h2,.seo-contact h2{font-size:30px}.seo-contact{padding:36px 0}.seo-contact-actions .btn{width:100%}}
.card-more{color:var(--orange);font-weight:800;font-size:14px}.card h3 a:hover,.card-more:hover{text-decoration:underline}
