/* Limonet: dependency-free responsive design system. */
:root {
  --ink:#0b3345;
  --muted:#506d7b;
  --teal:#20788a;   /* WCAG AA: 5,10 na beli, 4,74 na --tint (izvirni #258496 je dal 4,36) */
  --yellow:#f3de27;
  --yellow-hover:#e4ce16;
  --tint:#f0f8f8;
  --line:#d7e6e9;
  --paper:#fff;
  --footer:#101419;
  --radius:14px;
  --section-space:80px;
  --gutter:clamp(24px,4.4vw,64px);
  --shadow:0 16px 60px #1438430b
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}
body {
  margin:0;
  background:#eff6f6;
  color:var(--ink);
  font-family:"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:650;
  line-height:1.16;
  letter-spacing:-.035em
}
h1 {
  font-size:clamp(32px,2.65vw,40px);
  font-weight:720
}
h2 {
  font-size:clamp(28px,2.65vw,38px)
}
h3 {
  font-size:21px;
  letter-spacing:-.025em
}
p {
  color:var(--muted)
}
a {
  color:inherit;
  text-underline-offset:4px
}
a,button,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit
}
button,a,summary {
  touch-action:manipulation
}
button {
  cursor:pointer
}
img {
  max-width:100%;
  display:block
}
svg {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--teal);
  outline-offset:5px
}
section[id] {
  scroll-margin-top:24px
}
.page-shell {
  max-width:1320px;
  margin:16px auto;
  background:var(--paper);
  box-shadow:var(--shadow)
}
.svg-defs {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
[hidden] {
  display:none!important
}
.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  z-index:20;
  background:var(--yellow);
  padding:12px;
  transform:translateY(-150%)
}
.skip-link:focus {
  transform:translateY(0)
}

.site-header {
  min-height:70px;
  padding:12px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-bottom:1px solid #ebf0f1
}
.brand {
  flex-shrink:0
}
.brand img {
  width:149px;
  height:46px;
  object-fit:contain
}
.main-nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  font-weight:600
}
.main-nav>a {
  text-decoration:none
}
.main-nav>a:not(.button):hover {
  color:var(--teal)
}
.main-nav>.button {
  margin-left:26px
}
.caret {
  display:inline-block;
  margin:0 0 2px 3px;
  border-top:5px solid;
  border-right:4px solid transparent;
  border-left:4px solid transparent
}
.menu-toggle {
  border:1px solid var(--line);
  background:white;
  padding:9px 14px;
  border-radius:24px;
  color:var(--ink)
}
.menu-toggle span {
  margin-left:8px
}
.button {
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:12px 23px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  transition:background .18s ease,transform .18s ease,border-color .18s ease
}
.button:hover {
  transform:translateY(-2px)
}
.button-primary {
  background:var(--yellow);
  color:var(--ink)
}
.button-primary:hover {
  background:var(--yellow-hover)
}
.button-outline {
  border-color:#aeced5;
  background:white;
  color:#236474
}
.button-outline:hover {
  background:var(--tint);
  border-color:var(--teal)
}
.text-link {
  font-size:14px;
  font-weight:600;
  color:#176777;
  display:inline-flex;
  gap:9px;
  align-items:center
}
.text-link:hover {
  color:var(--ink)
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.19em;
  font-size:14px;
  font-weight:650;
  color:#4b6c7c;
  margin-bottom:22px
}
.actions {
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap
}

