/*
Theme Name: Clever Webstudio
Theme URI: https://www.cleverwebstudio.de
Author: Daniel Creutzburg
Author URI: https://www.cleverwebstudio.de
Description: Individuelles WordPress-Theme für Clever Webstudio. Das Theme übernimmt das freigegebene Design und macht Leistungen, Preise, Referenzen und zentrale Texte im Backend bearbeitbar.
Version: 1.6.6
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: clever-webstudio
*/

:root {
  --navy: #020d1f;
  --navy-soft: #07172d;
  --ink: #071226;
  --blue: #0869ff;
  --blue-bright: #1676ff;
  --blue-pale: #f3f7ff;
  --paper: #ffffff;
  --muted: #5d6675;
  --line: #dfe5ed;
  --shadow: 0 16px 45px rgba(4, 24, 55, .09);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--blue); }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .75rem 1rem; color: white; background: var(--blue); }
.skip-link:focus { top: 1rem; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: #fff;
}
.nav-wrap { min-height: 132px; display: flex; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.logo-link { display: inline-flex; flex: 0 0 auto; width: 225px; }
.brand-logo { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1.35rem, 2.8vw, 2.6rem); }
.desktop-nav a { position: relative; padding: 1.1rem 0; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--blue-bright); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; cursor: pointer; display: grid; align-content: center; justify-content: center; gap: 5px; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 20px; height: 2px; background: #fff; }
.mobile-nav nav { position: absolute; top: 52px; right: 0; width: 230px; padding: .7rem; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: #07172d; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.mobile-nav nav a { display: block; padding: .8rem .9rem; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
.mobile-nav nav a:last-child { border: 0; color: #68a5ff; }

.hero { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 62%, #083581 0, #061b43 23%, #03142b 46%, #020d1f 72%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent); }
.hero-glow { position: absolute; width: 380px; height: 540px; right: 13%; top: 145px; border-radius: 50%; background: rgba(0,96,255,.35); filter: blur(80px); }
.hero-grid { position: relative; z-index: 2; min-height: 680px; padding-top: 155px; padding-bottom: 70px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 2rem; }
.eyebrow, .section-kicker { margin-bottom: 1.5rem; color: var(--blue-bright); font-size: 12px; line-height: 1.4; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.hero h1 { max-width: 590px; margin-bottom: 1.45rem; font-size: clamp(46px, 5.3vw, 72px); line-height: 1.1; letter-spacing: -.045em; font-weight: 750; }
.hero-text { max-width: 600px; margin-bottom: 2rem; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { min-height: 52px; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #0873ff, #005be1); box-shadow: 0 12px 32px rgba(0,100,255,.24); }
.button-primary:hover { background: linear-gradient(135deg, #2585ff, #0870ff); }
.button-outline { color: #fff; border-color: #287dff; background: rgba(2,13,31,.4); }
.button-outline:hover { border-color: #74abff; background: rgba(9,55,122,.45); }
.button-secondary { color: var(--ink); border-color: #aebdd2; background: #fff; }
.button-secondary:hover { color: var(--blue); border-color: var(--blue); background: #f6f9ff; }

.device-stage { position: relative; min-height: 450px; align-self: end; perspective: 1200px; }
.laptop { position: absolute; width: min(95%, 610px); right: 3%; bottom: 20px; transform: rotateY(-3deg); transform-origin: center; }
.laptop-lid { position: relative; padding: 10px 10px 15px; border: 2px solid #7b8490; border-radius: 17px 17px 6px 6px; background: linear-gradient(135deg, #1e242b, #06090d); box-shadow: 0 30px 70px rgba(0,0,0,.5); }
.laptop-lid::before { content: ""; position: absolute; top: 4px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #39414b; }
.device-screen { position: relative; overflow: hidden; min-height: 330px; color: white; background-image: linear-gradient(90deg, rgba(0,10,24,.84), rgba(0,10,24,.08)), url("assets/images/hero-screen-concept.jpg"); background-size: cover; background-position: center; }
.laptop-base { position: relative; z-index: 2; height: 22px; margin: -2px -11% 0; border-radius: 0 0 55% 55% / 0 0 90% 90%; background: linear-gradient(#abb0b6, #51575e 45%, #b5b9bc); clip-path: polygon(8% 0, 92% 0, 100% 78%, 91% 100%, 9% 100%, 0 78%); box-shadow: 0 15px 30px rgba(0,0,0,.42); }
.screen-nav { position: relative; z-index: 2; padding: 24px; display: flex; justify-content: space-between; gap: 1rem; font-size: 7px; line-height: 1.2; letter-spacing: .08em; }
.screen-nav strong { font-size: 12px; }
.screen-copy { position: absolute; z-index: 2; left: 24px; bottom: 42px; }
.screen-copy strong { display: block; margin-bottom: 16px; font-size: clamp(25px, 3vw, 38px); line-height: 1.03; font-weight: 600; }
.screen-copy small { display: block; font-size: 10px; line-height: 1.6; }
.phone { position: absolute; z-index: 3; width: 152px; height: 300px; right: -1%; bottom: 16px; padding: 7px; overflow: hidden; border: 2px solid #838991; border-radius: 24px; background: #080b0e; box-shadow: 0 22px 45px rgba(0,0,0,.6); }
.phone-notch { position: absolute; z-index: 5; top: 5px; left: 50%; width: 62px; height: 13px; border-radius: 0 0 9px 9px; background: #050609; transform: translateX(-50%); }
.phone-screen { min-height: 282px; border-radius: 17px; background-position: 60% center; }
.phone-screen .screen-nav { padding: 22px 10px; }
.phone-screen .screen-copy { left: 11px; bottom: 32px; }
.phone-screen .screen-copy strong { font-size: 18px; }

.section { padding-block: 72px; }
.section-heading { text-align: center; margin-bottom: 38px; }
.section-heading .section-kicker { margin-bottom: .65rem; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(30px, 3.6vw, 42px); line-height: 1.16; letter-spacing: -.035em; }
.section-heading .study-note { margin: .8rem auto 0; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { min-height: 284px; padding: 32px 24px 28px; border: 1px solid var(--line); border-radius: 7px; text-align: center; background: #fff; box-shadow: 0 7px 24px rgba(12,32,66,.035); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #abcaff; box-shadow: var(--shadow); }
.service-card svg { width: 63px; height: 63px; margin: 0 auto 1.55rem; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-card h3 { margin-bottom: .85rem; font-size: 18px; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.benefit-strip { margin-top: 28px; min-height: 90px; padding: 18px 24px; border-radius: 7px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); align-items: center; background: linear-gradient(90deg, #f7f9fd, #eef5ff); }
.benefit-strip > div { min-height: 48px; padding-inline: 18px; display: flex; align-items: center; gap: .85rem; border-left: 1px solid #d3dae5; font-size: 12px; line-height: 1.55; }
.benefit-strip .benefit-lead { padding-left: 0; border: 0; font-size: 14px; }
.benefit-strip svg { flex: 0 0 auto; width: 23px; height: 23px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.person-icon { position: relative; flex: 0 0 auto; width: 50px; height: 50px; border: 1.5px solid var(--blue); border-radius: 50%; }
.person-icon i { position: absolute; top: 8px; left: 17px; width: 14px; height: 14px; border: 1.5px solid var(--blue); border-radius: 50%; }
.person-icon b { position: absolute; left: 10px; bottom: 7px; width: 28px; height: 15px; border: 1.5px solid var(--blue); border-radius: 20px 20px 7px 7px; }

.projects-section { padding-top: 18px; background: linear-gradient(#fff, #fbfcff); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 8px 24px rgba(9,26,57,.035); transition: transform .22s ease, box-shadow .22s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-image-wrap { position: relative; aspect-ratio: 1.65; overflow: hidden; background: #dce3eb; }
.project-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-image-wrap > span { position: absolute; top: 14px; right: 14px; padding: .42rem .6rem; border-radius: 3px; color: #fff; background: rgba(2,13,31,.78); backdrop-filter: blur(6px); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.project-content { padding: 21px 22px 24px; }
.project-content h3 { margin-bottom: .65rem; font-size: 18px; }
.project-content p { min-height: 66px; margin-bottom: 1rem; color: var(--muted); font-size: 13px; line-height: 1.65; }
.project-content a { display: inline-flex; gap: .5rem; color: var(--blue); font-size: 12px; font-weight: 750; }

.pricing-section { padding-block: 86px; background: linear-gradient(180deg, #f4f8ff 0%, #fff 48%, #f7faff 100%); }
.pricing-heading { max-width: 760px; margin-inline: auto; }
.pricing-heading > p:last-child { max-width: 650px; margin: 1rem auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card { position: relative; padding: 30px 27px 27px; border: 1px solid #d6deea; border-radius: 9px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 8px 26px rgba(5,29,65,.045); }
.package-featured { border: 2px solid var(--blue); box-shadow: 0 20px 50px rgba(8,105,255,.13); transform: translateY(-7px); }
.package-badge, .care-badge { position: absolute; top: 0; right: 25px; padding: .45rem .7rem; border-radius: 0 0 5px 5px; color: #fff; background: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.package-type { display: block; margin-bottom: 1rem; color: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.package-top h3 { margin-bottom: .7rem; font-size: 27px; letter-spacing: -.04em; }
.package-top > p { min-height: 64px; margin-bottom: 1.35rem; color: var(--muted); font-size: 13px; line-height: 1.65; }
.package-price { min-height: 82px; padding-bottom: 1.35rem; border-bottom: 1px solid var(--line); display: flex; align-items: baseline; flex-wrap: wrap; gap: .25rem .5rem; }
.package-price small, .care-price small { color: var(--muted); font-size: 11px; }
.package-price strong { font-size: clamp(35px, 4vw, 46px); line-height: 1; letter-spacing: -.055em; }
.package-price span { flex-basis: 100%; color: #7b8492; font-size: 10px; }
.package-card ul, .care-card ul { margin: 1.35rem 0 1.6rem; padding: 0; list-style: none; display: grid; gap: .72rem; }
.package-card li, .care-card li { display: flex; align-items: flex-start; gap: .6rem; color: #465164; font-size: 12px; line-height: 1.45; }
.package-card li svg, .care-card li svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: var(--blue); stroke-width: 1.6; }
.package-card .button { width: 100%; margin-top: auto; }
.button-package { border-color: #b7c6da; color: var(--ink); background: #f8faff; }
.button-package:hover { border-color: var(--blue); background: #edf4ff; }
.individual-package { margin-top: 26px; padding: 25px 29px; border-radius: 7px; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 28px; color: #fff; background: linear-gradient(110deg, #06162f, #092c65); }
.individual-package > div > span { display: block; margin-bottom: .45rem; color: #70a9ff; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.individual-package h3 { margin-bottom: 0; font-size: 19px; letter-spacing: -.025em; }
.individual-package > p { margin-bottom: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.6; }
.individual-package > a { white-space: nowrap; color: #79b0ff; font-size: 12px; font-weight: 750; }
.care-heading { margin: 90px 0 34px; display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 55px; }
.care-heading .section-kicker { margin-bottom: .55rem; }
.care-heading h2 { margin-bottom: 0; font-size: clamp(30px, 3.6vw, 42px); letter-spacing: -.04em; }
.care-heading > p { margin-bottom: .15rem; color: var(--muted); font-size: 14px; line-height: 1.7; }
.care-card { position: relative; padding: 28px 26px; border: 1px solid #d6deea; border-radius: 8px; background: #fff; }
.care-featured { border-color: #78aaff; background: linear-gradient(180deg, #fff, #f2f7ff); }
.care-card h3 { margin-bottom: .6rem; font-size: 23px; letter-spacing: -.035em; }
.care-card > p { min-height: 60px; margin-bottom: 1.1rem; color: var(--muted); font-size: 12px; line-height: 1.65; }
.care-price { padding: .9rem 0 1.15rem; border-block: 1px solid var(--line); display: flex; align-items: baseline; gap: .3rem; }
.care-price strong { font-size: 34px; letter-spacing: -.05em; }
.care-price span { color: #7b8492; font-size: 10px; }
.care-card > a { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue); font-size: 12px; font-weight: 750; }
.pricing-legal-note { max-width: 850px; margin: 26px auto 0; color: #7b8492; text-align: center; font-size: 10px; line-height: 1.65; }

.about-section { padding-top: 58px; }
.about-grid { display: grid; grid-template-columns: .95fr 1.35fr; align-items: stretch; gap: 44px; }
.digital-card { position: relative; overflow: hidden; padding: 38px; border-radius: 8px; color: #fff; background: radial-gradient(circle at 90% 100%, #0b4cae, transparent 42%), var(--navy); }
.digital-card::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 1px solid rgba(63,139,255,.55); border-radius: 50%; box-shadow: 0 0 0 42px rgba(21,113,255,.07), 0 0 0 84px rgba(21,113,255,.035); }
.digital-card-kicker { position: relative; z-index: 2; display: block; margin-bottom: 1.5rem; color: #69a5ff; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.digital-card h2 { position: relative; z-index: 2; margin-bottom: 1.15rem; font-size: clamp(27px, 3vw, 38px); line-height: 1.14; letter-spacing: -.04em; }
.digital-card > p { position: relative; z-index: 2; max-width: 440px; margin-bottom: 1.7rem; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; }
.digital-card ul { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; }
.digital-card li { margin-top: .8rem; display: flex; align-items: center; gap: .7rem; font-size: 12px; }
.digital-card li svg { width: 22px; height: 22px; fill: none; stroke: #5b9cff; stroke-width: 1.6; }
.about-copy .section-kicker.left { margin-bottom: .65rem; }
.about-copy h2 { margin-bottom: 1.05rem; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -.04em; }
.about-copy > p:last-of-type { max-width: 760px; margin-bottom: 2rem; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-values article { display: flex; gap: .85rem; }
.about-values h3 { margin-bottom: .4rem; font-size: 14px; }
.about-values p { margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.value-icon { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); border: 1.5px solid var(--blue); border-radius: 50%; font-size: 20px; }
.person-small { border-radius: 50% 50% 9px 9px; }
.person-small::before { content: ""; width: 11px; height: 11px; border: 1.5px solid var(--blue); border-radius: 50%; box-shadow: 0 13px 0 -2px #fff, 0 13px 0 1px var(--blue); }
.rocket { border: 0; transform: rotate(-45deg); font-size: 34px; }

.process-section { padding: 18px 0 60px; }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list::before { content: ""; position: absolute; top: 23px; right: 8%; left: 8%; height: 1px; background: #cdd5df; }
.process-list li { position: relative; z-index: 2; padding: 0 22px; text-align: center; }
.process-list li > span { width: 46px; height: 46px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--blue); box-shadow: 0 0 0 7px #fff; font-size: 16px; font-weight: 750; }
.process-list h3 { margin-bottom: .55rem; font-size: 14px; }
.process-list p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.aftercare-note { margin-top: 48px; padding: 26px 30px; border: 1px solid #c8d9f4; border-radius: 7px; display: grid; grid-template-columns: 1.15fr 1.3fr auto; align-items: center; gap: 30px; background: linear-gradient(105deg, #f5f9ff, #fff); }
.aftercare-note > div > span { display: block; margin-bottom: .45rem; color: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.aftercare-note h3 { margin-bottom: 0; font-size: 19px; letter-spacing: -.025em; }
.aftercare-note > p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.aftercare-note > a { display: inline-flex; align-items: center; gap: .55rem; white-space: nowrap; color: var(--blue); font-size: 12px; font-weight: 750; }

.contact-section { padding-block: 82px; color: #fff; background: radial-gradient(circle at 12% 85%, #0b367e, transparent 33%), var(--navy); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(45px, 8vw, 90px); }
.contact-copy .section-kicker { margin-bottom: .75rem; }
.contact-copy h2 { max-width: 510px; margin-bottom: 1.25rem; font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.contact-copy > p { max-width: 500px; margin-bottom: 2rem; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.email-option { padding: 18px 0 22px; border-block: 1px solid rgba(255,255,255,.14); }
.email-option > span { display: block; margin-bottom: .55rem; color: rgba(255,255,255,.55); font-size: 11px; }
.email-option a { display: inline-flex; align-items: center; gap: .7rem; color: #69a5ff; font-size: clamp(18px, 2.2vw, 24px); font-weight: 700; }
.email-option a:hover { color: #fff; }
.contact-facts { margin-top: 1.7rem; display: grid; gap: .75rem; }
.contact-facts span { display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.68); font-size: 12px; }
.contact-facts svg { width: 20px; height: 20px; fill: none; stroke: #5b9cff; stroke-width: 1.6; }
.contact-form-card { padding: 38px; border-radius: 9px; color: var(--ink); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.contact-form-card > h3 { margin-bottom: .45rem; font-size: 25px; letter-spacing: -.035em; }
.contact-form-card > p { margin-bottom: 1.6rem; color: var(--muted); font-size: 13px; }
.contact-form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; }
.contact-form label > span { color: #263246; font-size: 11px; font-weight: 700; }
.contact-form label small { color: #7e8795; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfd7e2; border-radius: 4px; padding: .82rem .9rem; color: var(--ink); background: #fbfcfe; font: inherit; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form select { appearance: auto; }
.contact-form textarea { resize: vertical; min-height: 130px; line-height: 1.55; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(8,105,255,.12); }
.form-submit { width: 100%; cursor: pointer; font-family: inherit; }
.form-note { margin: -.2rem 0 0; color: #798293; font-size: 10px; line-height: 1.5; }
.form-note a { color: #52627a; text-decoration: underline; text-underline-offset: 2px; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 0 0 1.25rem; padding: .9rem 1rem; border: 1px solid; border-radius: 5px; font-size: 13px; line-height: 1.55; }
.form-status:focus { outline: 2px solid var(--blue); outline-offset: 2px; }
.form-status-success { border-color: #9ad8bc; color: #17633f; background: #effbf5; }
.form-status-error { border-color: #edb1b1; color: #8b2828; background: #fff4f4; }

.site-footer { padding-top: 52px; color: #fff; background: var(--navy); }
.footer-grid { padding-bottom: 45px; display: grid; grid-template-columns: 1.5fr .75fr .9fr 1.1fr; gap: 55px; }
.footer-brand a { display: block; width: 210px; margin-bottom: 1.4rem; }
.footer-brand p { max-width: 290px; margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.footer-grid h3 { margin: .3rem 0 1rem; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: .6rem; color: rgba(255,255,255,.78); font-size: 13px; }
.footer-grid > div:not(.footer-brand) a:hover { color: #fff; }
.footer-bottom { min-height: 62px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 2rem; color: rgba(255,255,255,.58); font-size: 12px; }
.footer-bottom div { display: flex; gap: 1.7rem; }
.footer-bottom a:hover { color: #fff; }
.admin-bar .site-header { top: 32px; }
.service-editor-content p, .project-editor-content p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.project-editor-content p { font-size: 14px; }

.section-more { margin-top: 32px; display: flex; justify-content: center; }

.pricing-teaser-section { background: linear-gradient(180deg, #f4f8ff, #fff); }
.pricing-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-teaser-card { padding: 30px 27px; border: 1px solid #d6deea; border-radius: 9px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 8px 26px rgba(5,29,65,.045); }
.price-teaser-card.featured { border: 2px solid var(--blue); box-shadow: 0 20px 50px rgba(8,105,255,.11); }
.price-teaser-card > span { margin-bottom: 1rem; color: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.price-teaser-card h3 { margin-bottom: .75rem; font-size: 27px; letter-spacing: -.04em; }
.price-teaser-card p { min-height: 78px; margin-bottom: 1.4rem; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-teaser-card strong { padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: 35px; letter-spacing: -.05em; }
.price-teaser-card strong small { color: var(--muted); font-size: 11px; letter-spacing: 0; }
.price-teaser-card em { margin-top: .3rem; color: #7b8492; font-size: 10px; font-style: normal; }

.home-contact-cta { padding-block: 70px; color: #fff; background: radial-gradient(circle at 12% 85%, #0b367e, transparent 35%), var(--navy); }
.home-contact-cta-inner { padding: 38px 42px; border: 1px solid rgba(91,156,255,.28); border-radius: 9px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: rgba(5,24,52,.68); }
.home-contact-cta .section-kicker { margin-bottom: .65rem; }
.home-contact-cta h2 { margin-bottom: .65rem; font-size: clamp(31px, 4vw, 45px); letter-spacing: -.04em; }
.home-contact-cta p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.home-contact-cta .button { flex: 0 0 auto; }

.subpage-hero { position: relative; min-height: 430px; padding: 190px 0 88px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 70%, #083581 0, #061b43 25%, #03142b 52%, #020d1f 78%); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 70px 70px; }
.subpage-hero .hero-glow { top: 70px; }
.subpage-hero-copy { position: relative; z-index: 2; }
.subpage-hero-copy .eyebrow { margin-bottom: 1rem; }
.subpage-hero h1 { max-width: 900px; margin-bottom: 1rem; font-size: clamp(47px, 6vw, 72px); line-height: 1.05; letter-spacing: -.052em; }
.subpage-hero-copy > p:last-child { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }

.content-section { background: linear-gradient(#fff, #fbfcff); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-detail-card { padding: 38px; border: 1px solid var(--line); border-radius: 9px; display: grid; grid-template-columns: 76px 1fr; gap: 24px; background: #fff; box-shadow: 0 10px 30px rgba(5,29,65,.045); scroll-margin-top: 30px; }
.service-detail-icon { width: 68px; height: 68px; padding: 13px; border-radius: 8px; background: #eef5ff; }
.service-detail-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.card-number { display: block; margin-bottom: .45rem; color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.service-detail-card h2 { margin-bottom: .8rem; font-size: 26px; letter-spacing: -.035em; }
.service-detail-card p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-detail-card ul, .feature-panel ul { margin: 1.2rem 0 0; padding: 0; list-style: none; display: grid; gap: .65rem; }
.service-detail-card li, .feature-panel li { display: flex; align-items: center; gap: .6rem; color: #465164; font-size: 12px; }
.service-detail-card li svg, .feature-panel li svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: var(--blue); stroke-width: 1.6; }

.split-feature-section { background: #f4f8ff; }
.split-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.split-feature-grid h2, .seo-foundation-grid h2 { margin-bottom: 1rem; font-size: clamp(32px, 4vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.split-feature-grid > div:first-child > p:last-of-type { margin-bottom: 1.8rem; color: var(--muted); line-height: 1.75; }
.feature-panel { padding: 36px; border-radius: 9px; color: #fff; background: linear-gradient(135deg, #06162f, #092c65); box-shadow: 0 20px 50px rgba(2,13,31,.18); }
.feature-panel h3 { margin-bottom: 1rem; font-size: 22px; }
.feature-panel li { color: rgba(255,255,255,.77); }
.feature-panel li svg { stroke: #69a5ff; }
.seo-foundation-section { border-top: 1px solid var(--line); }
.seo-foundation-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.seo-foundation-grid p { color: var(--muted); line-height: 1.8; }

.pricing-page-section { padding-top: 82px; }
.projects-page-section { background: linear-gradient(#fff, #f7faff); }
.projects-showcase { display: grid; gap: 34px; }
.project-showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; background: #fff; box-shadow: var(--shadow); }
.project-showcase-card:nth-child(even) .project-showcase-image { order: 2; }
.project-showcase-image { position: relative; min-height: 360px; height: 100%; }
.project-showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.project-showcase-image span { position: absolute; top: 18px; right: 18px; padding: .5rem .7rem; border-radius: 3px; color: #fff; background: rgba(2,13,31,.8); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.project-showcase-card > div:last-child { padding: 42px; }
.project-showcase-card h2 { margin-bottom: 1rem; font-size: clamp(27px, 3.4vw, 40px); line-height: 1.16; letter-spacing: -.04em; }
.project-showcase-card > div:last-child > p:not(.section-kicker) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.project-actions { margin-top: 1.15rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.project-showcase-card .project-actions a { min-height: 43px; margin-top: 0; padding: .7rem .9rem; border: 1px solid #b7c6da; border-radius: 4px; display: inline-flex; align-items: center; gap: .55rem; color: var(--blue); background: #fff; font-size: 13px; font-weight: 750; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.project-showcase-card .project-actions a:hover { border-color: var(--blue); background: #f3f7ff; transform: translateY(-2px); }
.project-showcase-card .project-actions .project-visit-link { border-color: var(--blue); color: #fff; background: var(--blue); }
.project-showcase-card .project-actions .project-visit-link:hover { color: #fff; background: #0059dd; }
.study-disclaimer { margin-top: 34px; padding: 24px 28px; border: 1px solid #c7d9f5; border-radius: 7px; display: grid; grid-template-columns: auto 1fr; gap: 24px; background: #f2f7ff; }
.study-disclaimer strong { color: var(--blue); font-size: 13px; }
.study-disclaimer p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.contact-page-section { position: relative; overflow: hidden; min-height: 760px; padding: 190px 0 100px; }
.contact-page-section .contact-grid { position: relative; z-index: 2; }
.contact-copy h1 { max-width: 540px; margin-bottom: 1.25rem; font-size: clamp(45px, 5.5vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.contact-form-card > h2 { margin-bottom: .45rem; font-size: 25px; letter-spacing: -.035em; }

.content-page-section { background: linear-gradient(#fff, #f8faff); }
.content-page-featured { height: clamp(280px, 42vw, 520px); margin: 0 0 54px; overflow: hidden; border-radius: 10px; box-shadow: var(--shadow); }
.content-page-featured img { width: 100%; height: 100%; object-fit: cover; }
.content-page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(42px, 7vw, 84px); align-items: start; }
.content-page-layout.no-aside { grid-template-columns: minmax(0, 860px); justify-content: center; }
.content-page-body > :first-child { margin-top: 0; }
.content-page-body h2 { margin: 2.8rem 0 1rem; font-size: clamp(29px, 3.6vw, 42px); line-height: 1.18; letter-spacing: -.04em; }
.content-page-body h3 { margin: 2rem 0 .8rem; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.25; letter-spacing: -.025em; }
.content-page-body p, .content-page-body li { color: #465164; font-size: 16px; line-height: 1.85; }
.content-page-body ul, .content-page-body ol { margin: 1.2rem 0 1.8rem; padding-left: 1.35rem; }
.content-page-body li { margin-bottom: .55rem; }
.content-page-body a:not(.wp-block-button__link) { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.content-page-body figure { margin: 2.2rem 0; }
.content-page-body img { border-radius: 8px; }
.content-page-body figcaption { margin-top: .65rem; color: var(--muted); font-size: 12px; text-align: center; }
.content-page-body blockquote { margin: 2rem 0; padding: 20px 24px; border-left: 3px solid var(--blue); background: #f2f7ff; }
.content-page-body blockquote p { margin-bottom: 0; }
.content-page-body .wp-block-button__link { min-height: 46px; padding: .85rem 1.25rem; border-radius: 4px; display: inline-flex; align-items: center; color: #fff; background: linear-gradient(135deg, #256dff, #0876ff); font-size: 13px; font-weight: 750; }
.content-page-benefits { position: sticky; top: 130px; padding: 30px 28px; border: 1px solid #c9dcfb; border-radius: 9px; background: #f2f7ff; box-shadow: 0 14px 36px rgba(4,24,55,.06); }
.content-page-benefits h2 { margin: .55rem 0 1.35rem; font-size: 27px; line-height: 1.2; letter-spacing: -.035em; }
.content-page-benefits ul { margin: 0; padding: 0; list-style: none; }
.content-page-benefits li { padding: 12px 0; border-top: 1px solid #d5e2f7; display: flex; align-items: flex-start; gap: .7rem; color: #26354c; font-size: 14px; line-height: 1.55; }
.content-page-benefits li:first-child { border-top: 0; }
.content-page-benefits svg { flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.content-page-cards { margin-top: 82px; padding-top: 72px; border-top: 1px solid var(--line); }
.content-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card { min-height: 225px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 9px 28px rgba(12,32,66,.045); }
.content-card > span { display: block; margin-bottom: 1.4rem; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.content-card h3 { margin-bottom: .8rem; font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.content-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.legal-section { background: #fbfcff; }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 2.2rem 0 .8rem; font-size: 22px; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #465164; line-height: 1.8; }
.legal-content ul { margin: 1rem 0 1.6rem; padding-left: 1.3rem; }
.legal-content li { margin-bottom: .45rem; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-draft-note { margin-bottom: 2.5rem; padding: 22px 24px; border: 1px solid #f0c36a; border-radius: 7px; background: #fff8e8; }
.legal-draft-note strong { display: block; margin-bottom: .45rem; color: #815500; }
.legal-draft-note p { margin-bottom: 0; color: #735c2e; font-size: 13px; }
.legal-hint { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: 12px; }
.legal-meta { margin-bottom: 2rem; color: #6a7484 !important; font-size: 13px; }
.legal-callout { padding: 20px 22px; border-left: 3px solid var(--blue); border-radius: 0 6px 6px 0; background: #f2f7ff; }

:focus-visible { outline: 3px solid #77adff; outline-offset: 4px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(44px, 5.6vw, 60px); }
  .device-stage { min-height: 400px; }
  .phone { right: -3%; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .benefit-strip { grid-template-columns: 1fr 1fr; gap: 12px 0; }
  .benefit-strip > div:nth-child(3) { border-left: 0; }
  .package-card { padding-inline: 22px; }
  .individual-package { grid-template-columns: 1fr 1fr; }
  .individual-package > a { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .pricing-teaser-grid { grid-template-columns: 1fr 1fr; }
  .pricing-teaser-grid > :last-child { grid-column: 1 / -1; }
  .service-detail-card { padding: 30px; grid-template-columns: 60px 1fr; }
  .service-detail-icon { width: 58px; height: 58px; }
  .content-page-layout { grid-template-columns: 1fr; gap: 34px; }
  .content-page-layout.no-aside { justify-content: stretch; }
  .content-page-benefits { position: static; }
  .content-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 600px); }
  .nav-wrap { min-height: 104px; }
  .logo-link { width: 170px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 125px; padding-bottom: 72px; grid-template-columns: 1fr; gap: 2.5rem; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .device-stage { min-height: 340px; }
  .laptop { width: 92%; right: 5%; }
  .device-screen { min-height: 250px; }
  .phone { width: 115px; height: 236px; right: 0; }
  .phone-screen { min-height: 218px; }
  .phone-screen .screen-copy strong { font-size: 14px; }
  .phone-screen .screen-copy small { font-size: 8px; }
  .section { padding-block: 60px; }
  .service-grid, .project-grid, .package-grid, .about-grid, .about-values, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .benefit-strip { grid-template-columns: 1fr; padding: 18px; }
  .benefit-strip > div, .benefit-strip > div:nth-child(3) { padding: 12px 0; border-left: 0; border-top: 1px solid #d3dae5; }
  .benefit-strip .benefit-lead { border-top: 0; }
  .projects-section { padding-top: 5px; }
  .project-content p { min-height: auto; }
  .pricing-section { padding-block: 64px; }
  .package-grid { gap: 18px; }
  .package-featured { transform: none; }
  .package-top > p, .care-card > p { min-height: auto; }
  .individual-package, .care-heading { grid-template-columns: 1fr; }
  .individual-package { padding: 24px 21px; gap: 14px; }
  .individual-package > a { grid-column: auto; white-space: normal; }
  .care-heading { margin-top: 65px; gap: 14px; }
  .about-grid { gap: 28px; }
  .digital-card { padding: 30px 25px; }
  .about-values { gap: 20px; }
  .process-section { padding-top: 0; }
  .process-list { grid-template-columns: 1fr; gap: 26px; }
  .process-list::before { top: 23px; bottom: 23px; left: 23px; width: 1px; height: auto; }
  .process-list li { min-height: 82px; padding: 0 0 0 72px; text-align: left; }
  .process-list li > span { position: absolute; top: 0; left: 0; margin: 0; }
  .aftercare-note { margin-top: 38px; padding: 24px 20px; grid-template-columns: 1fr; gap: 14px; }
  .contact-section { padding-block: 62px; }
  .contact-grid, .form-row { grid-template-columns: 1fr; }
  .contact-grid { gap: 40px; }
  .contact-form-card { padding: 28px 20px; }
  .footer-grid { gap: 32px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .pricing-teaser-grid, .service-detail-grid, .split-feature-grid, .seo-foundation-grid, .project-showcase-card { grid-template-columns: 1fr; }
  .pricing-teaser-grid > :last-child { grid-column: auto; }
  .price-teaser-card p { min-height: auto; }
  .home-contact-cta-inner { padding: 30px 24px; align-items: stretch; flex-direction: column; }
  .home-contact-cta .button { align-self: flex-start; }
  .subpage-hero { min-height: 390px; padding: 155px 0 65px; }
  .subpage-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .service-detail-card { padding: 25px 22px; grid-template-columns: 1fr; }
  .split-feature-grid, .seo-foundation-grid { gap: 28px; }
  .project-showcase-card:nth-child(even) .project-showcase-image { order: 0; }
  .project-showcase-image { min-height: 260px; }
  .project-showcase-card > div:last-child { padding: 28px 22px; }
  .study-disclaimer { grid-template-columns: 1fr; gap: 8px; }
  .contact-page-section { padding: 155px 0 70px; }
  .content-page-featured { height: 250px; margin-bottom: 38px; }
  .content-page-body p, .content-page-body li { font-size: 15px; }
  .content-page-benefits { padding: 25px 21px; }
  .content-page-cards { margin-top: 58px; padding-top: 54px; }
  .content-card-grid { grid-template-columns: 1fr; }
  .content-card { min-height: 0; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
