/* Local service-page theme. Shared navigation, consent and widget retain their contracts. */
.websites-page {
  /* Inherit the same brand tokens as the other service pages from content-v2.css. */
  background: var(--color-bg); color: var(--text); overflow-x: clip;
}
.websites-page main { padding-bottom: 0; }
.websites-page .content-header { min-height: 80px; }
@media (min-width: 768px) and (max-width: 880px) {
  .websites-page .content-header { align-items: center; }
  .websites-page .content-header nav { flex-wrap: nowrap; gap: 14px; }
  .websites-page .content-header nav a[href="/#about"] { display: none; }
}
.websites-page .brand-mark { border-color: var(--border); }
.websites-page .crumbs { padding: 26px 0 38px; letter-spacing: 0; text-transform: none; font-size: 12px; }
.websites-page h1 { max-width: none; font-size: clamp(2rem,5.1vw,4.6rem); line-height: 1.14; margin: 20px 0 34px; letter-spacing: -.055em; }
.websites-page h2 { margin: 0 0 24px; max-width: 26ch; font-size: clamp(1.5rem,3vw,2.65rem); line-height: 1.25; }
.websites-page h3 { font: 600 clamp(1.15rem,1.9vw,1.55rem)/1.4 var(--display); letter-spacing: -.035em; }
.websites-page p { color: var(--muted-strong); }
.websites-page p + p { margin-top: 16px; }
.websites-page :is(a,summary,button):focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.websites-page [id] { scroll-margin-top: 28px; }
.ws-skip { position: fixed; top: -100px; left: 20px; z-index: 1003; padding: 12px 20px; background: var(--accent); color: #031211; }
.ws-skip:focus { top: 12px; }
.websites-page .ws-eyebrow { font: 500 12px/1.5 var(--mono); color: var(--accent); }
.ws-hero { padding: 12px 0 64px; border-bottom: 1px solid var(--border); }
.ws-hero-bottom { display: grid; grid-template-columns: 1.12fr 1fr; gap: 9%; }
.websites-page .ws-lead { font-size: clamp(1.15rem,1.7vw,1.45rem); line-height: 1.55; color: var(--text); }
.ws-hero-contact { padding-left: 28px; border-left: 2px solid var(--accent); }
.websites-page .hero-actions { margin-top: 24px; gap: 14px; }
.websites-page .primary-action, .websites-page .secondary-action {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 50px; padding: 14px 22px; border-radius: 999px;
  font: 500 12px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .035em;
}
.websites-page .primary-action { background: var(--accent); color: #031211; }
.websites-page .primary-action:hover { background: #8ffef6; color: #031211; }
.websites-page .secondary-action { color: var(--text); border: 1px solid var(--border); }
.websites-page .secondary-action:hover { border-color: var(--accent); color: var(--accent); }
.websites-page .primary-action:active { transform: translateY(1px); }
.ws-section { padding: 80px 0; border-bottom: 1px solid var(--border); }
.ws-intro { max-width: 68ch; margin-bottom: 36px; }
.ws-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 48px; }
.ws-choices a { position: relative; display: grid; gap: 5px; padding: 25px 30px 25px 0; border-bottom: 1px solid var(--border); }
.ws-choices strong { font-size: 18px; font-weight: 600; }
.ws-choices span { color: var(--muted); font-size: 14px; }
.ws-choices .ws-choice-price { color: var(--accent); font-family: var(--mono); font-size: 13px; }
.ws-choices b { position: absolute; right: 0; top: 28px; color: var(--accent); font-size: 22px; }
.ws-group { margin-top: 52px; }
.ws-group > p { margin-top: 12px; }
.ws-simple, .ws-business { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 24px; align-items: start; }
.websites-page .ws-offer { max-width: none; padding: 32px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.websites-page .ws-offer--light { background: transparent; padding: 28px; }
.ws-offer h4 { font: 600 clamp(1.15rem,2vw,1.6rem)/1.3 var(--display); letter-spacing: -.04em; margin: 8px 0 18px; }
.websites-page .ws-task { color: var(--accent); font-size: 14px; font-weight: 600; }
.ws-offer p { font-size: 15px; }
.ws-offer .ws-result { margin-top: 20px; color: var(--text); }
.websites-page .ws-price { color: var(--text); font: 500 clamp(1.7rem,3vw,2.35rem)/1.2 var(--display); letter-spacing: -.05em; white-space: nowrap; margin: 26px 0; }
.ws-price span { font: 400 15px/1 var(--body); letter-spacing: 0; color: var(--muted); }
.ws-details { border-top: 1px solid var(--border); }
.ws-details summary, .ws-faq summary { cursor: pointer; list-style: none; position: relative; padding: 18px 30px 18px 0; font-weight: 600; color: var(--text); }
.ws-details summary::-webkit-details-marker, .ws-faq summary::-webkit-details-marker { display: none; }
.ws-details summary::after, .ws-faq summary::after { content: '+'; position: absolute; right: 2px; top: 16px; font: 400 24px/1.3 var(--mono); color: var(--accent); }
.ws-details[open] > summary::after, .ws-faq details[open] > summary::after { content: '−'; }
.ws-details > div { padding-bottom: 20px; }
.ws-details ul { padding-left: 20px; margin: 14px 0 0; color: var(--muted-strong); font-size: 15px; }
.ws-details li + li { margin-top: 10px; }
.ws-link { display: inline-flex; align-items: center; gap: 20px; padding: 14px 0; color: var(--accent); font-weight: 600; font-size: 15px; }
.ws-link:hover { color: var(--text); text-decoration: underline; text-underline-offset: 5px; }
.ws-offer > .ws-link { margin-top: 12px; }
.websites-page .ws-note { font-size: 14px; margin: 12px 0; }
.ws-group > #landing { margin-top: 24px; border-left: 4px solid var(--accent); display: grid; grid-template-columns: 1.15fr 1fr; column-gap: 56px; }
#landing > :is(.ws-task,h4,.ws-result,p:not(.ws-price)) { grid-column: 1; }
#landing > .ws-price { grid-column: 2; grid-row: 1 / 3; align-self: center; }
#landing > .ws-details { grid-column: 2; grid-row: 3 / 5; }
#landing > .ws-link { grid-column: 2; }
.ws-catalog > .ws-offer { margin-top: 24px; background: rgba(var(--accent-rgb),.045); }
.ws-catalog .ws-offer > p { max-width: 80ch; }
.ws-custom { margin-top: 40px; padding: 40px 0 0; border-top: 1px solid var(--border); }
.ws-custom h3 { margin: 10px 0 20px; }
.ws-custom > p { max-width: 72ch; }
.ws-custom-list { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 24px; }
.ws-custom-list p + p { margin-top: 0; }
.ws-ladder { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.ws-ladder li { border-top: 2px solid var(--border); padding-top: 16px; }
.ws-ladder span { font: 500 14px/1.5 var(--mono); color: var(--accent); }
.ws-ladder p { margin-top: 10px; font-size: 15px; }
.ws-help, .ws-ai { padding: 48px; margin: 48px 0 0; background: rgba(var(--accent-rgb),.045); border: 1px solid rgba(var(--accent-rgb),.25); border-radius: 24px; }
.ws-help p, .ws-ai p { max-width: 70ch; }
.ws-help > a { margin-top: 28px; }
.ws-process { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.ws-process span { color: var(--accent); font: 400 14px/1 var(--mono); }
.ws-process h3 { font: 700 18px/1.4 var(--body); margin: 20px 0 12px; letter-spacing: 0; }
.ws-process p { font-size: 15px; }
.ws-person { display: grid; grid-template-columns: .7fr 1fr; gap: 10%; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--border); }
.ws-person img { width: 100%; height: auto; max-height: 500px; object-fit: cover; object-position: center 25%; border-radius: 16px; }
.ws-person h2 { margin-top: 18px; }
.ws-person .ws-link { margin-top: 20px; }
.ws-included { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 48px; }
.ws-included li { border-left: 2px solid var(--accent); padding-left: 18px; }
.ws-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.ws-terms h2 { font-size: clamp(1.5rem,2.4vw,2rem); }
.ws-extra { border-left: 1px solid var(--border); padding-left: 32px; }
.ws-extra h3 { margin-bottom: 24px; }
.ws-cases { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.ws-cases img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; border-radius: 16px; margin-bottom: 24px; }
.ws-cases h3 { margin-bottom: 12px; }
.ws-cases p { font-size: 15px; }
.ws-secondary > :is(p,details) { max-width: 80ch; }
.ws-secondary > .ws-details { margin: 24px 0; }
.ws-secondary a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.ws-faq { max-width: 940px; }
.ws-faq details { border-bottom: 1px solid var(--border); }
.ws-faq summary { padding: 24px 40px 24px 0; font-size: 17px; }
.ws-faq summary::after { top: 23px; }
.ws-faq details p { padding: 0 28px 24px 0; max-width: 78ch; }
.ws-final { padding: 80px 0; }
.ws-final p { max-width: 64ch; margin-bottom: 30px; }
.ws-channel { display: block; margin-top: 14px; font-size: 13px; color: var(--muted); }
.websites-page footer { border-color: var(--border); }
.websites-page .footer-top { color: var(--muted); }
.websites-page .footer-word { color: var(--text); }
.websites-page .footer-policy { color: var(--muted); }
/* Shared menu keeps the appearance and interactions of the other service pages. */
@media (max-width: 1024px) {
  .ws-hero-bottom { gap: 36px; }
  .ws-process, .ws-ladder { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ws-choices { gap: 0 28px; }
  .websites-page .ws-offer { padding: 24px; }
  .ws-group > #landing { column-gap: 28px; }
}
@media (max-width: 767px) {
  .websites-page { --shell: calc(100% - 36px); }
  .websites-page .content-header { min-height: 76px; gap: 12px; }
  .websites-page .content-header nav { display: none; }
  .websites-page .crumbs { padding: 24px 0 30px; gap: 7px; font-size: 10px; }
  .websites-page h1 { font-size: clamp(1.8rem,6.2vw,2.9rem); margin: 18px 0 26px; }
  .ws-hero { padding-top: 0; padding-bottom: 40px; }
  .ws-hero-bottom, .ws-simple, .ws-business, .ws-choices, .ws-custom-list, .ws-person, .ws-terms, .ws-cases { grid-template-columns: 1fr; }
  .ws-hero-bottom { gap: 26px; }
  .ws-hero-contact { padding-left: 18px; }
  .websites-page .hero-actions { gap: 12px; }
  .websites-page .hero-actions a { width: 100%; padding: 14px 12px; font-size: 13px; }
  .ws-section { padding: 52px 0; }
  .ws-intro { margin-bottom: 24px; }
  .ws-choices a { padding-top: 20px; padding-bottom: 20px; }
  .ws-choices strong { font-size: 17px; }
  .ws-group { margin-top: 36px; }
  .ws-simple, .ws-business { gap: 16px; }
  .ws-group > #landing { display: block; }
  .websites-page .ws-offer { padding: 24px 20px; }
  .ws-custom-list { gap: 16px; }
  .ws-help, .ws-ai { padding: 28px 22px; margin-top: 32px; }
  .ws-ladder { gap: 24px 20px; }
  .ws-ladder span { font-size: 12px; }
  .ws-ladder p { font-size: 14px; }
  .ws-process { grid-template-columns: 1fr; gap: 28px; }
  .ws-process h3 { margin-top: 10px; }
  .ws-person { padding: 48px 0; gap: 28px; }
  .ws-person img { max-height: 380px; object-fit: cover; }
  .ws-included { grid-template-columns: 1fr; gap: 18px; }
  .ws-terms { gap: 32px; }
  .ws-extra { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--border); }
  .ws-faq summary { font-size: 16px; }
  .ws-final { padding: 52px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .websites-page *, .websites-page *::before, .websites-page *::after { transition: none !important; scroll-behavior: auto !important; }
}
#cookieConsent{position:fixed;z-index:1100;left:24px;right:24px;bottom:24px;display:grid;gap:10px;max-width:760px;margin:auto;padding:18px 20px;border:1px solid rgba(var(--accent-rgb),.45);background:rgba(5,5,5,.96);box-shadow:0 12px 40px rgba(0,0,0,.45);color:#fff;font:400 14px/1.5 var(--body)}#cookieConsent p{margin:0;color:var(--muted)}#cookieConsent a{color:var(--accent);text-decoration:underline}#cookieConsent div{display:flex;flex-wrap:wrap;gap:10px}#cookieConsent button{border:1px solid var(--accent);padding:10px 14px;background:transparent;color:#fff;cursor:pointer;font:600 13px/1.2 var(--body)}#cookieConsent button[data-consent="accept"]{background:var(--accent);color:#050505}@media(max-width:640px){#cookieConsent{left:12px;right:12px;bottom:12px}#cookieConsent div{display:grid}#cookieConsent button{width:100%}}