.hero {
  display:grid;
  grid-template-columns:43.25% 56.75%;
  min-height:402px
}
.hero-copy {
  padding:23px 24px 20px;
  align-self:center
}
.hero-copy .eyebrow {
  margin-bottom:12px
}
.hero-copy>p:not(.eyebrow) {
  font-size:14px;
  line-height:1.6;
  max-width:420px;
  margin-top:14px
}
.hero-copy h1 {
  max-width:455px
}
.hero-copy .actions {
  margin-top:18px
}
.hero-image {
  width:100%;
  height:100%;
  min-height:402px;
  object-fit:cover;
  object-position:center
}
.hero-stats {
  display:flex;
  margin:20px 0 0;
  gap:0
}
.hero-stats>div {
  padding:0 20px;
  border-right:1px solid var(--line)
}
.hero-stats>div:first-child {
  padding-left:0
}
.hero-stats>div:last-child {
  border:0;
  padding-right:0
}
.hero-stats dt {
  font-size:26px;
  font-weight:600;
  line-height:1.1;
  letter-spacing:.015em
}
.hero-stats dd {
  margin:3px 0 0;
  font-size:12px;
  color:var(--muted);
  white-space:nowrap
}
.services {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:20px 24px;
  background:linear-gradient(110deg,#f1f9fa,white 65%,#fffdf3);
  border-block:1px solid #e8f0f1
}
.service {
  position:relative;
  text-align:center;
  padding:0 20px;
  text-decoration:none
}
.service+.service:before {
  content:"";
  position:absolute;
  left:0;
  top:20px;
  bottom:20px;
  width:1px;
  background:var(--line)
}
.icon-circle {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#e2f3f5;
  color:var(--teal);
  flex-shrink:0
}
.service h2 {
  font-size:16px;
  letter-spacing:-.01em;
  text-decoration:underline;
  margin:8px 0 5px;
  line-height:1.5
}
.service p {
  font-size:14px;
  line-height:1.55;
  max-width:185px;
  margin:auto
}
.service:hover .icon-circle {
  background:var(--yellow);
  color:var(--ink)
}

.section {
  padding:var(--section-space) var(--gutter)
}
.section-heading {
  margin-bottom:36px
}
.section-heading>p:last-child:not(.eyebrow) {
  margin-top:18px
}
.section-heading h2 {
  max-width:720px
}
.centered {
  text-align:center
}
.centered h2 {
  margin-inline:auto
}
.split-layout {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:clamp(36px,7vw,100px)
}
.split-layout h2+p {
  margin-top:22px
}
.grid-three {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}
.problem-section {
  background:linear-gradient(115deg,#f0f8f9,#fbfcf8);
  padding-top:64px;
  padding-bottom:0
}
.problem-section h2 {
  max-width:475px
}
.problem-list {
  padding-top:2px
}
.problem-list p {
  position:relative;
  font-size:15px;
  padding:9px 0 9px 25px
}
.problem-list p:before {
  content:"—";
  position:absolute;
  left:0;
  color:#80aeb7
}
.takeaway {
  border-top:1px solid #d0e1e4;
  margin-top:42px;
  padding:25px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:15px;
  color:var(--muted)
}
.takeaway strong {
  flex-shrink:0;
  color:var(--ink)
}
.takeaway strong span {
  display:inline-flex;
  width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  background:var(--yellow);
  border-radius:50%;
  margin-left:12px
}
.steps {
  list-style:none;
  margin:0;
  padding:0;
  gap:40px
}
.steps li {
  position:relative
}
.steps li:not(:last-child):after {
  content:"";
  position:absolute;
  left:64px;
  right:-24px;
  top:26px;
  height:1px;
  background:var(--line)
}
.step-number {
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:53px;
  height:53px;
  border-radius:50%;
  background:var(--yellow);
  font-size:18px;
  font-weight:700;
  margin-bottom:25px
}
.steps h3 {
  margin-bottom:14px
}
.steps p {
  font-size:15px
}
.included-note {
  margin-top:40px;
  display:flex;
  gap:20px;
  align-items:center;
  padding:23px 26px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#f8fbfc
}
.included-note p {
  font-size:14px
}
.heading-row {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:32px
}
.heading-row h2+p {
  margin-top:14px
}
.heading-row .text-link {
  flex-shrink:0;
  margin-bottom:4px
}
.projects-section {
  background:#f5f9f9
}
.project-card {
  display:flex;
  flex-direction:column;
  background:white;
  text-decoration:none;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease
}
.project-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 30px #153c4610
}
.project-card>img {
  width:100%;
  height:auto;
  aspect-ratio:4.1/1;
  object-fit:cover;
  border-bottom:1px solid var(--line)
}
.project-info {
  padding:24px
}
.project-info .eyebrow {
  font-size:12px;
  margin-bottom:10px
}
.project-info h3 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:24px
}
.project-info h3 span {
  font-size:20px;
  color:var(--teal)
}
.project-info>p:last-of-type {
  font-size:14px;
  margin-top:12px
}
.testimonials-section {
  background:#eaf4f5
}
.testimonial-card {
  border-radius:var(--radius);
  background:white;
  padding:28px;
  display:flex;
  flex-direction:column;
  position:relative;
  border:1px solid #dcebed
}
.quote-mark {
  font-family:Georgia,serif;
  line-height:.9;
  font-size:76px;
  color:#d4c429;
  height:52px
}
.placeholder-label {
  font-size:12px;
  color:#6b7272;
  letter-spacing:.05em;
  text-transform:uppercase
}
.testimonial-copy {
  font-size:18px;
  line-height:1.65;
  color:var(--ink);
  margin-top:15px;
  margin-bottom:28px
}
.testimonial-author {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:auto;
  padding-top:20px;
  border-top:1px solid var(--line)
}
.avatar {
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--tint);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:var(--teal)
}
.testimonial-author p {
  font-size:14px;
  line-height:1.6
}
.testimonial-author strong {
  color:var(--ink)
}
.testimonial-author span:not(.avatar) {
  display:block;
  font-size:12px
}

