@font-face {
  font-family: "Roboto Flex Local";
  src: url("../fonts/roboto-flex-greek.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Flex Local";
  src: url("../fonts/roboto-flex-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

:root {
  --rp-orange: #ef3f16;
  --rp-orange-dark: #cf2f0b;
  --rp-ink: #171819;
  --rp-charcoal: #232527;
  --rp-muted: #666a6d;
  --rp-line: #d8d7d2;
  --rp-paper: #f7f5f0;
  --rp-white: #fff;
  --rp-max: 1440px;
  --rp-gutter: clamp(24px, 4vw, 72px);
  --rp-section: clamp(62px, 6vw, 96px);
  --rp-heading: clamp(48px, 6vw, 104px);
  --rp-subheading: clamp(36px, 4vw, 68px);
  --rp-shadow: 0 22px 55px rgba(20, 20, 20, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { margin: 0; color: var(--rp-ink); background: var(--rp-paper); font-family: "Roboto Flex Local", Arial, sans-serif; font-size: 17px; font-weight: 420; line-height: 1.58; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select, input, textarea { color: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; font-weight: 790; }
h1 { font-size: var(--rp-heading); margin-bottom: 28px; }
h2 { font-size: var(--rp-subheading); margin-bottom: 24px; }
h3 { font-size: 26px; }
p { max-width: 68ch; }
.site-shell { width: min(100% - (2 * var(--rp-gutter)), var(--rp-max)); margin-inline: auto; }
.site-main { min-height: 60vh; overflow: hidden; }
.section-pad { padding-block: var(--rp-section); border-top: 1px solid var(--rp-line); }
.section-grid { background-image: linear-gradient(to right, transparent calc(50% - .5px), rgba(24,24,24,.055) 50%, transparent calc(50% + .5px)); }
.eyebrow { margin-bottom: 20px; color: var(--rp-orange); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumb { margin-bottom: 64px; color: var(--rp-muted); font-size: 14px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--rp-charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.rp-icon { width: 34px; height: 34px; flex: 0 0 auto; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 14px 24px; border: 1px solid var(--rp-orange); color: #fff; background: var(--rp-orange); font-weight: 800; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--rp-orange-dark); border-color: var(--rp-orange-dark); transform: translateY(-2px); }
.button .rp-icon { width: 22px; height: 22px; }
.button-outline { color: var(--rp-orange); background: transparent; }
.button-light { color: var(--rp-orange); background: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--rp-orange); font-weight: 800; }
.text-link .rp-icon { width: 20px; height: 20px; }
.text-button { border: 0; padding: 12px 0; background: transparent; font-weight: 750; text-decoration: underline; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid rgba(30,30,30,.1); background: rgba(247,245,240,.95); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 32px; }
.brand { width: 122px; }
.brand img, .brand .custom-logo { width: 122px; height: auto; }
.custom-logo-link { display: block; }
.primary-navigation .menu { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); padding: 0; margin: 0; list-style: none; }
.primary-navigation a { position: relative; font-size: 15px; font-weight: 720; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--rp-orange); transition: .2s; }
.primary-navigation a:hover::after { right: 0; }
.nav-toggle { display: none; }
.header-cta { min-height: 48px; padding: 10px 18px; font-size: 14px; }

.hero { padding-top: clamp(48px, 5vw, 82px); }
.hero-grid { min-height: 390px; display: grid; grid-template-columns: 57% 43%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-right: 50px; }
.hero-copy h1 { max-width: 900px; }
.hero-lead { font-size: clamp(21px, 2vw, 31px); max-width: 620px; color: #333; }
.hero-device { height: 100%; position: relative; display: grid; place-items: center; overflow: visible; }
.hero-device img { width: min(720px, 55vw); height: auto; max-width: none; position: absolute; right: max(-120px, -7vw); filter: drop-shadow(0 24px 30px rgba(20,20,20,.14)); }
.quick-wizard { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr) .9fr; background: var(--rp-orange); box-shadow: var(--rp-shadow); }
.quick-wizard label { min-height: 108px; display: grid; align-content: center; gap: 8px; padding: 17px 28px; color: #fff; border-right: 1px solid rgba(255,255,255,.48); }
.quick-wizard label > span { display: flex; align-items: center; gap: 15px; font-weight: 760; }
.quick-wizard label b { font-size: 34px; line-height: 1; }
.quick-wizard select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); border-radius: 0; padding: 5px 30px 8px 0; color: #fff; background: transparent; outline: 0; }
.quick-wizard select option { color: var(--rp-ink); background: #fff; }
.quick-wizard select:disabled { opacity: .5; }
.wizard-submit { display: flex; align-items: center; justify-content: center; gap: 18px; border: 0; color: #fff; background: var(--rp-charcoal); font-size: 21px; font-weight: 850; }
.wizard-submit:hover { background: #080808; }

.device-chapters { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-block: 1px solid var(--rp-line); }
.device-chapter { min-height: 220px; position: relative; display: flex; align-items: flex-start; gap: 14px; overflow: hidden; padding: 38px var(--rp-gutter); border-right: 1px solid var(--rp-line); font-size: clamp(34px, 3.5vw, 56px); font-weight: 780; letter-spacing: -.05em; }
.device-chapter:last-child { border-right: 0; }
.device-chapter > .rp-icon { width: 28px; margin-top: 16px; color: var(--rp-orange); }
.device-art { position: absolute; right: -12%; bottom: -8%; width: 68%; height: 86%; object-fit: contain; object-position: right bottom; transition: transform .3s ease; filter: drop-shadow(0 15px 18px rgba(20,20,20,.12)); }
.device-art-iphone { right: -18%; width: 76%; }
.device-chapter:hover .device-art { transform: translateY(-10px); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.service-list { border-top: 1px solid var(--rp-line); }
.service-item { min-height: 100px; display: grid; grid-template-columns: 65px 52px 1fr 42px; gap: 22px; align-items: center; padding: 18px 14px; border-bottom: 1px solid var(--rp-line); transition: .2s; }
.service-item:hover { padding-inline: 30px; background: #fff; }
.service-featured { min-height: 132px; color: #fff; background: var(--rp-charcoal); border-left: 7px solid var(--rp-orange); }
.service-featured:hover { background: #171819; }
.service-number { color: var(--rp-orange); font-size: 14px; font-weight: 850; }
.service-item > .rp-icon { width: 40px; height: 40px; }
.service-item strong { display: block; margin-bottom: 7px; font-size: clamp(22px, 2.2vw, 38px); letter-spacing: -.03em; }
.service-item small { display: block; color: var(--rp-muted); font-size: 15px; }
.service-featured small { color: #c8c8c8; }
.service-arrow { width: 25px !important; color: var(--rp-orange); }

.courier-section { background: #eeeae3; }
.courier-grid { display: grid; grid-template-columns: .85fr 1.65fr; gap: clamp(50px, 7vw, 105px); align-items: center; }
.courier-grid h2 { font-size: clamp(44px, 5vw, 78px); }
.courier-grid p { margin-bottom: 36px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.process-list li { min-height: 215px; position: relative; display: flex; flex-direction: column; padding: 18px 20px; border-left: 1px solid #bbb9b4; }
.process-list li::after { content: ""; position: absolute; top: 62px; left: 38px; width: calc(100% - 38px); border-top: 1px dashed #aaa; }
.process-list li:last-child::after { display: none; }
.process-list span { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid #aaa; border-radius: 50%; color: var(--rp-orange); background: #eeeae3; font-weight: 780; }
.process-list strong { margin-bottom: 12px; font-size: 20px; }.process-list small { color: var(--rp-muted); }

.why-section { color: #fff; background: var(--rp-charcoal); }
.why-section h2 { max-width: 850px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid #4d4f51; }
.why-grid article { min-height: 240px; padding: 34px; border-right: 1px solid #4d4f51; }
.why-grid article:first-child { padding-left: 0; }.why-grid article:last-child { border-right: 0; }
.why-grid .rp-icon { width: 44px; height: 44px; margin-bottom: 34px; color: var(--rp-orange); }
.review-section { background: #fff; }.review-note { margin: 0; color: var(--rp-muted); font-size: 14px; }.review-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--rp-line); border-left: 1px solid var(--rp-line); }.review-grid article { min-height: 190px; padding: 30px; border-right: 1px solid var(--rp-line); border-bottom: 1px solid var(--rp-line); }.review-grid span { display: block; margin-bottom: 24px; color: var(--rp-orange); letter-spacing: .14em; }.review-grid h3 { margin-bottom: 12px; font-size: 22px; }.review-grid p { margin-bottom: 0; color: var(--rp-muted); font-size: 15px; }
.why-grid p { color: #c9cbcc; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--rp-line); }
.faq-list details { border-bottom: 1px solid var(--rp-line); }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; font-size: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; color: var(--rp-orange); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 55px 25px 0; color: var(--rp-muted); }

.greece-section { padding-block: 68px; background: #eeeae3; }
.greece-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.greece-grid h2 { font-size: clamp(40px, 4vw, 64px); }
.greece-map { min-height: 290px; position: relative; border: 1px dashed #aaa; border-radius: 50% 44% 55% 38%; transform: rotate(-7deg); }
.greece-map::after { content: "ΕΛΛΑΔΑ"; position: absolute; inset: 0; display: grid; place-items: center; color: #c1beb7; font-size: 48px; font-weight: 900; letter-spacing: .18em; }
.greece-map span { position: absolute; z-index: 2; width: 16px; height: 16px; border: 4px solid var(--rp-orange); border-radius: 50%; background: #fff; }.greece-map span:nth-child(1){left:25%;top:35%}.greece-map span:nth-child(2){left:42%;top:20%}.greece-map span:nth-child(3){left:50%;top:55%}.greece-map span:nth-child(4){left:68%;top:45%}.greece-map span:nth-child(5){left:78%;top:68%}
.final-cta { color: #fff; background: var(--rp-orange); }
.final-cta .site-shell { min-height: 135px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin-bottom: 8px; font-size: clamp(34px, 3vw, 52px); }.final-cta p { margin-bottom: 0; }

.site-footer { padding-top: 58px; color: #fff; background: #1d1f20; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 56px; }
.footer-brand img { width: 132px; height: auto; filter: none; }.footer-brand p { color: #bfc1c2; font-size: 14px; }
.site-footer h2 { margin-bottom: 22px; font-size: 17px; letter-spacing: 0; }.site-footer ul { padding: 0; margin: 0; list-style: none; }.site-footer li { margin-bottom: 8px; color: #c7c9ca; font-size: 14px; }.site-footer a:hover { color: var(--rp-orange); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; margin-top: 42px; border-top: 1px solid #424446; color: #9ea0a1; font-size: 13px; }

.page-hero { padding-block: clamp(72px, 8vw, 132px) 70px; }
.page-hero h1 { max-width: 980px; }.page-hero > p:last-child { font-size: 23px; color: var(--rp-muted); }
.device-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 76px; background: var(--rp-orange); }
.device-tabs a, .device-tabs button { min-height: 110px; display: grid; place-items: center; border: 0; border-right: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; font-size: 31px; font-weight: 850; }
.device-tabs a:hover, .device-tabs button:hover, .device-tabs .is-active { background: var(--rp-charcoal); }
.repair-directory { margin-bottom: var(--rp-section); border-top: 1px solid var(--rp-line); }
.directory-row { min-height: 220px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 50px; padding: 44px 54px; border-bottom: 1px solid var(--rp-line); }
.directory-row:hover { background: #fff; }.directory-featured { min-height: 320px; color: #fff; background: var(--rp-charcoal); border-left: 10px solid var(--rp-orange); }.directory-featured:hover { background: #171819; }
.directory-icon .rp-icon { width: 100px; height: 100px; }.directory-row h2 { margin-bottom: 10px; font-size: clamp(34px, 4vw, 64px); }.directory-row p:not(.eyebrow) { color: var(--rp-muted); }.directory-featured p:not(.eyebrow) { color: #c7c9ca; }
.diagnosis-banner { min-height: 200px; display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: var(--rp-section); padding: 40px 55px; border: 1px solid var(--rp-line); background: #fff; }.diagnosis-banner > div { display: grid; grid-template-columns: 60px 1fr; gap: 5px 28px; }.diagnosis-banner .rp-icon { grid-row: 1 / 3; width: 54px; height: 54px; color: var(--rp-orange); }.diagnosis-banner h2 { margin: 0; font-size: 34px; }.diagnosis-banner p { margin: 0; }

.wizard-progress { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 34px; border: 1px solid var(--rp-orange); }
.wizard-progress span, .wizard-progress button { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-right: 1px solid var(--rp-orange); color: var(--rp-orange); background: transparent; font-weight: 800; }.wizard-progress > :last-child { border-right: 0; }.wizard-progress b { font-size: 31px; }.wizard-progress .is-active { color: #fff; background: var(--rp-orange); }
.device-tabs-large { margin-bottom: 34px; }.device-tabs-large button { color: var(--rp-ink); background: #fff; }.device-tabs-large button.is-active { color: #fff; background: var(--rp-orange); }
.model-search { margin-bottom: 60px; }.model-search label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 800; }.model-search input { width: 100%; min-height: 72px; padding: 16px 24px; border: 1px solid var(--rp-line); background: #fff; }
.model-section { display: none; padding-bottom: 100px; }.model-section.is-active { display: block; }.model-section h2 { margin-bottom: 45px; font-size: 44px; }.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rp-line); border-left: 1px solid var(--rp-line); }.model-grid a { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; padding: 26px; border-right: 1px solid var(--rp-line); border-bottom: 1px solid var(--rp-line); background: #fff; }.model-grid a:hover { box-shadow: inset 0 -5px var(--rp-orange); }.model-grid .rp-icon { width: 22px; color: var(--rp-orange); }.model-device-art { width: 56%; aspect-ratio: .56; align-self: center; margin-bottom: 20px; border: 3px solid #36383a; border-radius: 22px; background: linear-gradient(150deg, #ececea, #66696c); box-shadow: 8px 10px 22px rgba(0,0,0,.15); }.model-device-art.ipad { width: 72%; aspect-ratio: .75; }.model-device-art.macbook { width: 88%; aspect-ratio: 1.55; border-radius: 12px; transform: perspective(500px) rotateX(45deg); }
.model-help { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: var(--rp-section); padding: 45px; border: 1px solid var(--rp-line); }.model-help h2 { margin-bottom: 14px; font-size: 36px; }

.wizard-page { padding-bottom: var(--rp-section); }.notice-success { margin-bottom: 30px; padding: 18px 24px; border-left: 5px solid #2d8a49; background: #e9f7ed; }.full-wizard { min-height: 580px; padding: 55px; border: 1px solid var(--rp-line); background: #fff; }.wizard-panel { display: none; }.wizard-panel.is-active { display: block; }.wizard-panel > h2 { font-size: 50px; }.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 45px 0; }.choice-grid label { position: relative; }.choice-grid input { position: absolute; opacity: 0; }.choice-grid span { min-height: 190px; display: grid; place-items: center; border: 1px solid var(--rp-line); font-size: 34px; font-weight: 850; cursor: pointer; }.choice-grid input:checked + span { color: #fff; background: var(--rp-orange); border-color: var(--rp-orange); }.field { display: grid; gap: 9px; }.field > span { font-size: 14px; font-weight: 800; }.field input, .field select, .field textarea { width: 100%; min-height: 58px; padding: 13px 16px; border: 1px solid #aaa; border-radius: 0; background: #fff; }.field textarea { min-height: 140px; resize: vertical; }.issue-list { display: grid; grid-template-columns: 1fr 1fr; margin: 40px 0; border-top: 1px solid var(--rp-line); border-left: 1px solid var(--rp-line); }.issue-list label { min-height: 128px; position: relative; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 22px; padding: 22px; border-right: 1px solid var(--rp-line); border-bottom: 1px solid var(--rp-line); cursor: pointer; }.issue-list input { position: absolute; top: 20px; right: 20px; width: 21px; height: 21px; accent-color: var(--rp-orange); }.issue-list label:has(input:checked) { box-shadow: inset 0 0 0 3px var(--rp-orange); background: #fff8f5; }.issue-list .rp-icon { width: 38px; height: 38px; }.issue-list strong, .issue-list small { display: block; padding-right: 30px; }.issue-list strong { font-size: 20px; }.issue-list small { color: var(--rp-muted); }.issue-featured { grid-column: 1 / -1; color: #fff; background: var(--rp-charcoal); }.issue-featured small { color: #c7c9ca; }.issue-featured:has(input:checked) { background: var(--rp-charcoal) !important; }.wizard-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 40px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 38px; }.field-wide { grid-column: 1 / -1; }.privacy-note { margin-top: 20px; color: var(--rp-muted); font-size: 14px; }

.content-page { padding-block: var(--rp-section); }
small, .eyebrow, .breadcrumb, .site-footer li, .footer-bottom, .privacy-note { font-size: max(12px, 0.75rem); }

/* Homepage: faithful proportions from the approved full-page mockup. */
.home .site-header { position: absolute; top: 0; left: 0; right: 0; background: transparent; border-bottom-color: transparent; }
.home .header-inner { min-height: 74px; grid-template-columns: 120px 1fr auto; }
.home .brand, .home .brand img, .home .brand .custom-logo { width: 98px; }
.home .site-main { background: #faf9f6; }
.home .hero { overflow: hidden; padding-top: 94px; background-color: #faf9f6; }
.home .hero-grid { min-height: 285px; grid-template-columns: 57% 43%; overflow: visible; }
.home .hero-copy h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(50px, 4.45vw, 64px); line-height: 1.01; letter-spacing: -.055em; }
.home .hero-copy .eyebrow { display: none; }
.home .hero-lead { margin-bottom: 0; max-width: 500px; font-size: 20px; line-height: 1.35; }
.home .hero-device { overflow: visible; }
.home .hero-device img.hero-phone-art { position: absolute; top: -78px; right: -105px; width: min(790px,61vw); max-width: none; filter: drop-shadow(0 22px 26px rgba(25,25,25,.16)); }
.home .quick-wizard { overflow: hidden; background: linear-gradient(90deg,#ef3f16,#f02f0c); box-shadow: 0 14px 34px rgba(59,31,20,.12); }
.home .quick-wizard label { min-height: 88px; position: relative; padding: 10px 24px; gap: 3px; }
.home .quick-wizard label::after { content: ""; position: absolute; z-index: 2; top: -8px; right: -1px; width: 1px; height: 106px; background: rgba(255,255,255,.75); transform: rotate(-12deg); transform-origin: center; }
.home .quick-wizard label b { font-size: 34px; }
.home .quick-wizard label > span { gap: 10px; }
.home .quick-wizard select { padding-bottom: 4px; font-size: 14px; }
.home .wizard-submit { min-height: 88px; padding-left: 24px; justify-content: space-between; color: #fff; background: transparent; font-size: 17px; }
.home .wizard-submit:hover { background: rgba(130,20,0,.18); }
.home .wizard-submit .rp-icon { width: 40px; height: 40px; padding: 8px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; }
.home .device-chapters { margin-top: 28px; background: #faf9f6; border: 1px solid var(--rp-line); }
.home .device-chapter { min-height: 166px; padding: 26px 30px; font-size: clamp(30px,3vw,42px); }
.home .device-chapter > .rp-icon { width: 21px; margin-top: 9px; }
.home .device-art { right: -7%; bottom: -14%; width: 62%; height: 105%; filter: drop-shadow(0 10px 18px rgba(20,20,20,.08)); }
.home .device-art-iphone { right: 0; bottom: 0; width: 58%; height: 100%; object-fit: cover; object-position: 56% center; -webkit-mask-image: linear-gradient(to right,transparent 0,#000 24%); mask-image: linear-gradient(to right,transparent 0,#000 24%); }
.home .services-section { padding-block: 34px 30px; background: #faf9f6; }
.home .services-section .section-heading { margin-bottom: 18px; }
.home .services-section .section-heading .eyebrow,
.home .services-section .section-heading .text-link { display: none; }
.home .services-section .section-heading h2 { font-size: 30px; letter-spacing: -.025em; }
.home .service-list { display: grid; grid-template-columns: repeat(6,1fr); border-top: 0; }
.home .service-item,
.home .service-featured { min-width: 0; min-height: 174px; display: flex; align-items: flex-start; flex-direction: column; gap: 8px; padding: 12px 20px 14px; color: var(--rp-ink); background: transparent; border: 0; border-right: 1px solid var(--rp-line); }
.home .service-item:last-child { border-right: 0; }
.home .service-item:hover,
.home .service-featured:hover { padding-inline: 18px; color: var(--rp-ink); background: #faf9f6; }
.home .service-number { display: none; }
.home .service-item > .rp-icon { width: 34px; height: 34px; margin-bottom: 7px; }
.home .service-item strong { min-height: 38px; margin: 0; font-size: 15px; line-height: 1.25; letter-spacing: -.01em; }
.home .service-item small,
.home .service-featured small { color: var(--rp-muted); font-size: 12px; line-height: 1.35; }
.home .service-arrow { width: 18px !important; height: 18px !important; margin-top: auto !important; color: var(--rp-orange); }
.home .courier-section { padding-block: 38px; background: #f3f1ec; }
.home .courier-grid { grid-template-columns: .72fr 1.8fr; gap: 42px; }
.home .courier-grid .eyebrow { display: none; }
.home .courier-grid h2 { margin-bottom: 12px; font-size: 28px; line-height: 1.06; }
.home .courier-grid p { margin-bottom: 18px; font-size: 14px; line-height: 1.4; }
.home .courier-grid .button { min-height: 42px; padding: 9px 16px; font-size: 13px; }
.home .process-list li { min-height: 164px; padding: 8px 16px; text-align: center; align-items: center; }
.home .process-list li::after { top: 34px; left: 55px; width: calc(100% - 55px); }
.home .process-list span { width: 50px; height: 50px; margin-bottom: 14px; font-size: 12px; }
.home .process-list span .rp-icon { width: 25px; height: 25px; color: var(--rp-ink); }
.home .process-list strong { margin-bottom: 6px; font-size: 15px; }
.home .process-list small { font-size: 12px; line-height: 1.35; }
.home .why-section { padding-block: 32px; color: var(--rp-ink); background: #faf9f6; }
.home .why-section > .site-shell > .eyebrow { display: none; }
.home .why-section h2 { margin-bottom: 18px; font-size: 28px; }
.home .why-grid { margin-top: 0; border-top: 0; }
.home .why-grid article { min-height: 112px; display: grid; grid-template-columns: 42px 1fr; align-content: center; column-gap: 16px; padding: 12px 30px; border-color: var(--rp-line); }
.home .why-grid article:first-child { padding-left: 0; }
.home .why-grid .rp-icon { grid-row: 1 / 3; width: 34px; height: 34px; margin: 0; color: var(--rp-ink); }
.home .why-grid h3 { margin-bottom: 6px; font-size: 16px; letter-spacing: -.01em; }
.home .why-grid p { margin-bottom: 0; color: var(--rp-muted); font-size: 12px; line-height: 1.35; }
.home .review-section { padding-block: 30px; background: #faf9f6; }
.home .review-section .section-heading { margin-bottom: 12px; }
.home .review-section .section-heading .eyebrow,
.home .review-note { display: none; }
.home .review-section h2 { font-size: 26px; }
.home .review-grid { border-left: 0; }
.home .review-grid article { min-height: 132px; padding: 14px 28px; border-bottom: 0; }
.home .review-grid article:first-child { padding-left: 0; }
.home .review-grid span { margin-bottom: 8px; font-size: 12px; }
.home .review-grid h3 { margin-bottom: 5px; font-size: 15px; }
.home .review-grid p { font-size: 12px; line-height: 1.35; }
.home .review-grid small { display: block; margin-top: 9px; color: var(--rp-ink); font-size: 12px; }
.home .faq-section { padding-block: 34px; background: #f6f4ef; }
.home .faq-section h2 { margin-bottom: 14px; font-size: 27px; }
.home .faq-grid { grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.home .faq-list summary { padding: 9px 34px 9px 0; font-size: 13px; }
.home .faq-list summary::after { font-size: 20px; }
.home .faq-list details p { padding: 0 35px 10px 0; font-size: 12px; }
.home .faq-device { height: 170px; overflow: hidden; }
.home .faq-device img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.home .greece-section { padding-block: 36px; background: #faf9f6; }
.home .greece-grid { gap: 48px; }
.home .greece-grid .eyebrow { display: none; }
.home .greece-grid h2 { margin-bottom: 12px; font-size: 28px; }
.home .greece-grid p { margin-bottom: 0; font-size: 13px; }
.home .greece-map { min-height: 166px; border: 0; border-radius: 0; transform: none; }
.home .greece-map::after { content: none; }
.home .greece-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.home .greece-map .map-land { fill: #f1efea; stroke: #c4c1ba; stroke-width: 2; }
.home .greece-map .map-route { fill: none; stroke: #aaa69e; stroke-width: 2; stroke-dasharray: 5 6; }
.home .greece-map span { width: 14px; height: 14px; border-width: 3px; }
.home .greece-map span:nth-of-type(1){left:31%;top:35%}.home .greece-map span:nth-of-type(2){left:45%;top:25%}.home .greece-map span:nth-of-type(3){left:50%;top:58%}.home .greece-map span:nth-of-type(4){left:66%;top:48%}.home .greece-map span:nth-of-type(5){left:78%;top:66%}
.home .final-cta .site-shell { min-height: 94px; }
.home .final-cta h2 { margin-bottom: 3px; font-size: 25px; }
.home .final-cta p { font-size: 13px; }
.home .final-cta .button { min-height: 44px; font-size: 13px; }
.home .site-footer { padding-top: 22px; }
.home .site-footer .footer-grid { gap: 30px; }
.home .site-footer .footer-brand img { width: 104px; }
.home .site-footer .footer-brand p { margin-bottom: 0; font-size: 12px; line-height: 1.4; }
.home .site-footer h2 { margin-bottom: 10px; }
.home .site-footer li { margin-bottom: 4px; }
.home .site-footer .footer-bottom { min-height: 50px; margin-top: 16px; }
.service-detail-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }.technical-visual { min-height: 420px; position: relative; display: grid; place-items: center; border: 1px solid var(--rp-line); background-image: linear-gradient(var(--rp-line) 1px, transparent 1px), linear-gradient(90deg, var(--rp-line) 1px, transparent 1px); background-size: 40px 40px; }.technical-visual > .rp-icon { width: 180px; height: 180px; color: var(--rp-orange); background: var(--rp-paper); }.technical-visual span { position: absolute; width: 18px; height: 18px; border: 3px solid var(--rp-orange); border-radius: 50%; background: var(--rp-paper); }.technical-visual span:nth-child(2){left:15%;top:22%}.technical-visual span:nth-child(3){right:18%;top:30%}.technical-visual span:nth-child(4){right:28%;bottom:14%}.service-device-chapters { margin-top: 0; }.service-device-chapters a { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid var(--rp-line); font-size: clamp(28px,3vw,48px); font-weight: 850; }.service-device-chapters .rp-icon { width: 25px; color: var(--rp-orange); }.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.detail-columns .entry-content { font-size: 20px; }.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; margin-bottom: var(--rp-section); padding: 60px; border: 1px solid var(--rp-line); background: #fff; }.contact-details { padding-right: 60px; border-right: 1px solid var(--rp-line); }.contact-details h2 { font-size: 46px; }.contact-form .button { margin-top: 30px; }
*:focus-visible { outline: 3px solid #1b67c9; outline-offset: 3px; }

/* Compact desktop: preserves the approved three-column composition at 768–1024px. */
@media (min-width: 768px) and (max-width: 1024px) {
  :root { --rp-gutter: 30px; }
  body { font-size: 14px; }
  .home .header-inner { width: calc(100% - 86px); min-height: 68px; margin-left: 30px; margin-right: auto; grid-template-columns: 100px 1fr auto; gap: 18px; }
  .home .brand, .home .brand img, .home .brand .custom-logo { width: 82px; }
  .primary-navigation .menu { gap: 22px; }
  .primary-navigation a { font-size: 12px; }
  .header-cta { min-height: 42px; padding: 8px 13px; font-size: 12px; }
  .home .hero { padding-top: 80px; }
  .home .hero-grid { min-height: 197px; }
  .home .hero-copy { padding-right: 28px; }
  .home .hero-copy h1 { margin-bottom: 15px; font-size: 36px; }
  .home .hero-lead { max-width: 360px; font-size: 17px; }
  .home .hero-device img.hero-phone-art { top: -72px; right: -92px; width: 600px; }
  .home .hero > .site-shell:last-child { width: calc(100% - 86px); margin-left: 30px; margin-right: auto; }
  .home .quick-wizard label, .home .wizard-submit { min-height: 72px; }
  .home .quick-wizard label { padding: 8px 18px; }
  .home .quick-wizard label::after { height: 88px; }
  .home .quick-wizard label b { font-size: 29px; }
  .home .quick-wizard select { font-size: 12px; }
  .home .wizard-submit { font-size: 14px; }
  .home .wizard-submit .rp-icon { width: 34px; height: 34px; }
  .home .device-chapters { width: 100%; max-width: none; margin-top: 9px; }
  .home .device-chapter { min-height: 115px; padding: 18px 24px; font-size: 29px; }
  .home .services-section { padding-block: 13px 11px; }
  .home .services-section .section-heading { margin-bottom: 12px; }
  .home .services-section .section-heading h2 { font-size: 25px; }
  .home .service-item, .home .service-featured { min-height: 99px; padding: 6px 13px 7px; }
  .home .service-item > .rp-icon { width: 29px; height: 29px; }
  .home .service-item strong { min-height: 32px; font-size: 13px; }
  .home .service-item small, .home .service-featured small { font-size: 12px; line-height: 1.25; }
  .home .courier-section { padding-block: 16px; }
  .home .courier-grid { grid-template-columns: .82fr 1.7fr; gap: 28px; }
  .home .courier-grid h2 { font-size: 24px; }
  .home .courier-grid p { margin-bottom: 12px; font-size: 12px; }
  .home .courier-grid .button { min-height: 38px; font-size: 12px; }
  .home .process-list li { min-height: 112px; padding: 4px 9px; }
  .home .process-list li::after { top: 33px; left: 61px; width: calc(100% - 61px); }
  .home .process-list span { width: 54px; height: 54px; margin-bottom: 8px; }
  .home .process-list span .rp-icon { width: 28px; height: 28px; }
  .home .process-list strong { font-size: 13px; }
  .home .why-section > .site-shell,
  .home .review-section > .site-shell,
  .home .faq-section > .site-shell,
  .home .greece-section > .site-shell,
  .home .final-cta > .site-shell { width: calc(100% - 120px); }
  .home .why-section { padding-block: 4.5px; }
  .home .why-section h2 { margin-bottom: 12px; font-size: 25px; }
  .home .why-grid article { min-height: 62px; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 5px 20px; }
  .home .why-grid .rp-icon { width: 31px; height: 31px; }
  .home .why-grid h3 { font-size: 13px; }
  .home .review-section { padding-block: 13px; }
  .home .review-section h2 { font-size: 24px; }
  .home .review-grid article { min-height: 94px; padding: 8px 20px; }
  .home .review-grid h3 { font-size: 13px; }
  .home .review-grid small { margin-top: 6px; }
  .home .faq-section { padding-block: 7.5px; }
  .home .faq-section h2 { font-size: 24px; }
  .home .faq-grid { gap: 38px; }
  .home .faq-device { height: 124px; }
  .home .faq-device img { transform: scale(1.28); }
  .home .faq-list summary { padding-block: 4px; font-size: 12px; }
  .home .greece-section { padding-block: 22.5px; }
  .home .greece-grid { grid-template-columns: 1.25fr .75fr; gap: 30px; }
  .home .greece-grid h2 { font-size: 21px; letter-spacing: -.035em; }
  .home .greece-grid p { line-height: 1.55; }
  .home .greece-map { min-height: 108px; }
  .home .greece-map svg { transform: scale(1.15); }
  .home .final-cta .site-shell { min-height: 76px; }
  .home .final-cta h2 { font-size: 22px; }
  .home .final-cta .button { width: 205px; min-height: 44px; gap: 8px; padding: 8px 10px; white-space: nowrap; }
  .home .final-cta .button .rp-icon { width: 18px; height: 18px; }
  .home .site-footer { padding-top: 4px; }
  .home .site-footer .site-shell { width: calc(100% - 100px); }
  .home .site-footer .footer-grid { gap: 20px; }
  .home .site-footer .footer-brand img { width: 86px; }
  .home .site-footer h2 { margin-bottom: 7px; font-size: 14px; }
  .home .site-footer li, .home .site-footer .footer-brand p { font-size: 12px; line-height: 1.25; }
  .home .site-footer .footer-bottom { min-height: 34px; margin-top: 8px; }
}

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

/* Homepage rebuild — independent editorial system. */
.home .site-header { position: relative; background: #fff; border-bottom: 1px solid #e6e3dd; }
.home .header-inner { width: min(100% - 48px, 1240px); min-height: 86px; margin-inline: auto; grid-template-columns: 150px 1fr auto; }
.home .brand, .home .brand img, .home .brand .custom-logo { width: 118px; }
.home .primary-navigation a { font-size: 14px; }
.home .primary-navigation a { white-space: nowrap; }
.home .header-cta { min-height: 46px; padding: 10px 18px; font-size: 14px; }
.repair-home { color: #161719; background: #fff; font-size: 17px; line-height: 1.55; }
.repair-home .site-shell { width: min(100% - 48px, 1240px); }
.repair-home h1, .repair-home h2, .repair-home h3 { letter-spacing: -.045em; }
.repair-home h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.02; }
.repair-home h3 { font-size: 22px; line-height: 1.1; }
.repair-home p { color: #565a5e; }
.repair-home em { color: var(--rp-orange); font-style: normal; }
.rp-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--rp-orange) !important; font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rp-kicker > span { width: 28px; height: 2px; background: currentColor; }
.rp-inline-link { display: inline-flex; align-items: center; gap: 10px; color: #161719; font-size: 15px; font-weight: 800; }
.rp-inline-link .rp-icon { width: 19px; height: 19px; color: var(--rp-orange); }

.rp-hero { position: relative; overflow: hidden; padding: 86px 0 150px; background: linear-gradient(110deg,#fff 0 54%,#f3f1ec 54% 100%); }
.rp-hero::after { content: ""; position: absolute; top: 0; bottom: 0; left: 54%; width: 1px; background: rgba(22,23,25,.08); }
.rp-hero-grid { min-height: 550px; display: grid; grid-template-columns: 54% 46%; align-items: center; }
.rp-hero-copy { position: relative; z-index: 3; padding-right: 30px; }
.rp-hero-copy h1 { max-width: 780px; margin-bottom: 30px; font-size: clamp(54px, 6.2vw, 88px); line-height: .94; }
.rp-hero-lead { max-width: 630px; margin-bottom: 38px; font-size: clamp(19px, 2vw, 25px); line-height: 1.42; }
.rp-hero-actions { display: flex; align-items: center; gap: 28px; }
.rp-hero-actions .button { min-height: 58px; padding-inline: 24px; }
.rp-hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 46px; color: #33373a; font-size: 14px; }
.rp-hero-proof span { width: 4px; height: 4px; border-radius: 50%; background: var(--rp-orange); }
.rp-hero-visual { min-height: 550px; position: relative; }
.rp-hero-visual img { width: 410px; height: auto; max-width: none; position: absolute; z-index: 2; top: -2px; right: 25px; filter: drop-shadow(0 32px 42px rgba(0,0,0,.2)); }
.rp-visual-ring { width: 470px; height: 470px; position: absolute; top: 25px; left: 2px; border: 1px solid #d3d0c9; border-radius: 50%; }
.rp-visual-ring::before, .rp-visual-ring::after { content: ""; position: absolute; border-radius: 50%; }
.rp-visual-ring::before { inset: 54px; border: 1px dashed #c7c3bb; }
.rp-visual-ring::after { inset: 116px; background: #ebe8e1; }
.rp-visual-note { min-width: 210px; position: absolute; z-index: 4; right: 10px; bottom: 48px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 16px; color: #fff; background: #202224; box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.rp-visual-note b { color: var(--rp-orange); font-size: 14px; }.rp-visual-note span { font-size: 14px; line-height: 1.35; }

.rp-finder { position: relative; z-index: 8; margin-top: -78px; padding-bottom: 100px; }
.rp-finder > .site-shell { padding: 34px; background: #fff; border: 1px solid #dedbd5; box-shadow: 0 24px 70px rgba(30,25,20,.12); }
.rp-finder-heading { display: grid; grid-template-columns: 1fr 1.7fr 1.1fr; align-items: end; gap: 28px; margin-bottom: 26px; }
.rp-finder-heading .rp-kicker, .rp-finder-heading h2, .rp-finder-heading p { margin-bottom: 0; }
.rp-finder-heading h2 { font-size: 34px; }.rp-finder-heading > p:last-child { font-size: 15px; }
.rp-finder-form { grid-template-columns: repeat(3,1fr) .72fr; box-shadow: none; background: #f4f2ed; }
.rp-finder-form label { min-height: 105px; padding: 17px 22px; color: #161719; border-right: 1px solid #d6d2ca; }
.rp-finder-form label > span { gap: 12px; font-size: 16px; }.rp-finder-form label b { color: var(--rp-orange); font-size: 18px; }
.rp-finder-form select { border-bottom: 1px solid #aaa69d; color: #4d5053; font-size: 15px; }
.rp-finder-form select:disabled { opacity: .5; }
.rp-finder-form .wizard-submit { min-height: 105px; justify-content: space-between; padding: 20px; background: var(--rp-orange); font-size: 17px; }
.rp-finder-form .wizard-submit .rp-icon { width: 26px; height: 26px; }
.home .repair-home .rp-finder-form { overflow: visible; background: #f4f2ed; box-shadow: none; }
.home .repair-home .rp-finder-form label { min-height: 105px; padding: 17px 22px; color: #161719; background: transparent; border-right: 1px solid #d6d2ca; }
.home .repair-home .rp-finder-form label::after { display: none; }
.home .repair-home .rp-finder-form label b { color: var(--rp-orange); font-size: 18px; }
.home .repair-home .rp-finder-form select { padding-bottom: 8px; color: #4d5053; border-bottom-color: #aaa69d; font-size: 15px; }
.home .repair-home .rp-finder-form .wizard-submit { min-height: 105px; padding: 20px; color: #fff; background: var(--rp-orange); font-size: 17px; }

.rp-devices { padding-bottom: 120px; }
.rp-device-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #ddd9d1; }
.rp-device-grid > a { min-height: 270px; position: relative; overflow: hidden; padding: 30px; border-right: 1px solid #ddd9d1; background: #faf9f6; }
.rp-device-grid > a:last-child { border-right: 0; }
.rp-device-grid span { position: relative; z-index: 2; display: grid; gap: 3px; }
.rp-device-grid small { color: var(--rp-orange); font-size: 13px; font-style: normal; font-weight: 800; }
.rp-device-grid strong { font-size: clamp(34px,4vw,50px); line-height: 1; letter-spacing: -.05em; }
.rp-device-grid em { color: #676a6d; font-size: 14px; font-style: normal; }
.rp-device-grid img { width: 76%; height: 80%; position: absolute; right: -15%; bottom: -8%; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 18px 20px rgba(0,0,0,.1)); transition: transform .3s ease; }
.rp-device-grid > a:first-child img { width: 49%; height: 88%; right: 5%; bottom: 4%; object-fit: contain; object-position: center bottom; -webkit-mask-image: none; mask-image: none; }
.rp-device-grid > a > .rp-icon { width: 24px; position: absolute; z-index: 3; left: 30px; bottom: 30px; color: var(--rp-orange); }
.rp-device-grid > a:hover img { transform: translate(-8px,-6px) scale(1.03); }

.rp-motherboard { padding: 130px 0; color: #fff; background: #1c1e20; }
.rp-motherboard-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8vw; }
.rp-board-graphic { min-height: 600px; position: relative; display: grid; place-items: center; border: 1px solid #44474a; background-image: linear-gradient(#2b2e30 1px,transparent 1px),linear-gradient(90deg,#2b2e30 1px,transparent 1px); background-size: 34px 34px; }
.rp-board-graphic svg { width: 78%; fill: none; stroke: var(--rp-orange); stroke-width: 2; }
.rp-board-number { position: absolute; top: 22px; left: 25px; color: #696c6f; font-size: 14px; font-weight: 800; }
.rp-board-tag { position: absolute; right: 24px; bottom: 22px; padding: 8px 12px; color: #fff; border: 1px solid #55585b; font-size: 13px; }
.rp-motherboard .rp-kicker { color: #ff603d !important; }
.rp-motherboard h2 { max-width: 720px; margin-bottom: 30px; font-size: clamp(46px,5.2vw,74px); }
.rp-motherboard .rp-large-copy { max-width: 650px; margin-bottom: 30px; color: #c8cacc; font-size: 20px; }
.rp-motherboard ul { padding: 0; margin: 0 0 36px; list-style: none; border-top: 1px solid #3e4143; }
.rp-motherboard li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid #3e4143; font-size: 16px; }
.rp-motherboard li::before { content: "+"; position: absolute; left: 0; color: var(--rp-orange); }

.rp-services, .rp-courier, .rp-trust, .rp-coverage, .rp-faq { padding: 120px 0; }
.rp-section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.rp-section-heading h2 { margin-bottom: 0; }.rp-section-heading > p { max-width: 380px; margin: 0 0 8px auto; font-size: 18px; }
.rp-service-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid #d9d6d0; border-left: 1px solid #d9d6d0; }
.rp-service-grid > a { min-height: 330px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid #d9d6d0; border-bottom: 1px solid #d9d6d0; transition: .25s; }
.rp-service-grid > a:hover { color: #fff; background: #202224; transform: translateY(-5px); }.rp-service-grid > a:hover p { color: #c7c9ca; }
.rp-service-grid small { margin-bottom: 30px; color: var(--rp-orange); font-size: 13px; font-weight: 800; }
.rp-service-grid > a > .rp-icon { width: 36px; height: 36px; box-sizing: content-box; margin-bottom: 30px; padding: 9px; border-radius: 50%; color: #232527; background: #efede7; }
.rp-service-grid h3 { min-height: 48px; margin-bottom: 12px; }.rp-service-grid p { font-size: 15px; line-height: 1.45; }
.rp-service-grid span { display: flex; align-items: center; gap: 8px; margin-top: auto; color: var(--rp-orange); font-size: 14px; font-weight: 800; }.rp-service-grid span .rp-icon { width: 18px; }

.rp-courier { background: #f1efe9; }
.rp-process { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid #cbc7bf; border-left: 1px solid #cbc7bf; }
.rp-process li { min-height: 310px; position: relative; padding: 28px; border-right: 1px solid #cbc7bf; border-bottom: 1px solid #cbc7bf; }
.rp-process b { position: absolute; top: 26px; right: 26px; color: #99958d; font-size: 13px; }
.rp-process > li > span { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 56px; border: 1px solid #aaa69d; border-radius: 50%; background: #faf9f6; }
.rp-process span .rp-icon { width: 30px; height: 30px; }.rp-process h3 { margin-bottom: 12px; font-size: 24px; }.rp-process p { margin: 0; font-size: 16px; }

.rp-trust { color: #fff; background: #202224; }
.rp-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.rp-trust h2 { margin-bottom: 28px; font-size: clamp(44px,4.4vw,64px); }.rp-trust p { color: #c6c8ca; font-size: 17px; }
.rp-trust dl { margin: 46px 0 0; border-top: 1px solid #45484a; }
.rp-trust dl > div { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid #45484a; }
.rp-trust dt { color: var(--rp-orange); font-size: 14px; font-weight: 800; }.rp-trust dd { margin: 0; }.rp-trust dd strong, .rp-trust dd span { display: block; }.rp-trust dd strong { margin-bottom: 4px; font-size: 18px; }.rp-trust dd span { color: #b9bbbd; font-size: 15px; }
.rp-reviews { padding: 42px; color: #171819; background: #f4f2ed; }
.rp-reviews h2 { margin-bottom: 30px; font-size: 38px; }
.rp-reviews article { padding: 25px 0; border-top: 1px solid #d0ccc4; }.rp-reviews article > span { color: var(--rp-orange); letter-spacing: .14em; }
.rp-reviews blockquote { margin: 14px 0 12px; font-size: 19px; font-weight: 650; line-height: 1.45; }.rp-reviews article p { margin: 0; color: #65686b; font-size: 14px; }

.rp-coverage { background: #fff; }
.rp-coverage-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.rp-greece-map { min-height: 520px; position: relative; display: grid; place-items: center; background: #f2f0ea; }
.rp-greece-map svg { width: 88%; height: auto; }.rp-greece-map path { fill: #fff; stroke: #252729; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.rp-map-dot { width: 14px; height: 14px; position: absolute; border: 4px solid var(--rp-orange); border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(239,63,22,.13); }
.dot-athens{left:53%;top:52%}.dot-thess{left:56%;top:25%}.dot-patra{left:39%;top:55%}.dot-crete{left:61%;top:82%}
.rp-coverage h2 { margin-bottom: 28px; }.rp-large-copy { font-size: 20px; line-height: 1.5; }
.rp-city-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }.rp-city-list span { padding: 9px 13px; border: 1px solid #d8d4cc; font-size: 14px; }

.rp-faq { background: #f4f2ed; }
.rp-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.rp-faq-grid h2 { font-size: 50px; }.rp-faq-grid > div:first-child > p:last-child { max-width: 420px; font-size: 18px; }
.rp-faq-list { border-top: 1px solid #cbc7bf; }.rp-faq-list details { border-bottom: 1px solid #cbc7bf; }
.rp-faq-list summary { position: relative; padding: 24px 50px 24px 0; font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.rp-faq-list summary::after { content: "+"; position: absolute; right: 10px; color: var(--rp-orange); font-size: 28px; font-weight: 400; }.rp-faq-list details[open] summary::after { content: "−"; }
.rp-faq-list details p { padding: 0 55px 22px 0; font-size: 16px; }

.rp-final { padding: 80px 0; color: #fff; background: var(--rp-orange); }
.rp-final .site-shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }.rp-final .rp-kicker { color: #fff !important; opacity: .8; }
.rp-final h2 { margin-bottom: 0; font-size: clamp(44px,5vw,70px); }.rp-final .button { min-width: 230px; min-height: 62px; }
.home .site-footer { padding-top: 48px; }.home .site-footer .site-shell { width: min(100% - 48px,1240px); }.home .site-footer .footer-brand img { width: 112px; height: auto; }.home .site-footer h2 { font-size: 17px; }.home .site-footer li, .home .site-footer .footer-brand p { font-size: 14px; line-height: 1.45; }.home .site-footer .footer-bottom { min-height: 64px; margin-top: 34px; }

@media (max-width: 1100px) and (min-width: 768px) {
  .home .header-inner { width: min(100% - 40px,1240px); grid-template-columns: 115px 1fr auto; gap: 16px; }
  .home .brand, .home .brand img, .home .brand .custom-logo { width: 96px; }
  .home .primary-navigation .menu { gap: 18px; }.home .primary-navigation a { font-size: 12px; }.home .header-cta { padding-inline: 12px; font-size: 12px; }
  .repair-home .site-shell { width: min(100% - 40px,1240px); }
  .rp-hero { padding-top: 70px; }.rp-hero-grid { grid-template-columns: 58% 42%; }.rp-hero-copy h1 { font-size: 56px; }.rp-hero-visual img { width: 360px; right: 8px; top: 2px; }.rp-visual-ring { width: 390px; height: 390px; }
  .rp-finder-heading { grid-template-columns: .8fr 1.4fr 1fr; }.rp-finder-heading h2 { font-size: 29px; }.rp-finder-form label { padding-inline: 15px; }
  .rp-device-grid > a { min-height: 235px; padding: 24px; }.rp-device-grid > a > .rp-icon { left: 24px; bottom: 24px; }
  .rp-motherboard-grid { gap: 50px; }.rp-board-graphic { min-height: 500px; }.rp-motherboard h2 { font-size: 50px; }
  .rp-service-grid { grid-template-columns: repeat(3,1fr); }.rp-service-grid > a { min-height: 290px; }
  .rp-section-heading h2 { font-size: 48px; }
  .rp-process li { min-height: 290px; padding: 22px; }.rp-process > li > span { margin-bottom: 42px; }
  .rp-trust-grid { gap: 40px; }.rp-reviews { padding: 30px; }
  .rp-coverage-grid { gap: 50px; }.rp-greece-map { min-height: 430px; }
  .rp-faq-grid { gap: 50px; }
}

@media (max-width: 767px) {
  .home .site-header { position: relative; }.home .header-inner { width: min(100% - 32px,1240px); min-height: 80px; grid-template-columns: 1fr auto; }.home .brand, .home .brand img, .home .brand .custom-logo { width: 104px; }
  .repair-home { font-size: 17px; }.repair-home .site-shell { width: min(100% - 32px,1240px); }.repair-home h2 { font-size: 40px; }
  .rp-hero { padding: 58px 0 110px; background: linear-gradient(#fff 0 62%,#f3f1ec 62%); }.rp-hero::after { display: none; }.rp-hero-grid { min-height: auto; grid-template-columns: 1fr; }.rp-hero-copy { padding: 0; }.rp-hero-copy h1 { font-size: 46px; line-height: .98; }.rp-hero-lead { font-size: 18px; }.rp-hero-actions { align-items: flex-start; flex-direction: column; }.rp-hero-proof { margin-top: 35px; }.rp-hero-visual { min-height: 360px; margin-top: 35px; }.rp-hero-visual img { width: 225px; top: 4px; right: 40px; }.rp-visual-ring { width: 300px; height: 300px; left: -10px; }.rp-visual-note { right: 0; bottom: 5px; }
  .rp-finder { margin-top: -55px; padding-bottom: 80px; }.rp-finder > .site-shell { padding: 22px; }.rp-finder-heading { grid-template-columns: 1fr; gap: 8px; }.rp-finder-heading .rp-kicker { margin-bottom: 8px; }.rp-finder-heading h2 { font-size: 30px; }.rp-finder-form { grid-template-columns: 1fr; }.rp-finder-form label, .rp-finder-form .wizard-submit { min-height: 92px; }.rp-finder-form label { border-right: 0; border-bottom: 1px solid #d6d2ca; }
  .rp-devices { padding-bottom: 80px; }.rp-device-grid { grid-template-columns: 1fr; }.rp-device-grid > a { min-height: 210px; border-right: 0; border-bottom: 1px solid #ddd9d1; }.rp-device-grid > a:last-child { border-bottom: 0; }
  .rp-motherboard, .rp-services, .rp-courier, .rp-trust, .rp-coverage, .rp-faq { padding: 82px 0; }.rp-motherboard-grid { grid-template-columns: 1fr; gap: 55px; }.rp-board-graphic { min-height: 370px; }.rp-motherboard h2 { font-size: 42px; }.rp-motherboard .rp-large-copy { font-size: 18px; }
  .rp-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }.rp-section-heading h2 { font-size: 40px; }.rp-section-heading > p { margin: 0; }
  .rp-service-grid { grid-template-columns: 1fr; }.rp-service-grid > a { min-height: 245px; }
  .rp-process { grid-template-columns: 1fr; }.rp-process li { min-height: 230px; }.rp-process > li > span { margin-bottom: 30px; }
  .rp-trust-grid, .rp-coverage-grid, .rp-faq-grid { grid-template-columns: 1fr; gap: 55px; }.rp-reviews { padding: 26px; }.rp-reviews h2 { font-size: 34px; }
  .rp-greece-map { min-height: 360px; }.rp-coverage-grid > .rp-greece-map { order: 2; }
  .rp-faq-grid h2 { font-size: 40px; }.rp-faq-list summary { padding-block: 20px; font-size: 17px; }
  .rp-final { padding: 65px 0; }.rp-final .site-shell { align-items: flex-start; flex-direction: column; }.rp-final h2 { font-size: 42px; }
  .home .site-footer { padding-top: 42px; }.home .site-footer .site-shell { width: min(100% - 32px,1240px); }
}
