/* Website service: an iris accent, a design board and a clear delivery rhythm. */
.websites-page {
  --web-accent: #6541b5;
  --web-light: #c5b5ff;
  --web-dark: #191629;
  --web-line: #ddd6ec;
  --web-soft: #f1edf8;
  --blue: var(--web-accent);
  --cyan: var(--web-light);
  --ink: #242037;
  --text-muted: #5e576d;
  --text-on-dark-muted: #c5bed7;
  --line: var(--web-line);
  --line-strong: #cec5df;
  --paper: #fbfafc;
  background: var(--paper);
  overflow: visible;
}
.websites-page .system-label--blue { color: var(--web-accent); }
.websites-page .system-label--cyan { color: var(--web-light); }
.websites-page :is(a,button,summary):focus-visible { outline-color: var(--web-accent); }
.websites-page :is(.websites-hero,.website-foundation,.consultation-cta) :is(a,button):focus-visible { outline-color: var(--web-light); }
.websites-hero {
  background: radial-gradient(ellipse at 85% 30%, #38285499, transparent 62%), var(--web-dark);
  border-bottom: 1px solid #aa93dd55;
}
.websites-hero .inner-hero__grid {
  opacity: .6;
  background-image: linear-gradient(#bba7ff08 1px,transparent 1px),linear-gradient(90deg,#bba7ff08 1px,transparent 1px);
  background-size: 56px 56px;
}
.websites-hero .inner-hero__grid::after { display: none; }
.websites-hero .inner-hero__layout { grid-template-columns: minmax(0,1fr) minmax(0,1.04fr); align-items: center; gap: clamp(40px,5vw,76px); }
.websites-hero .inner-hero__copy h1 { max-width: none; font-size: clamp(2.7rem,4.5vw,4.65rem); line-height: 1.06; letter-spacing: -.055em; text-wrap: balance; }
.websites-hero .inner-hero__copy h1 > span { display: block; }
.websites-hero .inner-hero__copy h1::after { background: linear-gradient(90deg,var(--web-light),transparent); }
.websites-hero__title { color: var(--web-light); margin-bottom: .12em; }
.websites-hero .inner-hero__copy > p { color: #d2cadf; max-width: 580px; font-size: 1.0625rem; line-height: 1.7; }
.websites-hero__actions { margin-top: 30px; gap: 20px; align-items: flex-start; }
.websites-page .button--light { background: var(--web-light); border-color: var(--web-light); color: #211638; }
.websites-page .text-link--light { color: #e5ddf8; }
.websites-hero .inner-hero__copy > .websites-hero__microcopy { color: #ada4c0; margin: 18px 0 0; max-width: 38em; font-size: .875rem; line-height: 1.6; }

/* One board: phases have their own column; animation stays inside the preview. */
.websites-page .website-delivery {
  --delivery-cycle: 12s;
  color: #f4efff; width: 100%; margin: 0; position: relative; isolation: isolate;
  border: 1px solid #a88bdb70; border-radius: 4px 24px 4px 4px;
  background: #201c31; overflow: hidden; box-shadow: 0 28px 64px #08061055;
}
.website-delivery::before { content: ""; position: absolute; inset: 0; width: auto; height: auto; z-index: -1; pointer-events: none; background: linear-gradient(120deg,#bba7ff0a,transparent 55%); }
.website-delivery__head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 20px; padding: 19px 20px; border-bottom: 1px solid #a88bdb40; background: #191629; }
.website-delivery__head > span, .website-delivery__head > small, .website-delivery__stages span { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .03em; }
.website-delivery__head > span { color: #e2d5ff; font-weight: 700; }
.website-delivery__head > small { color: #b6a8cc; }
.website-delivery__body { display: grid; grid-template-columns: minmax(134px,.76fr) minmax(0,1.24fr); align-items: stretch; gap: 16px; padding: 20px; }
.website-delivery__stages { display: grid; gap: 7px; list-style: none; margin: 0; padding: 0; }
.website-delivery__stages li { display: grid; grid-template-columns: 23px minmax(0,1fr); align-items: center; gap: 7px; padding: 10px 9px; min-width: 0; min-height: 45px; border: 1px solid #9b86bd30; border-left: 2px solid #9b86bd55; border-radius: 2px; background: #262035; }
.website-delivery__stages span { color: #b6a8cc; }
.website-delivery__stages strong { color: #eee5fc; font-size: .875rem; line-height: 1.35; font-weight: 600; }
.website-delivery[data-motion="active"] .website-delivery__stages li { animation: website-stage var(--delivery-cycle) ease-in-out infinite; animation-delay: calc(var(--stage-index) * 1.5s); }
.website-delivery__preview { display: flex; flex-direction: column; min-width: 0; border: 1px solid #b6a1d0; border-radius: 3px 12px 3px 3px; background: #fbfafc; overflow: hidden; }
.website-delivery__preview-head { display: flex; align-items: center; gap: 5px; padding: 12px 10px; min-height: 42px; background: #fff; color: #645b70; font-size: .75rem; border-bottom: 1px solid #e2dbea; }
.website-delivery__preview-head i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #c8b9dc; flex: 0 0 5px; }
.website-delivery__preview-head span { margin-left: 4px; line-height: 1.35; }
.website-delivery__preview-page { flex: 1; padding: 17px 15px 20px; min-height: 220px; background: #f7f4fc; }
.website-delivery__nav { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.website-delivery__nav::before { content: ""; width: 42px; height: 7px; border-radius: 1px; background: #3f2c59; }
.website-delivery__nav::after { content: ""; width: 61px; height: 4px; background: repeating-linear-gradient(90deg,#aca0be 0 13px,transparent 13px 19px); }
.website-delivery__design-tools { display: flex; align-items: center; gap: 5px; margin-top: 19px; padding-bottom: 10px; border-bottom: 1px solid #d6c9e5; }
.website-delivery__design-tools > span { width: 15px; height: 15px; background: #332440; border: 1px solid #6b527b33; border-radius: 3px; }
.website-delivery__design-tools > span:nth-child(2) { background: #9778ca; }
.website-delivery__design-tools > span:nth-child(3) { background: #dfd3ef; }
.website-delivery__design-tools b { color: #4c3568; font-size: 15px; line-height: 1; margin-left: 10px; }
.website-delivery__design-tools i { background: #c0b1d1; width: 24px; height: 2px; margin-left: auto; }
.website-delivery__mock-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(62px,.75fr); align-items: center; gap: 12px; margin-top: 16px; }
.website-delivery__mock-copy { display: grid; gap: 7px; }
.website-delivery__mock-copy span { display: block; width: 96%; height: 9px; border-radius: 2px; background: #443256; transform-origin: left; }
.website-delivery__mock-copy span:nth-child(2) { width: 76%; }
.website-delivery__mock-copy i { width: 84%; height: 4px; border-radius: 1px; background: #b5a6c6; margin-top: 4px; }
.website-delivery__mock-copy b { width: 54px; height: 20px; border-radius: 3px; background: #7955ad; margin-top: 5px; }
.website-delivery__mock-visual { position: relative; height: 90px; border: 1px solid #bba4d8; border-radius: 3px 18px 3px 3px; background: #e7def1; overflow: hidden; }
.website-delivery__mock-visual::before { content: ""; position: absolute; width: 55%; height: 90%; top: 24%; left: 10%; border: 1px solid #a68abf; border-radius: 50% 50% 0 0; background: #c2a7de; }
.website-delivery__mock-visual::after { content: ""; position: absolute; width: 45%; height: 66%; top: 45%; right: 8%; border: 1px solid #80619c; border-radius: 50% 50% 0 0; background: #9071b0; }
.website-delivery__mock-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 20px; }
.website-delivery__mock-cards span { height: 38px; display: block; border: 1px solid #d6c9e5; border-top: 2px solid #9671bf; border-radius: 2px 6px 2px 2px; background: #fff; }
.website-delivery__checks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #ded4e9; background: #f0ebf7; }
.website-delivery__checks span { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 9px 4px; color: #5f427f; font-size: .75rem; font-weight: 600; line-height: 1.3; }
.website-delivery__checks span::before { content: ""; width: 5px; height: 5px; border: 1px solid #785797; border-radius: 50%; background: #a488c6; flex: 0 0 5px; }
.website-delivery[data-motion="active"] :is(.website-delivery__mock-copy span,.website-delivery__mock-copy i,.website-delivery__mock-copy b,.website-delivery__mock-visual,.website-delivery__mock-cards span) { animation: website-build-reveal var(--delivery-cycle) ease-in-out infinite both; }
.website-delivery[data-motion="active"] :is(.website-delivery__mock-copy i,.website-delivery__mock-copy span:nth-child(2)) { animation-delay: 1.5s; }
.website-delivery[data-motion="active"] :is(.website-delivery__mock-copy b,.website-delivery__mock-visual) { animation-delay: 3s; }
.website-delivery[data-motion="active"] .website-delivery__mock-cards span { animation-delay: 4.5s; }
.website-delivery[data-motion="paused"],.website-delivery[data-motion="paused"] *,.website-delivery[data-motion="paused"] *::before,.website-delivery[data-motion="paused"] *::after { animation-play-state: paused !important; }
@keyframes website-stage { 0%,9%,100% { border-left-color: #9b86bd55; background: #262035; } 13%,25% { border-left-color: #d6bdff; background: #483257; } 32%,94% { border-left-color: #a481cf; background: #2d243e; } }
@keyframes website-build-reveal { 0%,8%,100% { opacity: .4; transform: translateY(2px); } 20%,86% { opacity: 1; transform: translateY(0); } }

.websites-page .intro-statement { border-bottom-color: var(--web-line); }
.websites-fit { background: var(--web-soft); }
.websites-fit .section-heading { margin-bottom: clamp(32px,4vw,56px); }
.websites-usecases { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #d0c4df; }
.websites-usecases article { padding: 28px 30px 24px 0; min-width: 0; border-right: 1px solid #d0c4df; }
.websites-usecases article + article { padding-left: 30px; }
.websites-usecases article:last-child { border-right: 0; }
.websites-usecases span,.website-roadmap__index,.websites-scope__card > span,.website-quality__grid > article > span { color: var(--web-accent); font-family: var(--font-mono); font-size: .75rem; font-weight: 650; letter-spacing: .04em; }
.websites-usecases h3 { margin: 30px 0 14px; color: var(--ink); font-size: 1.4rem; line-height: 1.25; letter-spacing: -.025em; }
.websites-usecases p { margin: 0; color: var(--text-muted); line-height: 1.7; }
.websites-usecases-note { margin: 30px 0 0; padding: 18px 20px; border-left: 3px solid var(--web-accent); background: #e6def1; color: #554863; font-size: 1rem; line-height: 1.65; }
.website-process { background: #fbfafc; border-bottom: 1px solid var(--web-line); }
.website-roadmap { display: grid; margin: clamp(40px,5vw,64px) 0 0; padding: 0; list-style: none; }
.website-roadmap li { display: grid; grid-template-columns: 58px minmax(0,.8fr) minmax(0,1.2fr); gap: 24px; align-items: start; padding: 28px 0; min-width: 0; border-top: 1px solid var(--web-line); }
.website-roadmap li:last-child { padding-bottom: 0; }
.website-roadmap__index { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 4px 12px 4px 4px; border: 1px solid #c7b8df; background: #f0eaf8; }
.website-roadmap h3 { margin: 6px 0 0; color: var(--ink); font-size: clamp(1.25rem,1.8vw,1.65rem); line-height: 1.25; letter-spacing: -.025em; }
.website-roadmap p { margin: 4px 0 0; color: var(--text-muted); line-height: 1.7; max-width: 680px; }
.websites-scope__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: clamp(40px,5vw,64px); }
.websites-scope__card { min-width: 0; padding: clamp(24px,3.4vw,42px); border: 1px solid var(--web-line); border-top: 3px solid #9c7bc9; border-radius: 3px 18px 3px 3px; background: #fff; }
.websites-scope__card:nth-child(2),.websites-scope__card:nth-child(3) { background: #f3eff9; }
.websites-scope__card h3 { color: var(--ink); font-size: clamp(1.4rem,2.15vw,1.9rem); line-height: 1.2; letter-spacing: -.025em; margin: 20px 0 22px; }
.websites-scope__card .check-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 14px; }
.websites-scope__card .check-list li { display: grid; grid-template-columns: 20px minmax(0,1fr); align-items: start; gap: 12px; padding: 0; color: #544c63; font-size: 1rem; line-height: 1.6; }
.websites-scope__card .check-icon { width: 20px; height: 20px; margin-top: 3px; padding: 3px; border-radius: 50%; background: #e7dcf4; stroke: var(--web-accent); color: var(--web-accent); stroke-width: 1.8; }
.websites-transparency { display: grid; grid-template-columns: minmax(165px,.35fr) minmax(0,1fr); gap: 24px; margin-top: 28px; padding: 24px; border-left: 3px solid var(--web-accent); background: var(--web-soft); }
.websites-transparency strong { color: var(--ink); font-size: 1rem; line-height: 1.5; }
.websites-transparency p { margin: 0; color: var(--text-muted); font-size: 1rem; line-height: 1.7; }
.website-foundation { background: var(--web-dark); color: #fff; border-block: 1px solid #a88bdb44; }
.website-foundation__grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(42px,6vw,84px); align-items: center; }
.website-foundation h2 { color: #fff; font-size: clamp(2.1rem,3.5vw,3.8rem); line-height: 1.09; letter-spacing: -.04em; text-wrap: balance; margin: 18px 0 24px; }
.website-foundation__copy > p { color: #c5bed7; margin: 0; line-height: 1.75; }
.website-foundation__benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; list-style: none; padding: 0; margin: 0; }
.website-foundation__benefits li { min-width: 0; padding: 24px 0; border-top: 1px solid #9e85c266; color: #e3daef; font-size: 1rem; line-height: 1.65; }
.website-foundation__benefits li::before { content: ""; display: block; width: 24px; height: 3px; background: var(--web-light); margin-bottom: 20px; }
.website-quality__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; margin-top: clamp(40px,5vw,64px); }
.website-quality__grid article { min-width: 0; border-top: 2px solid #b09ace; padding-top: 24px; }
.website-quality__grid h3 { margin: 24px 0 12px; color: var(--ink); font-size: 1.25rem; line-height: 1.25; }
.website-quality__grid p { margin: 0; color: var(--text-muted); line-height: 1.7; }
.websites-page .seo-faq { scroll-margin-top: calc(var(--header-height) + 24px); }
.websites-page .seo-faq summary::after { color: var(--web-accent); }
.websites-page .seo-faq details[open] { background: #f1ebf8; }
.websites-page .consultation-cta { background: radial-gradient(ellipse at 95% 50%,#48335e66,transparent 65%),var(--web-dark); }
.websites-page .consultation-cta__signal i { border-color: #bba7ff44; }

/* Service entry points also use the same accent. */
.connected-services__grid[data-services-count="4"] { grid-template-columns: repeat(4,minmax(0,1fr)); }
.connected-services__grid[data-services-count="4"] > a { min-height: 330px; }
.connected-services__websites { background: #eee7f7; --blue: #6541b5; --cyan: #bba7ff; }
.connected-services__websites h3 { color: #38234f; }
@media (hover: hover) and (pointer: fine) {
  .websites-page .button--light:hover { background: #ded2ff; border-color: #ded2ff; color: #211638; }
  .websites-page .text-link:hover { color: var(--web-accent); }
  .websites-page .text-link--light:hover { color: #fff; }
  .websites-page .seo-faq summary:hover { color: var(--web-accent); }
  .connected-services__websites:hover { background: #e7daf6; border-color: #9170bd; }
}
@media (max-width: 1120px) {
  .websites-hero .inner-hero__layout { gap: 34px; }
  .website-delivery__body { grid-template-columns: minmax(116px,.76fr) minmax(0,1.24fr); padding: 16px; gap: 12px; }
  .connected-services__grid[data-services-count="4"] { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .connected-services__grid[data-services-count="4"] > a,.connected-services__grid[data-services-count="4"] > a:last-child { grid-column: auto; min-height: 290px; }
}
@media (max-width: 980px) {
  .websites-hero .inner-hero__layout,.website-foundation__grid { grid-template-columns: minmax(0,1fr); gap: 44px; }
  .websites-hero .inner-hero__copy h1 { max-width: 15ch; font-size: clamp(2.7rem,6.5vw,4rem); }
  .websites-hero .inner-hero__side { width: 100%; max-width: 720px; }
  .website-delivery__body { grid-template-columns: minmax(162px,.76fr) minmax(0,1.24fr); padding: 22px; gap: 22px; }
  .website-quality__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .websites-usecases article,.websites-usecases article + article { padding: 24px 20px; }
  .websites-usecases article:first-child { padding-left: 0; }
  .websites-usecases article:last-child { padding-right: 0; }
  .website-roadmap li { grid-template-columns: 44px minmax(0,.85fr) minmax(0,1.15fr); gap: 20px; }
}
@media (max-width: 720px) {
  .websites-usecases,.websites-scope__grid,.connected-services__grid[data-services-count="4"] { grid-template-columns: minmax(0,1fr); }
  .websites-usecases article,.websites-usecases article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid #d0c4df; }
  .websites-usecases article:last-child { border-bottom: 0; }
  .websites-usecases h3 { margin-top: 16px; }
  .website-roadmap li { grid-template-columns: 40px minmax(0,1fr); gap: 0 18px; padding-block: 24px; }
  .website-roadmap__index { width: 36px; height: 36px; }
  .website-roadmap h3 { margin: 4px 0 10px; }
  .website-roadmap p { grid-column: 2; margin: 0; }
  .websites-transparency { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .connected-services__grid[data-services-count="4"] > a,.connected-services__grid[data-services-count="4"] > a:last-child { min-height: 270px; }
}
@media (max-width: 520px) {
  .websites-hero .inner-hero__copy h1 { max-width: none; font-size: clamp(2.15rem,10.8vw,3.15rem); }
  .websites-hero .inner-hero__copy > p { font-size: 1rem; }
  .websites-hero__actions { align-items: stretch; }
  .websites-hero__actions .button,.websites-hero__actions .text-link { width: 100%; }
  .website-delivery__head { padding: 17px 16px; gap: 7px; }
  .website-delivery__body { grid-template-columns: minmax(0,1fr); padding: 16px; gap: 20px; }
  .website-delivery__stages { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
  .website-delivery__stages li { padding: 9px 7px; gap: 5px; grid-template-columns: 21px minmax(0,1fr); }
  .website-delivery__stages strong { font-size: .8125rem; }
  .website-delivery__preview-page { padding: 18px; }
  .website-delivery__mock-visual { height: 105px; }
  .website-delivery__mock-cards span { height: 45px; }
  .website-foundation__benefits,.website-quality__grid { grid-template-columns: minmax(0,1fr); }
  .website-quality__grid { gap: 28px; }
  .websites-scope__card { padding: 24px 20px; }
}
@media (max-width: 350px) {
  .website-delivery__body { padding: 12px; }
  .website-delivery__stages li { gap: 4px; padding: 9px 5px; grid-template-columns: 19px minmax(0,1fr); }
  .website-delivery__stages span { font-size: .75rem; }
  .website-delivery__stages strong { font-size: .75rem; }
}
@media (hover: none) and (pointer: coarse) {
  .websites-page .button--light:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .website-delivery,.website-delivery *,.website-delivery *::before,.website-delivery *::after { animation: none !important; transition: none !important; }
  .website-delivery :is(.website-delivery__mock-copy span,.website-delivery__mock-copy i,.website-delivery__mock-copy b,.website-delivery__mock-visual,.website-delivery__mock-cards span) { opacity: 1; transform: none; }
}
@media (forced-colors: active) {
  .website-delivery,.website-delivery__stages li,.website-delivery__preview,.websites-scope__card { border: 1px solid CanvasText; }
  .website-delivery__checks span::before,.website-foundation__benefits li::before { background: Highlight; }
}
.websites-scope__card .check-list li > span { font-weight: 400; }