.pricing-section {
  background:linear-gradient(145deg,#fff,#fcfdf8)
}
.pricing-grid {
  align-items:stretch;
  padding-top:24px;
  gap:22px
}
.price-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  position:relative;
  background:white;
  display:flex
}
.price-card-body {
  padding:30px;
  display:flex;
  flex-direction:column;
  width:100%
}
.price-card h3 {
  text-transform:uppercase;
  font-size:18px;
  letter-spacing:.025em
}
.plan-description {
  font-size:14px;
  margin-top:12px;
  min-height:70px
}
.price {
  font-size:48px;
  line-height:1.2;
  font-weight:650;
  letter-spacing:-.04em;
  color:var(--ink);
  margin:20px 0
}
.price span {
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  margin-left:5px;
  color:var(--muted)
}
.check-list {
  list-style:none;
  padding:0;
  margin:0 0 30px;
  color:var(--muted);
  font-size:15px
}
.check-list li {
  position:relative;
  padding-left:23px;
  margin:10px 0
}
.check-list li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--teal);
  font-weight:700
}
.price-card .button {
  margin-top:auto;
  width:100%
}
.featured {
  border-color:#d9c51c;
  box-shadow:0 12px 30px #baa7150b
}
.popular-label {
  position:absolute;
  top:-27px;
  left:-1px;
  right:-1px;
  height:28px;
  text-align:center;
  background:var(--yellow);
  border-radius:12px 12px 0 0;
  font-size:11px;
  line-height:28px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:750;
  color:var(--ink)
}
.price-card.featured {
  border-top-left-radius:0;
  border-top-right-radius:0
}
.pricing-terms {
  max-width:1050px;
  margin:28px auto 0;
  font-size:14px
}
.pricing-terms p+p {
  margin-top:8px
}
.guarantees-section {
  border-top:1px solid var(--line)
}
.guarantees-grid {
  gap:40px
}
.guarantees-grid article+article {
  padding-left:30px;
  border-left:1px solid var(--line)
}
.guarantees-grid h3 {
  margin:20px 0 14px
}
.guarantees-grid p {
  font-size:15px
}
.visibility-section {
  margin:0 24px;
  padding:56px 40px;
  border-radius:20px;
  background:var(--ink);
  color:white
}
.visibility-section .eyebrow {
  color:#acccd4
}
.visibility-section h2 {
  font-size:clamp(30px,3vw,44px)
}
.visibility-section .button {
  margin-top:30px
}
.visibility-copy .icon-circle {
  background:#244c5b;
  color:#a6d8dd;
  margin-bottom:18px
}
.visibility-copy p {
  color:#d0e0e5;
  font-size:15px
}
.visibility-copy p+p {
  margin-top:16px
}
.visibility-copy .fine-print {
  color:#a8c5ce;
  border-top:1px solid #41606b;
  padding-top:18px;
  font-size:14px
}
.honest-section {
  border-bottom:1px solid var(--line)
}
.honest-list {
  list-style:none;
  padding:0;
  margin:0
}
.honest-list li+li {
  margin-top:22px
}
.honest-list h3 {
  font-size:17px;
  margin-bottom:6px
}
.honest-list p {
  font-size:15px
}
.faq-section {
  background:#f8fbfa
}
.faq-layout {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:75px
}
.faq-layout h2+p {
  margin-top:22px
}
.faq-list {
  border-top:1px solid #ccdde0
}
.faq-list details {
  border-bottom:1px solid #ccdde0
}
.faq-list summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:19px 2px;
  font-size:15px;
  line-height:1.5;
  font-weight:650
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:"+";
  font-size:24px;
  font-weight:400;
  color:var(--teal);
  line-height:1;
  width:18px;
  text-align:center;
  flex-shrink:0
}
.faq-list details[open] summary:after {
  content:"−"
}
.faq-list details[open] summary {
  color:#207687
}
.faq-list details p {
  font-size:15px;
  padding:0 30px 20px 2px
}
.contact-section {
  text-align:center;
  background:linear-gradient(105deg,#edf8f8,#fffdf1);
  padding-block:75px
}
.contact-section h2 {
  font-size:clamp(36px,4vw,54px)
}
.contact-section>p:not(.eyebrow) {
  margin-top:22px
}
.contact-section .actions {
  justify-content:center;
  margin-top:26px
}
.fine-print {
  font-size:13px
}
.selected-plan {
  display:inline-block;
  border:1px solid #b8d3d8;
  padding:6px 15px;
  border-radius:20px;
  font-size:14px
}

.site-footer {
  background:var(--footer);
  color:#eee
}
.footer-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr 1.15fr .95fr .85fr 1fr;
  gap:28px;
  padding:52px 34px 32px
}
.site-footer h2 {
  font-size:14px;
  letter-spacing:0;
  margin-bottom:14px;
  font-weight:700
}
.site-footer p {
  color:#a5afb4;
  font-size:13px;
  line-height:1.6
}
.footer-logo {
  text-decoration:none;
  font-size:27px;
  font-weight:300;
  letter-spacing:-1px;
  display:inline-block;
  margin-top:-10px;
  margin-bottom:12px
}
.footer-logo span {
  color:var(--yellow)
}
.site-footer ul {
  list-style:none;
  padding:0;
  margin:0
}
.site-footer li {
  margin-bottom:9px
}
.site-footer a:not(.footer-logo),.footer-link {
  font-size:13px;
  line-height:1.6;
  text-decoration:none
}
.site-footer a:hover,.footer-link:hover {
  text-decoration:underline;
  text-underline-offset:3px
}
.footer-link {
  background:none;
  border:0;
  color:inherit;
  padding:0;
  text-align:left
}
.footer-price-link {
  display:block;
  margin:3px 0
}
.footer-blog {
  padding:26px 24px 30px;
  margin:0 24px;
  border-top:1px solid #292d31
}
.footer-blog .grid-three {
  gap:35px
}
.footer-blog p {
  color:#e1e6e8;
  font-size:13px
}
.footer-bottom {
  background:#0b0e11;
  text-align:center;
  font-size:12px;
  padding:14px 20px;
  color:#aab4b9
}
.footer-bottom span {
  margin-inline:7px
}
dialog {
  border:1px solid var(--line);
  border-radius:18px;
  padding:36px;
  max-width:min(520px,calc(100% - 32px));
  color:var(--ink);
  box-shadow:0 20px 100px #0003
}
dialog::backdrop {
  background:#08283390;
  backdrop-filter:blur(3px)
}
dialog h2 {
  font-size:27px;
  padding-right:25px
}
dialog p {
  margin:20px 0
}
.dialog-close {
  position:absolute;
  right:14px;
  top:9px;
  border:0;
  background:transparent;
  font-size:30px;
  color:var(--ink);
  width:40px;
  height:40px
}

