/* Resume sections follow Shoptet Premium's full-width feature composition. */
.cv-features { width: 100%; }
.feature { position: relative; isolation: isolate; padding: 5.55vw 0 11.8vw; }
.feature-background { position: absolute; top: 0; bottom: 6.25vw; z-index: -1; background: #f5f5f5; pointer-events: none; }
.feature-inner { width: 92.6%; margin-inline: auto; display: grid; grid-template-columns: 44% 52%; gap: 4%; align-items: center; }
.feature-copy { min-width: 0; position: relative; z-index: 1; }
.feature h2 { font-size: clamp(2rem, 4.05vw, 4.9rem); font-weight: 700; line-height: 1.14; letter-spacing: -.035em; margin: 0 0 2.45vw; }
.feature-kicker { font-size: .8125rem; font-weight: 600; line-height: 1.5; letter-spacing: .1em; color: #656976; margin: 0 0 22px; }
.premium-list { padding: 0; margin: 0 0 2.8vw; list-style: none; }
.premium-list li { position: relative; padding-left: 1.5em; margin-bottom: .8em; font-size: clamp(1rem, 1.14vw, 1.3rem); line-height: 1.65; }
.premium-list li:last-child { margin-bottom: 0; }
.premium-list strong { font-weight: 600; }
.premium-list li::before { content: ""; display: block; width: .5em; height: .5em; position: absolute; top: .6em; left: 0; background-size: 100%; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2' viewBox='0 0 2 2'%3e%3crect x='0' y='0' width='1' height='1' fill='%231be18c'/%3e%3crect x='1' y='0' width='1' height='1' fill='%231be18c'/%3e%3crect x='1' y='1' width='1' height='1' fill='%231be18c'/%3e%3c/svg%3e"); }
.feature .button { margin-top: .1vw; min-height: 64px; padding: 20px 29px; font-size: .75rem; letter-spacing: .13em; max-width: 100%; }
.feature-note { font-size: .875rem; line-height: 1.6; color: #656976; margin: 24px 0 0; max-width: 610px; }
.feature-visual { min-width: 0; position: relative; margin: 0; width: 100%; }
.feature-visual > img { width: 100%; height: auto; }
.feature-visual figcaption { margin-top: 10px; text-align: center; font-size: .75rem; color: #717581; line-height: 1.5; }
.feature-pixel { width: 6.25vw; height: 6.25vw; position: absolute; bottom: 0; background: var(--coral); pointer-events: none; }
.feature-business .feature-background { left: 16.6667%; width: 61.1111%; }
.feature-business .feature-pixel { left: 16.6667%; }
.feature-business .feature-inner { min-height: 33vw; }
.visual-design { width: 108%; margin-left: -4%; }
.feature-communication { padding-block: 5.55vw 7vw; }
.feature-communication .feature-background { left: 58.3333%; right: 0; bottom: 0; }
.communication-board { width: 90%; margin-inline: auto; padding: 42px; background: #fff; box-shadow: 0 20px 60px rgba(56,59,70,.1); border-bottom: 8px solid var(--coral); }
.communication-board dl { margin: 0; }
.communication-board dl > div { padding: 24px 0; border-top: 1px solid var(--line); }
.communication-board dl > div:last-child { padding-bottom: 0; }
.communication-board dt { font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 600; color: #000; line-height: 1.2; }
.communication-board dt > span { display: inline-block; color: #8c463a; font-size: 1rem; margin-right: 16px; vertical-align: middle; }
.communication-board dd { margin: 12px 0 0; font-size: 1.0625rem; line-height: 1.6; }
.feature-ai { padding-top: 4vw; padding-bottom: 7.4vw; }
.feature-ai .feature-background { left: 0; width: 16.6667%; bottom: 0; }
.feature-api .feature-background { left: 16.6667%; width: 41.6666%; }
.feature-api .feature-pixel { left: 52.0833%; background: var(--green); }
.feature-api .feature-inner { min-height: 45vw; }
.visual-api { width: 83%; margin-inline: auto; }
.feature-results { padding-top: 5.55vw; padding-bottom: 5.55vw; }
.feature-results .feature-background { left: 58.3333%; right: 0; bottom: 0; }
.feature-results .feature-inner { min-height: 38vw; }
.visual-results { width: 104%; margin-left: -2%; }
.feature-data { padding-top: 6.5vw; }
.feature-data .feature-background { left: 16.6667%; width: 66.6666%; }
.feature-data .feature-pixel { left: 16.6667%; background: var(--green); }
.feature-data .feature-inner { min-height: 37vw; }
.feature-expansion { padding-top: 5.55vw; padding-bottom: 6.5vw; }
.feature-expansion .feature-background { left: 0; width: 55.5556%; bottom: 0; }
.feature-expansion .feature-inner { min-height: 35vw; }
.feature-projects .feature-background { left: 44.4444%; right: 5.5556%; }
.feature-projects .feature-pixel { left: 44.4444%; }
.feature-projects .feature-inner { min-height: 35vw; }

/* A diagram of the candidate's actual workflow, in the reference's visual style. */
.workflow-map { position: relative; width: 100%; aspect-ratio: 640 / 600; overflow: hidden; border-radius: 3px; color: #fff; background-color: #160802; background-image: linear-gradient(rgba(255,115,90,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,115,90,.07) 1px, transparent 1px), radial-gradient(ellipse at 52% 60%, rgba(27,225,140,.13), transparent 37%), linear-gradient(170deg, #160802 50%, #734f43 100%); background-size: 12.5% 12.5%, 12.5% 12.5%, 100% 100%, 100% 100%; }
.workflow-connections { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: var(--coral); stroke-width: 1.8; }
.workflow-connections circle { fill: var(--coral); stroke: none; }
.workflow-tools { position: absolute; top: 9.5%; left: 12%; width: 76%; min-height: 14.2%; display: flex; flex-direction: column; justify-content: center; padding: 10px; text-align: center; border: 1px solid #68605d; border-radius: 6px; background: #080808; font-size: clamp(.9375rem, 1.5vw, 1.8rem); font-weight: 600; line-height: 1.35; }
.workflow-tools span { font-size: clamp(.8125rem, 1.05vw, 1.2rem); font-weight: 400; color: #c6c1bf; margin-top: 5px; }
.workflow-center { position: absolute; top: 32%; left: 35%; width: 30%; height: 35%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #fff; color: #000; text-align: center; border-bottom: 9px solid transparent; border-image: linear-gradient(90deg, var(--coral), var(--green)) 1; box-shadow: 0 0 55px rgba(27,225,140,.12); }
.workflow-center strong { font-size: clamp(1.5rem, 2.8vw, 3rem); line-height: 1.04; letter-spacing: -.04em; }
.workflow-plus { color: var(--green); font-size: clamp(1.7rem, 3vw, 3.6rem); line-height: .85; margin-bottom: 12px; font-weight: 600; }
.workflow-center small { color: #666; font-size: clamp(.625rem, .73vw, .875rem); line-height: 1.3; letter-spacing: .025em; margin-top: 12px; }
.workflow-result { position: absolute; left: 17%; width: 66%; top: 77%; border: 1px solid #948780; border-radius: 6px; overflow: hidden; text-align: center; background: #080808; }
.workflow-result strong { display: block; padding: 12px 8px; font-size: clamp(1rem, 1.8vw, 2rem); line-height: 1.2; }
.workflow-result > span { display: block; padding: 13px 8px; background: #065338; color: #fff; font-size: clamp(.875rem, 1.2vw, 1.4rem); }

/* Real results, with their periods and units visible. */
.results-board { width: 89%; margin-inline: auto; padding: 3.4vw; background: #fff; border-bottom: 8px solid var(--green); box-shadow: 0 24px 65px rgba(56,59,70,.12); }
.board-label { font-size: .75rem; font-weight: 600; letter-spacing: .11em; color: #646976; line-height: 1.5; margin-bottom: 30px; }
.board-main > strong { display: block; color: #000; font-size: clamp(3.8rem, 7.2vw, 8.5rem); font-weight: 600; letter-spacing: -.055em; line-height: .95; }
.board-main > strong span { display: block; color: #000; font-size: clamp(1.25rem, 1.8vw, 2rem); font-weight: 400; letter-spacing: -.02em; margin-top: 13px; }
.board-main p { font-size: 1rem; line-height: 1.6; margin: 23px 0 30px; }
.board-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-block: 24px; border-block: 1px solid #dedede; }
.board-metrics strong { display: block; font-size: clamp(1.8rem, 2.85vw, 3.4rem); line-height: 1.15; font-weight: 600; color: #087b4c; letter-spacing: -.035em; }
.board-metrics span { display: block; font-size: .875rem; font-weight: 600; margin-top: 6px; }
.board-footnote { margin: 20px 0 0; font-size: .8125rem; line-height: 1.55; color: #717581; }
.revenue-board { width: 96%; padding: 35px 28px 28px; }
.revenue-board .board-label { margin-bottom: 16px; }
.revenue-board h3 { font-size: clamp(1.5rem, 2vw, 2.3rem); line-height: 1.2; letter-spacing: -.025em; margin-bottom: 10px; }
.revenue-subtitle { font-size: 1rem; color: #656976; margin: 0 0 27px; }
.revenue-board figcaption { border-top: 1px solid #e7e8eb; padding-top: 18px; text-align: left; font-size: .875rem; }
.ai-orders { margin-top: 35px; padding: 36px; display: grid; grid-template-columns: 235px 1fr; gap: 38px; align-items: center; background: #eafcf3; border-left: 6px solid var(--green); }
.ai-orders-number strong { display: block; color: #087b4c; font-size: 3.6rem; font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.ai-orders-number span { display: block; margin-top: 12px; font-size: 1rem; }
.ai-orders h3 { margin-bottom: 9px; font-size: 1.45rem; }
.ai-orders p { margin-bottom: 9px; font-size: 1rem; line-height: 1.65; }
.ai-orders small { color: #576c62; font-size: .8125rem; line-height: 1.5; }
.experience-section { padding-block: 6.5vw 8vw; }
.experience-section > h2 { font-weight: 700; }

/* Real project screenshots; full originals remain available from each image. */
.shop-showcase { width: 94%; margin-inline: auto; }
.shop-showcase figure { margin: 0; background: #fff; }
.shop-main { box-shadow: 0 18px 50px rgba(56,59,70,.14); }
.browser-frame { height: 34px; display: flex; align-items: center; padding-inline: 13px; gap: 5px; background: #fff; border-bottom: 1px solid #ededed; }
.browser-frame i { width: 6px; height: 6px; background: #d8dadd; border-radius: 50%; }
.browser-frame > span { margin-left: 12px; font-size: .75rem; letter-spacing: .02em; color: #737681; }
.shop-main > a { display: block; aspect-ratio: 16 / 11; overflow: hidden; }
.shop-main > a img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.shop-showcase figcaption { margin: 0; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 8px; text-align: left; color: #545b66; font-size: .8125rem; border-top: 1px solid #eceef0; }
.shop-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.shop-detail-grid figure { box-shadow: 0 12px 25px rgba(56,59,70,.08); }
.shop-detail-grid a { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.shop-detail-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.shop-showcase a:hover img { opacity: .92; }
.analytics-evidence { padding: 0 0 7vw; }
.analytics-evidence h2 { font-weight: 700; margin-bottom: 38px; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: stretch; }
.evidence-card { min-width: 0; padding: 28px 25px 26px; margin: 0; border: 1px solid #e0e2e7; background: #fff; }
.evidence-card h3 { font-size: 1.35rem; line-height: 1.3; margin-bottom: 8px; }
.evidence-subtitle { font-size: .875rem; color: #737681; margin-bottom: 20px; }
.evidence-card > img, .evidence-card > a > img { width: 100%; height: auto; }
.evidence-card > a { display: block; }
.evidence-card figcaption { font-size: .875rem; line-height: 1.6; color: #656b76; padding-top: 18px; border-top: 1px solid #e7e8eb; margin-top: 20px; }
.evidence-card figcaption > a { display: inline-block; color: #383b46; }

@media (min-width: 1800px) {
  .feature-inner { width: 90%; max-width: 1780px; }
  .feature { padding-block: 110px 180px; }
  .feature-inner, .feature-api .feature-inner, .feature-results .feature-inner, .feature-data .feature-inner, .feature-business .feature-inner { min-height: 600px; }
  .feature h2 { margin-bottom: 42px; }
  .premium-list { margin-bottom: 44px; }
  .results-board { padding: 65px; }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .feature h2 { font-size: 2.4rem; }
  .feature-inner { grid-template-columns: 48% 48%; gap: 4%; }
  .feature-kicker { font-size: .75rem; }
  .communication-board { width: 96%; padding: 28px; }
  .premium-list li { font-size: 1rem; line-height: 1.55; }
  .feature .button { padding: 17px 18px; letter-spacing: .08em; min-height: 58px; }
  .workflow-center { left: 32%; width: 36%; }
  .workflow-center small { font-size: .625rem; }
  .workflow-center strong { font-size: 1.8rem; }
  .workflow-plus { margin-bottom: 8px; }
  .workflow-result > span { padding: 9px 6px; }
  .workflow-result strong { padding: 9px 6px; }
  .results-board { width: 96%; padding: 28px; }
  .board-label { margin-bottom: 22px; }
  .board-main > strong { font-size: 4rem; }
  .board-metrics { gap: 12px; }
}
@media (max-width: 767px) {
  .feature { padding: 48px 0 85px; }
  .feature-inner { width: 88%; grid-template-columns: 1fr; gap: 35px; min-height: 0 !important; }
  .feature h2 { font-size: clamp(2rem, 7.75vw, 3.3rem); margin-bottom: 25px; line-height: 1.13; }
  .feature-kicker { font-size: .75rem; letter-spacing: .07em; margin-bottom: 20px; }
  .premium-list { margin-bottom: 28px; }
  .premium-list li { font-size: 1rem; line-height: 1.65; }
  .feature .button { padding: 17px 21px; min-height: 58px; letter-spacing: .08em; line-height: 1.5; }
  .feature-note { font-size: .875rem; margin-top: 22px; }
  .feature-background { bottom: 35px; }
  .feature-business .feature-background { left: 12%; width: 76%; }
  .feature-pixel { width: 35px; height: 35px; }
  .feature-business .feature-pixel { left: 12%; }
  .feature-ai .feature-background { width: 12%; }
  .feature-communication .feature-background { left: 30%; }
  .communication-board { width: 100%; padding: 28px; }
  .feature-api .feature-background { left: 12%; width: 64%; }
  .feature-api .feature-pixel { left: calc(76% - 35px); }
  .feature-results .feature-background { left: 30%; }
  .feature-data .feature-background { left: 12%; width: 76%; }
  .feature-data .feature-pixel { left: 12%; }
  .feature-expansion .feature-background { width: 60%; }
  .feature-projects .feature-background { left: 25%; right: 0; }
  .feature-projects .feature-pixel { left: 25%; }
  .feature-visual, .visual-design, .visual-results { width: 100%; max-width: 560px; margin-inline: auto; }
  .visual-api { width: 86%; max-width: 440px; }
  .feature-visual figcaption { font-size: .75rem; }
  .workflow-map { min-height: 345px; }
  .workflow-tools { left: 7%; width: 86%; font-size: 1rem; padding-inline: 7px; }
  .workflow-tools span { font-size: .8125rem; }
  .workflow-center { left: 32%; width: 36%; border-bottom-width: 7px; }
  .workflow-center strong { font-size: 1.9rem; }
  .workflow-plus { font-size: 1.9rem; margin-bottom: 8px; }
  .workflow-center small { font-size: .625rem; margin-top: 9px; }
  .workflow-result { left: 12%; width: 76%; }
  .workflow-result strong { font-size: 1rem; padding: 9px; }
  .workflow-result > span { font-size: .875rem; padding: 10px 5px; }
  .results-board { width: 100%; padding: 30px; }
  .board-label { margin-bottom: 28px; }
  .board-main > strong { font-size: 4.9rem; }
  .board-main > strong span { font-size: 1.4rem; }
  .board-metrics strong { font-size: 2rem; }
  .experience-section { padding-block: 55px; }
  .shop-showcase { width: 100%; }
  .shop-detail-grid { gap: 12px; margin-top: 16px; }
  .shop-showcase figcaption { padding: 9px; font-size: .75rem; }
  .analytics-evidence { padding-bottom: 55px; }
  .analytics-evidence h2 { margin-bottom: 28px; }
  .evidence-grid { grid-template-columns: 1fr; gap: 22px; }
  .evidence-card { padding: 23px 19px; }
  .evidence-card h3 { font-size: 1.3rem; }
  .revenue-board { padding: 26px 18px; }
  .ai-orders { grid-template-columns: 1fr; gap: 25px; padding: 28px 23px; }
  .ai-orders-number strong { font-size: 3.2rem; }
}
@media (max-width: 360px) {
  .workflow-tools { font-size: .9375rem; }
  .workflow-center strong { font-size: 1.7rem; }
  .results-board { padding: 24px; }
  .board-main > strong { font-size: 4.1rem; }
  .board-metrics strong { font-size: 1.8rem; }
}
@media print {
  .feature { padding: 18pt 0; break-inside: avoid; }
  .feature-inner { display: block; width: 100%; min-height: 0 !important; }
  .feature-background, .feature-pixel, .feature-visual { display: none; }
  .feature h2 { font-size: 22pt; margin-bottom: 15pt; }
  .feature-kicker { font-size: 9pt; margin-bottom: 8pt; }
  .premium-list { margin: 0; }
  .premium-list li { font-size: 10pt; margin-bottom: 6pt; }
  .premium-list li::before { background: #000; width: 3pt; height: 3pt; top: 5pt; }
  .feature-note { font-size: 9pt; margin-top: 12pt; }
  .experience-section { padding-block: 20pt; }
  .analytics-evidence { padding-bottom: 20pt; break-inside: avoid; }
  .evidence-grid { gap: 15pt; }
  .evidence-card { padding: 12pt; }
  .evidence-card h3 { font-size: 12pt; }
  .evidence-card figcaption, .evidence-subtitle { font-size: 8pt; }
  .ai-orders { padding: 12pt; grid-template-columns: 110pt 1fr; gap: 15pt; }
  .ai-orders-number strong { font-size: 26pt; }
  .ai-orders p, .ai-orders-number span { font-size: 9pt; }
}

/* Performind: the customer journey is an explanatory process, not measured conversion data. */
.feature-ux .feature-background{left:58.3333%;right:0;bottom:0}
.feature-ux{padding-bottom:7vw}
.funnel-board{border-bottom-color:var(--green)}
.funnel-board ol{list-style:none;counter-reset:journey;margin:0;padding:0}
.funnel-board li{counter-increment:journey;position:relative;padding:23px 0 23px 42px;border-top:1px solid var(--line)}
.funnel-board li:last-child{padding-bottom:0}
.funnel-board li:before{content:"0" counter(journey);position:absolute;left:0;top:25px;font-size:.875rem;color:#087b4c;font-weight:600}
.funnel-board h3{font-size:1.5rem;line-height:1.25;margin:0 0 10px}
.funnel-board li p{font-size:1rem;line-height:1.6;margin:0}
.feature-kicker,.feature .button{font-size:.875rem}
@media(max-width:767px){.feature-ux .feature-background{left:30%}.feature-ux{padding-bottom:50px}.funnel-board h3{font-size:1.3rem}.feature-kicker,.feature .button{font-size:.875rem}}
