.kedo-solo { color: #123f2e; overflow-x: hidden; }
.kedo-solo img { display: block; max-width: 100%; }
.kedo-solo__container { max-width: 1180px; margin: 0 auto; padding: clamp(32px, 5vw, 64px) 20px clamp(56px, 8vw, 88px); }
.kedo-solo__container--content { padding-bottom: 0; }
.kedo-solo__container--tail { padding-top: 0; }
.kedo-solo__breadcrumbs { margin: 0 0 22px; color: #6f756b; font-size: 14px; }
.kedo-solo__breadcrumbs a, .kedo-solo__footer a { color: #123f2e; text-decoration-color: rgba(201, 116, 46, .7); text-underline-offset: 3px; }
.kedo-solo__breadcrumbs a:hover, .kedo-solo__footer a:hover { color: #c9742e; }
.kedo-solo__hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-bottom: clamp(38px, 6vw, 68px); }
.kedo-solo h1, .kedo-solo__title, .kedo-solo__card h3, .kedo-solo__site-card h4, .kedo-solo__plan-body h3 { font-family: "Cormorant Garamond", Georgia, serif; }
.kedo-solo__eyebrow, .kedo-solo__links h3 { margin: 0 0 12px; color: #c9742e; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kedo-solo h1 { margin: 0; color: #123f2e; font-size: clamp(2.3rem, 5vw, 4.2rem); font-weight: 600; letter-spacing: -.025em; line-height: .98; }
.kedo-solo__lead { margin: 22px 0 0; color: #4f5d52; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.65; }
.kedo-solo__hero-media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 22px; box-shadow: 0 12px 30px rgba(24, 48, 36, .14); }
.kedo-solo__hero-media img { width: 100%; height: 100%; object-fit: cover; }
.kedo-solo__facts, .kedo-solo__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.kedo-solo__fact { padding: 9px 12px; border: 1px solid rgba(18, 63, 46, .13); border-radius: 12px; background: #f4ecdb; line-height: 1.25; }
.kedo-solo__fact span { display: block; color: #596458; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.kedo-solo__fact strong { display: block; margin-top: 3px; color: #123f2e; font-size: 14px; }
.kedo-solo__button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 17px; border: 1px solid #123f2e; border-radius: 999px; color: #123f2e; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.kedo-solo__button:hover { color: #fff; background: #123f2e; text-decoration: none; transform: translateY(-1px); }
.kedo-solo__button--primary { border-color: transparent; color: #fff; background: linear-gradient(135deg, #c9742e, #e8a33d); box-shadow: 0 6px 15px rgba(201, 116, 46, .25); }
.kedo-solo__button--primary:hover { color: #fff; background: linear-gradient(135deg, #b96728, #d99532); }
.kedo-solo__toc { position: sticky; z-index: 5; top: 78px; margin: 0 -20px clamp(42px, 6vw, 68px); padding: 12px 20px; background: rgba(250, 247, 240, .92); box-shadow: 0 5px 15px rgba(24, 48, 36, .08); backdrop-filter: blur(8px); }
.kedo-solo__toc-inner { display: flex; gap: 9px; max-width: 1140px; margin: 0 auto; overflow-x: auto; scrollbar-width: none; }
.kedo-solo__toc-inner::-webkit-scrollbar { display: none; }
.kedo-solo__toc a, .kedo-solo__chip { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid rgba(18, 63, 46, .22); border-radius: 999px; color: #123f2e; font-size: 13px; font-weight: 700; line-height: 1.1; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease; white-space: nowrap; }
.kedo-solo__toc a:hover, .kedo-solo__toc a:focus, .kedo-solo__chip:hover, .kedo-solo__chip:focus { border-color: #c9742e; color: #fff; background: #c9742e; text-decoration: none; }
.kedo-solo__section + .kedo-solo__section { margin-top: clamp(46px, 7vw, 76px); }
.kedo-solo__title { display: flex; align-items: center; gap: 16px; margin: 0 0 24px; color: #0f3b2e; font-size: clamp(1.75rem, 3.2vw, 2.45rem); font-weight: 600; line-height: 1.05; }
.kedo-solo__title::after { display: block; width: 42px; height: 1px; background: #c9742e; content: ""; }
.kedo-solo__intro, .kedo-solo__prose { max-width: 880px; color: #4f5d52; font-size: 17px; line-height: 1.7; }
.kedo-solo__prose p { margin: 0 0 18px; }
.kedo-solo .kedo-solo__prose h3 { margin: 30px 0 12px; }
.kedo-solo__prose + .kedo-solo__prose, .kedo-solo__intro + .kedo-solo__prose { margin-top: 18px; }
.kedo-solo__cards { display: grid; gap: 22px; margin-top: 24px; }
.kedo-solo__cards--2 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.kedo-solo__cards--3 { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.kedo-solo__cards--4 { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.kedo-solo__card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid rgba(18, 63, 46, .09); border-radius: 18px; color: #123f2e; background: #f4ecdb; box-shadow: 0 9px 25px rgba(24, 48, 36, .10); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.kedo-solo__card:hover { border-color: rgba(201, 116, 46, .55); color: #123f2e; box-shadow: 0 16px 35px rgba(24, 48, 36, .17); text-decoration: none; transform: translateY(-3px); }
.kedo-solo__card-media { aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, #d9d3bd, #eee4ce); }
.kedo-solo__card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.kedo-solo__card:hover .kedo-solo__card-media img { transform: scale(1.035); }
.kedo-solo__card-body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 20px 21px 22px; }
.kedo-solo__badge { display: inline-flex; align-self: flex-start; margin-bottom: 10px; padding: 4px 8px; border-radius: 999px; color: #8d4c1d; background: rgba(232, 163, 61, .22); font-size: 11px; font-weight: 700; line-height: 1.1; }
.kedo-solo__card h3 { margin: 0 0 11px; color: #123f2e; font-size: 1.75rem; font-weight: 600; line-height: 1.03; }
.kedo-solo__card-body > div { color: #596458; font-size: 15px; line-height: 1.55; }
.kedo-solo__card-body p { margin: 0; }
body .kedo-solo .kedo-solo__card .kedo-solo__card-link { display: inline-block; margin-top: auto; padding-top: 17px; color: #c9742e; font-size: 14px; font-weight: 700; text-decoration: none; }
body .kedo-solo .kedo-solo__card .kedo-solo__card-link:hover { color: #123f2e; text-decoration: underline; }
body .kedo-solo .kedo-solo__card h3 a { color: inherit; text-decoration: none; }
body .kedo-solo .kedo-solo__card h3 a:hover { color: #c9742e; }
.kedo-solo__table-wrap { max-width: 100%; margin-top: 24px; overflow-x: auto; }
.kedo-solo__table-wrap table { width: 100%; min-width: 520px; border-collapse: collapse; color: #4f5d52; font-size: 15px; }
.kedo-solo__table-wrap caption { padding: 0 0 9px; color: #596458; text-align: left; }
.kedo-solo__table-wrap th, .kedo-solo__table-wrap td { padding: 10px 12px; border: 1px solid rgba(18, 63, 46, .13); text-align: left; vertical-align: top; }
.kedo-solo__table-wrap th { color: #f4ecdb; background: #123f2e; }
.kedo-solo__table-wrap tbody tr:nth-child(even) { background: rgba(244, 236, 219, .65); }
.kedo-solo__steps { margin: 26px 0 0; padding: 0; list-style: none; counter-reset: kedo-solo-step; }
.kedo-solo .kedo-solo__steps li { position: relative; min-height: 46px; margin: 0 0 18px; padding: 2px 0 0 65px; list-style: none; counter-increment: kedo-solo-step; }
.kedo-solo .kedo-solo__steps li::before { position: absolute; top: 0; left: 0; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: #c9742e; content: counter(kedo-solo-step); font-size: 15px; font-weight: 700; }
.kedo-solo__steps h3 { margin: 0 0 5px; color: #123f2e; font-size: 18px; }
.kedo-solo__steps div { color: #4f5d52; line-height: 1.6; }
.kedo-solo__steps p { margin: 0; }
.kedo-solo__tip { position: relative; margin-top: 22px; padding: 18px 20px 18px 60px; border-left: 4px solid #123f2e; border-radius: 0 16px 16px 0; background: rgba(18, 63, 46, .07); color: #4f5d52; }
.kedo-solo__tip::before { position: absolute; top: 18px; left: 18px; font-size: 22px; }
.kedo-solo__tip--info { border-color: #123f2e; background: rgba(18, 63, 46, .07); }
.kedo-solo__tip--info::before { content: "ℹ️"; }
.kedo-solo__tip--warn { border-color: #c9742e; background: rgba(232, 163, 61, .12); }
.kedo-solo__tip--warn::before { content: "⚠️"; }
.kedo-solo__tip--good { border-color: #258260; background: rgba(37, 130, 96, .09); }
.kedo-solo__tip--good::before { content: "✅"; }
.kedo-solo__tip h3 { margin: 0 0 6px; color: #123f2e; font-size: 18px; }
.kedo-solo__tip p { margin: 0; }
.kedo-solo__links { margin-top: 24px; }
.kedo-solo__links h3 { margin-bottom: 10px; }
.kedo-solo__links > div, .kedo-solo__plan-links { display: flex; flex-wrap: wrap; gap: 9px; }
.kedo-solo__faq { margin-top: 24px; border-top: 1px solid rgba(18, 63, 46, .18); }
.kedo-solo__faq-item { border-bottom: 1px solid rgba(18, 63, 46, .18); }
.kedo-solo__faq-item summary { position: relative; padding: 17px 32px 17px 0; color: #123f2e; cursor: pointer; font-weight: 700; list-style: none; }
.kedo-solo__faq-item summary::-webkit-details-marker { display: none; }
.kedo-solo__faq-item summary::after { position: absolute; top: 13px; right: 3px; color: #c9742e; content: "+"; font-size: 25px; font-weight: 400; }
.kedo-solo__faq-item[open] summary { color: #c9742e; }
.kedo-solo__faq-item[open] summary::after { content: "−"; }
.kedo-solo__faq-item > div { padding: 0 0 18px; color: #4f5d52; line-height: 1.65; }
.kedo-solo__faq-item p { margin: 0; }
.kedo-solo__plan { position: relative; margin-top: 26px; padding-left: 28px; }
.kedo-solo__plan::before { position: absolute; top: 0; bottom: 0; left: 8px; width: 2px; background: rgba(201, 116, 46, .52); content: ""; }
.kedo-solo__plan-day { position: relative; margin-bottom: 20px; }
.kedo-solo__plan-day::before { position: absolute; top: 17px; left: -26px; width: 14px; height: 14px; border: 3px solid #f4ecdb; border-radius: 50%; background: #c9742e; box-shadow: 0 0 0 1px rgba(201, 116, 46, .5); content: ""; }
.kedo-solo__plan-marker { margin: 0 0 7px; color: #c9742e; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.kedo-solo__plan-body { padding: 17px 19px; border: 1px solid rgba(18, 63, 46, .1); border-radius: 16px; background: #f4ecdb; box-shadow: 0 9px 25px rgba(24, 48, 36, .08); }
.kedo-solo__plan-body h3 { margin: 0 0 8px; color: #123f2e; font-size: 1.65rem; font-weight: 600; line-height: 1.05; }
.kedo-solo__plan-body > div { color: #4f5d52; line-height: 1.6; }
.kedo-solo__plan-body p { margin: 0; }
.kedo-solo__plan-links { margin-top: 13px; }
.kedo-solo__site-cards { margin-top: 32px; }
.kedo-solo__site-cards-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 17px; }
.kedo-solo__site-cards-heading h3 { margin: 0; color: #123f2e; font-size: clamp(1.4rem, 2.5vw, 1.85rem); }
.kedo-solo__site-cards-heading > a { color: #c9742e; font-size: 14px; font-weight: 700; text-decoration-color: rgba(201, 116, 46, .5); text-underline-offset: 3px; white-space: nowrap; }
.kedo-solo__site-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.kedo-solo__site-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(18, 63, 46, .09); border-radius: 18px; color: #123f2e; background: #f4ecdb; box-shadow: 0 9px 25px rgba(24, 48, 36, .10); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.kedo-solo__site-card:hover { border-color: rgba(201, 116, 46, .55); color: #123f2e; box-shadow: 0 16px 35px rgba(24, 48, 36, .17); text-decoration: none; transform: translateY(-3px); }
.kedo-solo__site-media { aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, #d9d3bd, #eee4ce); }
.kedo-solo__site-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.kedo-solo__site-card:hover .kedo-solo__site-media img { transform: scale(1.035); }
.kedo-solo__site-body { flex: 1 1 auto; padding: 20px 21px 22px; }
.kedo-solo__site-card h4 { margin: 0; color: #123f2e; font-size: 1.75rem; font-weight: 600; line-height: 1.03; }
.kedo-solo__site-rule { display: block; width: 38px; height: 2px; margin: 15px 0 13px; border-radius: 2px; background: #c9742e; }
.kedo-solo__site-body p { margin: 0; color: #596458; font-size: 15px; line-height: 1.55; }
.kedo-solo__footer { margin-top: clamp(52px, 7vw, 78px); padding-top: 24px; border-top: 1px solid rgba(18, 63, 46, .16); color: #536056; font-size: 15px; line-height: 1.65; }
.kedo-solo__footer p { margin: 0; }
.kedo-solo__footer p + p { margin-top: 10px; }
.kedo-solo__footer p:first-child { display: flex; flex-wrap: wrap; gap: 8px 16px; }
@media (max-width: 900px) { .kedo-solo__hero { grid-template-columns: 1fr; } .kedo-solo__hero-media { max-width: 680px; } }
@media (max-width: 640px) { .kedo-solo__container { padding-right: 16px; padding-left: 16px; } .kedo-solo__toc { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; } .kedo-solo__toc-inner { white-space: nowrap; } .kedo-solo__cards--2, .kedo-solo__cards--3, .kedo-solo__cards--4, .kedo-solo__site-grid { grid-template-columns: 1fr; gap: 18px; } .kedo-solo__card-body, .kedo-solo__site-body { padding: 19px 20px 21px; } .kedo-solo__site-cards-heading { align-items: flex-start; flex-direction: column; gap: 5px; } }