.menu-toggle {
  display:none
}

.hero-image {
  object-position:center;
  object-fit:contain;
  background:#f5f7f7
}

@media(min-width:1500px) {
  .page-shell {
    margin-block:24px
  }
}

@media(max-width:1100px) {
  :root {
    --section-space:64px;
    --gutter:36px
  }
  .page-shell {
    margin:0
  }
  .main-nav {
    gap:20px
  }
  .main-nav>.button {
    margin-left:0
  }
  .hero {
    grid-template-columns:47% 53%
  }
  .hero-copy {
    padding:25px
  }
  .hero-copy h1 {
    font-size:33px
  }
  .hero-copy .eyebrow {
    font-size:12px
  }
  .hero-stats>div {
    padding-inline:13px
  }
  .hero-stats dt {
    font-size:24px
  }
  .hero-stats dd {
    font-size:11px
  }
  .hero-image {
    object-position:44% center
  }
  .hero-copy .actions {
    gap:14px
  }
  .hero-copy .text-link {
    font-size:13px
  }
  .service {
    padding-inline:13px
  }
  .split-layout {
    gap:40px
  }
  .heading-row {
    align-items:flex-start;
    flex-direction:column;
    gap:16px
  }
  .grid-three {
    gap:18px
  }
  .price-card-body,.testimonial-card {
    padding:24px
  }
  .plan-description {
    min-height:90px
  }
  .footer-grid {
    grid-template-columns:1.3fr 1fr 1fr;
    gap:32px
  }
  .footer-brand p {
    max-width:250px
  }
  .guarantees-grid {
    gap:24px
  }
  .guarantees-grid article+article {
    padding-left:22px
  }
  .faq-layout {
    gap:40px
  }
}

@media(max-width:800px) {
  :root {
    --gutter:26px;
    --section-space:54px
  }
  .site-header {
    flex-wrap:wrap;
    gap:12px;
    padding-inline:24px
  }
  .menu-toggle:not([hidden]) {
    display:block
  }
  .main-nav {
    flex:1 0 100%;
    justify-content:center;
    flex-wrap:wrap;
    padding-block:15px
  }
  .has-js .main-nav {
    display:none
  }
  .has-js .main-nav.is-open {
    display:flex
  }
  .main-nav>.button {
    min-height:42px
  }
  .hero {
    grid-template-columns:1fr 1fr
  }
  .hero-copy {
    padding:25px 22px
  }
  .hero-copy h1 {
    font-size:30px
  }
  .hero-copy>p:not(.eyebrow) {
    font-size:14px
  }
  .hero-copy .eyebrow {
    font-size:11px;
    letter-spacing:.14em
  }
  .hero-copy .actions {
    align-items:flex-start;
    flex-direction:column;
    gap:14px
  }
  .hero-stats {
    flex-wrap:wrap;
    row-gap:14px
  }
  .hero-stats>div {
    padding-inline:10px
  }
  .hero-stats dd {
    font-size:10px
  }
  .hero-stats dt {
    font-size:23px
  }
  .hero-image {
    object-position:53% center
  }
  .services {
    grid-template-columns:repeat(2,1fr);
    gap:26px 0;
    padding-block:26px
  }
  .service:nth-child(3):before {
    display:none
  }
  .service h2 {
    font-size:16px
  }
  .split-layout {
    grid-template-columns:1fr;
    gap:28px
  }
  .split-layout h2 {
    max-width:620px
  }
  .problem-section {
    padding-top:48px
  }
  .problem-list {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 22px
  }
  .takeaway {
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    margin-top:30px
  }
  .grid-three {
    grid-template-columns:1fr
  }
  .steps {
    gap:28px
  }
  .steps li {
    padding-left:76px;
    min-height:90px
  }
  .step-number {
    position:absolute;
    left:0;
    top:0
  }
  .steps li:not(:last-child):after {
    top:62px;
    left:26px;
    height:calc(100% - 45px);
    width:1px;
    right:auto
  }
  .steps h3 {
    padding-top:7px
  }
  .included-note {
    align-items:flex-start
  }
  .project-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px
  }
  .project-info {
    padding:17px
  }
  .project-info h3 {
    font-size:21px
  }
  .project-info .eyebrow {
    font-size:10px;
    letter-spacing:.12em
  }
  .project-info>p:last-of-type {
    font-size:13px
  }
  .testimonial-card {
    display:grid;
    grid-template-columns:40px 1fr;
    column-gap:15px
  }
  .quote-mark {
    grid-row:1 / 3
  }
  .testimonial-copy {
    margin-top:8px;
    margin-bottom:18px
  }
  .testimonial-author {
    grid-column:2
  }
  .pricing-grid {
    gap:42px;
    grid-template-columns:repeat(3,minmax(0,1fr));
    column-gap:12px
  }
  .price-card-body {
    padding:22px 16px
  }
  .plan-description {
    font-size:13px;
    min-height:130px
  }
  .price {
    font-size:35px
  }
  .price span {
    display:block;
    margin-left:0;
    font-size:12px
  }
  .check-list {
    font-size:13px
  }
  .price-card .button {
    padding:11px 12px;
    gap:8px;
    font-size:13px
  }
  .popular-label {
    font-size:10px
  }
  .guarantees-grid article+article {
    border-left:0;
    padding:25px 0 0;
    border-top:1px solid var(--line)
  }
  .guarantees-grid article {
    display:grid;
    grid-template-columns:48px 1fr;
    gap:0 18px
  }
  .guarantees-grid h3 {
    margin:10px 0 12px
  }
  .guarantees-grid p {
    grid-column:2
  }
  .visibility-section {
    margin-inline:16px;
    padding:40px 28px
  }
  .visibility-section h2 br {
    display:none
  }
  .visibility-copy .icon-circle {
    display:none
  }
  .faq-layout {
    grid-template-columns:1fr;
    gap:28px
  }
  .faq-layout h2 br {
    display:none
  }
  .faq-layout h2+p {
    margin-top:15px
  }
  .footer-blog .grid-three {
    gap:18px
  }
  .footer-grid {
    padding-inline:26px
  }
  .contact-section {
    padding-block:60px
  }
}

@media(max-width:560px) {
  :root {
    --gutter:22px;
    --section-space:46px
  }
  h2 {
    font-size:30px
  }
  .eyebrow {
    font-size:12px;
    margin-bottom:16px
  }
  .site-header {
    padding:12px 20px
  }
  .brand img {
    width:135px;
    height:auto
  }
  .main-nav {
    gap:18px;
    justify-content:flex-start
  }
  .main-nav>.button {
    width:100%
  }
  .hero {
    grid-template-columns:1fr
  }
  .hero-copy {
    padding:30px 22px
  }
  .hero-copy h1 {
    font-size:36px;
    max-width:420px
  }
  .hero-copy .eyebrow {
    font-size:12px;
    letter-spacing:.15em
  }
  .hero-copy>p:not(.eyebrow) {
    font-size:15px;
    max-width:none
  }
  .hero-copy .actions {
    flex-direction:row;
    align-items:center;
    gap:18px
  }
  .hero-stats {
    margin-top:26px;
    flex-wrap:nowrap;
    justify-content:space-between
  }
  .hero-stats>div {
    padding-inline:14px
  }
  .hero-stats dt {
    font-size:25px
  }
  .hero-stats dd {
    font-size:11px
  }
  .hero-image {
    min-height:0;
    height:auto;
    aspect-ratio:725/402;
    object-fit:contain
  }
  .services {
    padding:24px 10px;
    gap:24px 0
  }
  .service {
    padding:0 12px
  }
  .service h2 {
    font-size:15px;
    line-height:1.35
  }
  .service p {
    font-size:13px;
    max-width:160px
  }
  .service+.service:before {
    top:12px;
    bottom:12px
  }
  .problem-list {
    grid-template-columns:1fr
  }
  .problem-list p {
    font-size:14px;
    padding-block:8px
  }
  .takeaway {
    font-size:14px
  }
  .takeaway strong {
    white-space:normal
  }
  .steps li {
    padding-left:66px
  }
  .steps h3 {
    font-size:20px
  }
  .included-note {
    padding:20px;
    gap:13px
  }
  .included-note .icon-circle {
    display:none
  }
  .project-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .project-card>img {
    aspect-ratio:4.1/1
  }
  .project-info {
    padding:22px
  }
  .project-info h3 {
    font-size:25px
  }
  .project-info .eyebrow {
    font-size:12px
  }
  .project-info>p:last-of-type {
    font-size:14px
  }
  .centered {
    text-align:left
  }
  .testimonial-card {
    padding:23px;
    grid-template-columns:28px 1fr;
    column-gap:12px
  }
  .quote-mark {
    font-size:60px
  }
  .testimonial-copy {
    font-size:17px
  }
  .pricing-grid {
    grid-template-columns:1fr;
    gap:20px;
    padding-top:0
  }
  .price-card-body {
    padding:28px
  }
  .price-card h3 {
    font-size:19px
  }
  .plan-description {
    font-size:15px;
    min-height:0;
    max-width:340px
  }
  .price {
    font-size:48px;
    margin:20px 0
  }
  .price span {
    display:inline;
    font-size:14px;
    margin-left:7px
  }
  .check-list {
    font-size:15px
  }
  .price-card .button {
    font-size:14px
  }
  .featured {
    margin-top:28px
  }
  .popular-label {
    font-size:11px
  }
  .pricing-terms {
    font-size:13px
  }
  .desktop-break {
    display:none
  }
  .guarantees-grid article {
    grid-template-columns:1fr
  }
  .guarantees-grid p {
    grid-column:auto
  }
  .guarantees-grid h3 {
    margin-top:17px
  }
  .visibility-section {
    padding:34px 24px
  }
  .visibility-section h2 {
    font-size:34px
  }
  .honest-list h3 {
    font-size:17px
  }
  .contact-section {
    text-align:center
  }
  .contact-section .eyebrow {
    margin-bottom:18px
  }
  .contact-section h2 {
    font-size:39px
  }
  .contact-section>p {
    font-size:15px
  }
  .contact-section .actions {
    flex-direction:column;
    gap:12px
  }
  .contact-section .button {
    width:100%;
    max-width:310px
  }
  .contact-section .fine-print {
    font-size:12px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:32px 22px;
    padding:40px 22px 30px
  }
  .footer-brand {
    grid-column:1 / -1
  }
  .footer-brand p {
    max-width:340px
  }
  .footer-blog {
    margin-inline:22px;
    padding-inline:0
  }
  .footer-bottom {
    font-size:12px
  }
  .section-heading h2 br {
    display:none
  }
}

@media(max-width:360px) {
  .hero-copy h1 {
    font-size:32px
  }
  .hero-copy .actions {
    gap:16px
  }
  .hero-stats>div {
    padding-inline:9px
  }
  .hero-stats dt {
    font-size:23px
  }
  .hero-stats dd {
    font-size:10px
  }
  .service {
    padding-inline:8px
  }
  .footer-grid {
    gap:28px 16px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}

@media(max-width:560px) {
  .hero-image {
    aspect-ratio:1591/988
  }
}

@media print {
  body {
    background:white
  }
  .page-shell {
    margin:0;
    box-shadow:none
  }
  .site-header,.menu-toggle,.site-footer,.actions,.button,.skip-link {
    display:none!important
  }
  .section {
    padding:24px 0;
    break-inside:avoid
  }
  .hero {
    display:block
  }
  .hero-image {
    max-width:500px;
    min-height:0;
    height:auto
  }
  .grid-three {
    grid-template-columns:repeat(3,1fr)
  }
  .visibility-section {
    margin:0;
    background:white;
    color:var(--ink)
  }
  .visibility-copy p,.visibility-section .eyebrow {
    color:var(--ink)
  }
  .testimonial-card,.price-card {
    break-inside:avoid
  }
  details {
    break-inside:avoid
  }
  details>p {
    display:block!important
  }
}
