.fy-home-v2 {
    --home-bg: #071824;
    --home-bg-soft: #0b2232;
    --home-panel: rgba(9, 32, 47, .94);
    --home-panel-strong: #0c2a3d;
    --home-border: rgba(58, 181, 255, .42);
    --home-border-soft: rgba(145, 198, 226, .2);
    --home-blue: #0d9bff;
    --home-blue-soft: #56c4ff;
    --home-text: #f6fbff;
    --home-muted: #b5c9d7;
    --home-shadow: 0 24px 64px rgba(0, 0, 0, .28);
    color: var(--home-text);
    background:
        radial-gradient(circle at 82% 5%, rgba(15, 132, 203, .14), transparent 27rem),
        linear-gradient(180deg, #061722 0%, #082030 48%, #071824 100%);
    overflow: hidden;
}

.fy-home-v2 *,
.fy-home-v2 *::before,
.fy-home-v2 *::after { box-sizing: border-box; }

.fy-home-v2 a { color: inherit; text-decoration: none; }

.fy-home-v2 img { display: block; max-width: 100%; }

.fy-home-shell { width: min(1460px, calc(100% - 48px)); margin: 0 auto; }

.fy-home-hero {
    position: relative;
    min-height: 680px;
    display: grid;
    align-items: center;
    isolation: isolate;
    background-image: var(--fy-hero-image);
    background-size: cover;
    background-position: center 44%;
}

.fy-home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(2, 11, 17, .82) 0%, rgba(2, 11, 17, .64) 35%, rgba(2, 11, 17, .12) 66%, rgba(2, 11, 17, .42) 100%),
        linear-gradient(0deg, rgba(2, 14, 22, .55) 0%, transparent 42%);
}

.fy-home-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 64px; align-items: center; padding: 88px 0 78px; }

.fy-home-hero-copy { max-width: 720px; }

.fy-home-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 7px 16px;
    border: 1px solid rgba(22, 166, 255, .88);
    border-radius: 999px;
    color: #d9f2ff;
    background: rgba(4, 34, 53, .72);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
}

.fy-home-pill span { color: var(--home-blue-soft); }

.fy-home-hero h1,
.fy-home-v2 h2,
.fy-home-v2 h3 { margin: 0; color: var(--home-text); letter-spacing: -.035em; }

.fy-home-hero h1 { margin-top: 26px; max-width: 690px; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; }

.fy-home-hero-copy > p { max-width: 650px; margin: 24px 0 0; color: #d6e2e9; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.45; }

.fy-home-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.fy-home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 13px 23px;
    border: 1px solid rgba(39, 174, 255, .75);
    border-radius: 7px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.fy-home-button:hover { transform: translateY(-2px); }

.fy-home-button-primary { border-color: var(--home-blue); background: var(--home-blue); color: #fff !important; box-shadow: 0 12px 28px rgba(0, 137, 232, .24); }

.fy-home-button-primary:hover { background: #1aa7ff; }

.fy-home-button-secondary { background: rgba(4, 20, 30, .74); color: #eef8ff !important; }

.fy-home-button-secondary:hover { border-color: #8ed8ff; background: rgba(11, 46, 66, .92); }

.fy-home-plan-card {
    padding: 22px;
    border: 1px solid rgba(89, 194, 255, .75);
    border-radius: 15px;
    background: linear-gradient(155deg, rgba(13, 42, 61, .96), rgba(5, 24, 37, .96));
    box-shadow: var(--home-shadow);
    backdrop-filter: blur(8px);
}

.fy-home-plan-card-title { display: flex; align-items: center; gap: 12px; font-size: 18px; }

.fy-home-icon-box {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(49, 177, 251, .42);
    border-radius: 9px;
    color: var(--home-blue-soft);
    background: rgba(7, 61, 91, .52);
    font-size: 23px;
}

.fy-home-plan-card > img { width: 100%; height: 176px; margin: 20px 0 10px; object-fit: contain; border: 1px solid var(--home-border-soft); border-radius: 9px; background: linear-gradient(145deg, #e8edf0, #bfcbd2); }

.fy-home-plan-card ol { list-style: none; margin: 0; padding: 0; }

.fy-home-plan-card li { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid rgba(159, 203, 228, .23); }

.fy-home-plan-card li span:nth-child(2) { display: grid; gap: 2px; }

.fy-home-plan-card li small { color: var(--home-muted); font-size: 12px; }

.fy-home-step-number { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--home-border); border-radius: 8px; color: var(--home-blue-soft); }

.fy-home-trust { border-block: 1px solid var(--home-border-soft); background: rgba(5, 26, 39, .97); }

.fy-home-trust .fy-home-shell { display: grid; grid-template-columns: repeat(4, 1fr); }

.fy-home-trust a { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--home-border-soft); color: #e7f5fe; font-weight: 700; }

.fy-home-trust a:first-child { border-left: 1px solid var(--home-border-soft); }

.fy-home-trust a span { color: var(--home-blue-soft); font-size: 24px; }

.fy-home-section { padding: 72px 0; border-bottom: 1px solid rgba(117, 185, 220, .14); }

.fy-home-ai-section { position: relative; background: radial-gradient(circle at 62% 20%, rgba(13, 127, 194, .17), transparent 34rem); }

.fy-home-ai-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; margin-bottom: 24px; }

.fy-home-ai-heading h2,
.fy-home-section-heading h2,
.fy-home-community-guides h2 { margin-top: 13px; font-size: clamp(33px, 3.2vw, 52px); line-height: 1.04; }

.fy-home-ai-heading p,
.fy-home-section-heading p,
.fy-home-community-guides > section > p { margin: 9px 0 0; color: var(--home-muted); font-size: 17px; line-height: 1.5; }

.fy-home-ai-heading ul { display: flex; gap: 24px; list-style: none; margin: 0 0 7px; padding: 0; }

.fy-home-ai-heading li { max-width: 155px; display: flex; align-items: center; gap: 9px; color: #d8eaf4; font-size: 13px; line-height: 1.35; }

.fy-home-ai-heading li span { width: 39px; height: 39px; flex: 0 0 39px; display: grid; place-items: center; border: 1px solid var(--home-border); border-radius: 50%; color: var(--home-blue-soft); }

.fy-home-planner { display: grid; grid-template-columns: 190px minmax(0, 1fr) 330px; min-height: 560px; overflow: hidden; border: 1px solid rgba(40, 168, 241, .58); border-radius: 14px; background: rgba(6, 28, 43, .92); box-shadow: var(--home-shadow); }

body.fy-home-3d-open { overflow: hidden; }

.fy-home-open-3d { width: 100%; cursor: pointer; }

.fy-home-3d-close { display: none; margin-left: auto; font-size: 24px; line-height: 1; }

.fy-home-planner.is-3d-open::before { content: ''; position: fixed; inset: 0; z-index: 9998; background: rgba(1, 10, 16, .88); backdrop-filter: blur(5px); }

.fy-home-planner.is-3d-open .fy-home-planner-stage { position: fixed; inset: 32px; z-index: 9999; grid-template-rows: auto minmax(0, 1fr) 150px; overflow: hidden; border: 1px solid rgba(64, 188, 255, .78); border-radius: 14px; box-shadow: 0 30px 100px rgba(0, 0, 0, .58); }

.fy-home-planner.is-3d-open .fy-home-3d-close { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; padding-inline: 12px; }

.fy-home-planner.is-3d-open .fy-home-model-stage img { width: min(94%, 1120px); height: min(64vh, 620px); }

.fy-home-planner-steps { position: relative; list-style: none; margin: 0; padding: 24px 12px; background: linear-gradient(180deg, rgba(11, 48, 70, .95), rgba(6, 29, 44, .98)); }

.fy-home-planner-steps::before { content: ''; position: absolute; top: 62px; bottom: 74px; left: 38px; width: 1px; background: rgba(56, 173, 238, .36); }

.fy-home-planner-steps li { position: relative; margin-bottom: 7px; }

.fy-home-planner-steps button { width: 100%; display: grid; grid-template-columns: 42px 1fr; gap: 0 10px; padding: 11px 9px; border: 0; border-radius: 9px; color: #e9f5fb; background: transparent; text-align: left; cursor: pointer; }

.fy-home-planner-steps button > span { grid-row: span 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--home-border); border-radius: 50%; background: #09263a; font-weight: 800; }

.fy-home-planner-steps button strong { align-self: end; font-size: 14px; }

.fy-home-planner-steps button small { color: var(--home-muted); font-size: 11px; line-height: 1.3; }

.fy-home-planner-steps li.is-active button { background: var(--home-blue); box-shadow: 0 10px 24px rgba(0, 145, 239, .26); }

.fy-home-planner-steps li.is-active button small { color: #e7f6ff; }

.fy-home-planner-stage { display: grid; grid-template-rows: auto minmax(0, 1fr) 138px; min-width: 0; background: #dce5ea; }

.fy-home-view-toolbar { display: flex; gap: 8px; padding: 10px 14px; background: linear-gradient(180deg, #eff4f7, #dfe7eb); border-bottom: 1px solid #c1d0d8; }

.fy-home-view-toolbar button { min-height: 38px; padding: 7px 13px; border: 1px solid #bbcbd4; border-radius: 8px; color: #112331; background: #f8fbfc; font-weight: 700; cursor: pointer; }

.fy-home-view-toolbar button.is-active { border-color: #079af7; color: white; background: #079af7; }

.fy-home-model-stage { position: relative; display: grid; place-items: center; min-height: 270px; overflow: hidden; background: radial-gradient(circle at 50% 48%, #f7fafb 0%, #e6eef2 47%, #cdd9df 100%); }

.fy-home-model-stage::before { content: ''; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(86, 117, 136, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(86, 117, 136, .22) 1px, transparent 1px); background-size: 26px 26px; transform: perspective(400px) rotateX(58deg) scale(1.4); transform-origin: center bottom; }

.fy-home-model-stage img { position: relative; z-index: 1; width: min(94%, 820px); height: 320px; object-fit: contain; transition: transform .35s ease; filter: drop-shadow(0 20px 14px rgba(17, 43, 58, .25)); }

.fy-home-model-stage[data-active-view="top"] img { transform: rotateX(42deg) scale(.9); }

.fy-home-model-stage[data-active-view="side"] img { transform: perspective(900px) rotateY(16deg) scale(.94); }

.fy-home-model-badge { position: absolute; z-index: 2; top: 12px; right: 12px; min-width: 52px; padding: 6px 10px; border-radius: 999px; color: white; background: #0b3249; font-weight: 800; text-align: center; }

.fy-home-component-tray { display: grid; grid-template-columns: 150px repeat(5, minmax(100px, 1fr)); gap: 8px; padding: 10px; overflow-x: auto; background: linear-gradient(180deg, #123e59, #0d334a); }

.fy-home-component-intro { display: flex; flex-direction: column; justify-content: center; padding: 9px; }

.fy-home-component-intro small { margin-top: 6px; color: var(--home-muted); font-size: 11px; }

.fy-home-component { position: relative; min-width: 100px; overflow: hidden; padding: 0 0 7px; border: 2px solid transparent; border-radius: 9px; color: #10222e; background: #f2f6f8; text-align: left; cursor: pointer; }

.fy-home-component img { width: 100%; height: 84px; object-fit: contain; background: white; }

.fy-home-component span { display: block; overflow: hidden; padding: 5px 8px 0; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }

.fy-home-component b { position: absolute; right: 6px; top: 55px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b3650; font-size: 17px; }

.fy-home-component.is-selected { border-color: #0ba2ff; box-shadow: 0 0 0 2px rgba(16, 164, 255, .2); }

.fy-home-component.is-selected b { background: var(--home-blue); transform: rotate(45deg); }

.fy-home-build-summary { padding: 23px 22px; border-left: 1px solid var(--home-border-soft); background: linear-gradient(180deg, #0b2c41, #071e2d); }

.fy-home-build-summary header { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid var(--home-border-soft); }

.fy-home-build-summary header > span { color: var(--home-blue-soft); font-size: 30px; }

.fy-home-build-summary header div { display: grid; gap: 3px; }

.fy-home-build-summary header strong { font-size: 22px; }

.fy-home-build-summary header small { color: var(--home-muted); }

.fy-home-build-summary dl { margin: 0; }

.fy-home-build-summary dl > div { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9px; padding: 12px 0; border-bottom: 1px solid var(--home-border-soft); }

.fy-home-build-summary dt { color: #e5f2f9; font-weight: 700; }

.fy-home-build-summary dd { margin: 0; color: #d0e0e9; font-size: 13px; line-height: 1.35; }

.fy-home-build-summary .fy-home-button { width: 100%; margin-top: 14px; min-height: 45px; padding: 10px 13px; font-size: 13px; }

.fy-home-summary-note { display: block; margin-top: 13px; color: #91b0c2; text-align: center; }

.fy-home-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }

.fy-home-benefits > a { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--home-border); border-radius: 10px; background: rgba(8, 34, 51, .75); }

.fy-home-benefits span:nth-child(2) { display: grid; gap: 5px; }

.fy-home-benefits small { color: var(--home-muted); font-size: 12px; line-height: 1.4; }

.fy-home-benefits b { color: var(--home-blue-soft); font-size: 20px; }

.fy-home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }

.fy-home-section-heading h2 { margin-top: 0; font-size: clamp(31px, 2.7vw, 44px); }

.fy-home-shop-heading { align-items: center; }

.fy-home-filter-links { display: flex; gap: 10px; flex-wrap: wrap; }

.fy-home-filter-links a { min-width: 150px; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 14px; border: 1px solid var(--home-border); border-radius: 9px; background: rgba(6, 30, 45, .72); font-weight: 700; font-size: 13px; }

.fy-home-shop-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(420px, .95fr); gap: 22px; }

.fy-home-shop-visual { position: relative; min-height: 410px; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--home-border); border-radius: 11px; background: radial-gradient(circle at 50% 40%, #f8fafb, #cbd6dc); }

.fy-home-shop-base { width: 82%; height: 330px; object-fit: contain; filter: drop-shadow(0 19px 19px rgba(9, 27, 39, .22)); }

.fy-home-shop-part { position: absolute; width: 190px; height: 135px; object-fit: contain; border: 1px solid rgba(13, 68, 98, .18); border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 18px 30px rgba(7, 25, 36, .18); }

.fy-home-shop-part-a { left: 24px; bottom: 48px; transform: rotate(-3deg); }

.fy-home-shop-part-b { right: 22px; top: 22px; width: 140px; transform: rotate(3deg); }

.fy-home-shop-visual > span { position: absolute; left: 24px; top: 22px; padding: 9px 13px; border-radius: 7px; color: #fff; background: #0b3148; font-weight: 800; }

.fy-home-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

.fy-home-category-grid > a:not(.fy-home-marketplace-button) { position: relative; min-height: 164px; display: flex; flex-direction: column; align-items: flex-start; padding: 17px; border: 1px solid var(--home-border); border-radius: 10px; background: linear-gradient(145deg, rgba(12, 44, 63, .95), rgba(7, 28, 42, .96)); }

.fy-home-category-grid > a > strong { margin-top: 11px; }

.fy-home-category-grid > a > small { margin-top: 5px; color: var(--home-muted); line-height: 1.45; }

.fy-home-category-grid > a > b { position: absolute; top: 20px; right: 18px; color: var(--home-blue-soft); }

.fy-home-marketplace-button { grid-column: 1 / -1; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 20px; border-radius: 8px; background: var(--home-blue); font-weight: 800; }

.fy-home-converter-section { padding-top: 56px; background: rgba(3, 18, 28, .34); }

.fy-home-converter-heading { display: grid; grid-template-columns: 1fr auto auto; align-items: end; }

.fy-home-converter-heading form { display: flex; gap: 8px; }

.fy-home-converter-heading select { min-width: 210px; height: 44px; padding: 0 38px 0 13px; border: 1px solid var(--home-border); border-radius: 8px; color: #eaf6fc; background: #092538; }

.fy-home-converter-heading button { height: 44px; padding: 0 19px; border: 1px solid var(--home-blue); border-radius: 8px; color: white; background: var(--home-blue); font-weight: 800; cursor: pointer; }

.fy-home-text-link { color: var(--home-blue-soft) !important; font-weight: 800; white-space: nowrap; }

.fy-home-converter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.fy-home-converter-card { overflow: hidden; border: 1px solid var(--home-border); border-radius: 11px; background: linear-gradient(180deg, #0b2c40, #08202f); }

.fy-home-converter-image { position: relative; height: 210px; display: block; background-image: linear-gradient(0deg, rgba(3,18,28,.18), rgba(3,18,28,.04)), url('../img/hero-workshop.webp'); background-size: 205% auto; background-repeat: no-repeat; }

.fy-home-image-position-1 { background-position: 10% 48%; }
.fy-home-image-position-2 { background-position: 48% 54%; }
.fy-home-image-position-3 { background-position: 88% 48%; }
.fy-home-image-position-4 { background-position: 20% 70%; }
.fy-home-image-position-5 { background-position: 65% 64%; }
.fy-home-image-position-6 { background-position: 98% 67%; }

.fy-home-converter-image > span { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--home-blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }

.fy-home-converter-copy { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 16px 11px; }

.fy-home-converter-copy h3 { font-size: 19px; }

.fy-home-converter-copy p { margin: 4px 0 0; color: var(--home-muted); font-size: 13px; }

.fy-home-converter-copy > a { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--home-border); border-radius: 7px; color: var(--home-blue-soft); font-size: 12px; font-weight: 800; }

.fy-home-converter-card ul { display: flex; gap: 7px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0 16px 15px; }

.fy-home-converter-card li { padding: 5px 9px; border: 1px solid var(--home-border-soft); border-radius: 999px; color: #c9dce7; font-size: 11px; }

.fy-home-content-section { padding-bottom: 0; }

.fy-home-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }

.fy-home-project-card { position: relative; min-height: 305px; overflow: hidden; border: 1px solid var(--home-border); border-radius: 10px; background: #0b283a; }

.fy-home-project-card > img { width: 100%; height: 100%; min-height: 305px; object-fit: cover; transition: transform .35s ease; }

.fy-home-project-card:hover > img { transform: scale(1.025); }

.fy-home-project-card-secondary > img { object-position: center 48%; }
.fy-home-project-card-tertiary > img { object-position: center 64%; }

.fy-home-project-overlay { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 42px 17px 16px; background: linear-gradient(0deg, rgba(2, 15, 23, .98), rgba(2, 15, 23, .78) 62%, transparent); }

.fy-home-project-overlay strong { font-size: 19px; }

.fy-home-project-overlay small { max-width: 82%; color: #c2d6e2; line-height: 1.4; }

.fy-home-project-overlay b { position: absolute; right: 16px; bottom: 16px; padding: 8px 10px; border-radius: 6px; color: white; background: var(--home-blue); font-size: 11px; }

.fy-home-community-guides { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 42px; padding-bottom: 66px; }

.fy-home-community-guides > section + section { padding-left: 38px; border-left: 1px solid var(--home-border-soft); }

.fy-home-community-guides h2 { font-size: clamp(28px, 2.4vw, 39px); }

.fy-home-topics { margin-top: 15px; border: 1px solid var(--home-border); border-radius: 9px; background: rgba(7, 29, 43, .66); }

.fy-home-topics a { display: grid; grid-template-columns: 30px 1fr auto auto; gap: 11px; align-items: center; min-height: 55px; padding: 9px 13px; border-bottom: 1px solid var(--home-border-soft); }

.fy-home-topics a:last-child { border-bottom: 0; }

.fy-home-topics a > span,
.fy-home-topics a > b { color: var(--home-blue-soft); }

.fy-home-topics small { color: var(--home-muted); font-size: 11px; }

.fy-home-community-guides .fy-home-button { min-height: 44px; margin-top: 14px; padding-block: 10px; }

.fy-home-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }

.fy-home-guide-grid > a { min-width: 0; overflow: hidden; border: 1px solid var(--home-border); border-radius: 9px; background: rgba(7, 29, 43, .76); }

.fy-home-guide-grid img { width: 100%; height: 142px; object-fit: cover; }

.fy-home-guide-grid a > span { min-height: 138px; display: grid; align-content: start; gap: 6px; padding: 12px; }

.fy-home-guide-grid strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.fy-home-guide-grid small { display: -webkit-box; overflow: hidden; color: var(--home-muted); line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.fy-home-guide-grid b { align-self: end; margin-top: 5px; color: var(--home-blue-soft); font-size: 12px; }

.fy-home-pro-cta { position: relative; isolation: isolate; border-block: 1px solid var(--home-border-soft); background-image: var(--fy-cta-image); background-size: cover; background-position: center; }

.fy-home-pro-cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4, 24, 37, .97), rgba(5, 49, 72, .84), rgba(4, 24, 37, .94)); }

.fy-home-pro-cta .fy-home-shell { min-height: 150px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-block: 26px; }

.fy-home-pro-cta h2 { font-size: clamp(27px, 2.5vw, 39px); }

.fy-home-pro-cta p { margin: 8px 0 0; color: #c6dae5; }

.fy-home-pro-cta .fy-home-actions { margin-top: 0; justify-content: flex-end; }

.fy-home-seller-link { color: var(--home-blue-soft) !important; font-weight: 800; }

@media (max-width: 1180px) {
    .fy-home-hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 36px; }
    .fy-home-planner { grid-template-columns: 150px minmax(0, 1fr) 285px; }
    .fy-home-planner-steps button { grid-template-columns: 36px 1fr; padding-inline: 6px; }
    .fy-home-planner-steps button > span { width: 34px; height: 34px; }
    .fy-home-component-tray { grid-template-columns: repeat(5, 115px); }
    .fy-home-component-intro { display: none; }
    .fy-home-shop-grid { grid-template-columns: 1.1fr 1fr; }
    .fy-home-converter-heading { grid-template-columns: 1fr auto; }
    .fy-home-converter-heading .fy-home-text-link { grid-column: 2; }
}

@media (max-width: 900px) {
    .fy-home-shell { width: min(100% - 30px, 760px); }
    .fy-home-hero { min-height: 0; }
    .fy-home-hero-grid { grid-template-columns: 1fr; padding: 68px 0 48px; }
    .fy-home-hero-copy { max-width: 680px; }
    .fy-home-plan-card { width: min(100%, 560px); }
    .fy-home-trust .fy-home-shell { grid-template-columns: repeat(2, 1fr); }
    .fy-home-trust a { min-height: 62px; justify-content: flex-start; padding-inline: 18px; border-bottom: 1px solid var(--home-border-soft); }
    .fy-home-ai-heading { grid-template-columns: 1fr; }
    .fy-home-ai-heading ul { flex-wrap: wrap; }
    .fy-home-planner { grid-template-columns: 1fr; }
    .fy-home-planner-steps { display: grid; grid-template-columns: repeat(5, minmax(110px, 1fr)); overflow-x: auto; padding: 10px; }
    .fy-home-planner-steps::before { display: none; }
    .fy-home-planner-steps li { margin: 0; }
    .fy-home-build-summary { border-left: 0; border-top: 1px solid var(--home-border-soft); }
    .fy-home-benefits { grid-template-columns: 1fr; }
    .fy-home-shop-heading { align-items: flex-start; }
    .fy-home-filter-links { justify-content: flex-end; }
    .fy-home-filter-links a { min-width: 130px; }
    .fy-home-shop-grid { grid-template-columns: 1fr; }
    .fy-home-shop-visual { min-height: 360px; }
    .fy-home-converter-grid { grid-template-columns: 1fr 1fr; }
    .fy-home-project-grid { grid-template-columns: 1fr 1fr; }
    .fy-home-project-card:first-child { grid-column: 1 / -1; }
    .fy-home-community-guides { grid-template-columns: 1fr; }
    .fy-home-community-guides > section + section { padding-left: 0; padding-top: 32px; border-left: 0; border-top: 1px solid var(--home-border-soft); }
    .fy-home-pro-cta .fy-home-shell { grid-template-columns: 1fr; gap: 10px; }
    .fy-home-pro-cta .fy-home-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
    .fy-home-shell { width: min(100% - 24px, 560px); }
    .fy-home-hero-grid { padding-top: 48px; gap: 28px; }
    .fy-home-hero h1 { font-size: clamp(40px, 12vw, 58px); }
    .fy-home-hero-copy > p { font-size: 17px; }
    .fy-home-actions,
    .fy-home-actions .fy-home-button { width: 100%; }
    .fy-home-plan-card { padding: 16px; }
    .fy-home-plan-card > img { height: 148px; }
    .fy-home-trust .fy-home-shell { grid-template-columns: 1fr; }
    .fy-home-trust a { border-left: 0 !important; border-right: 0; }
    .fy-home-section { padding: 50px 0; }
    .fy-home-ai-heading ul { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .fy-home-ai-heading li { max-width: none; }
    .fy-home-view-toolbar { overflow-x: auto; }
    .fy-home-view-toolbar button { flex: 0 0 auto; }
    .fy-home-planner.is-3d-open .fy-home-planner-stage { inset: 10px; grid-template-rows: auto minmax(0, 1fr) 118px; }
    .fy-home-model-stage img { height: 230px; width: 98%; }
    .fy-home-component-tray { grid-template-columns: repeat(5, 104px); }
    .fy-home-section-heading,
    .fy-home-shop-heading { align-items: flex-start; flex-direction: column; }
    .fy-home-filter-links { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
    .fy-home-filter-links a { min-width: 0; }
    .fy-home-shop-visual { min-height: 310px; }
    .fy-home-shop-base { width: 96%; height: 260px; }
    .fy-home-shop-part { width: 120px; height: 95px; }
    .fy-home-shop-part-b { width: 90px; }
    .fy-home-category-grid { grid-template-columns: 1fr; }
    .fy-home-category-grid > a:not(.fy-home-marketplace-button) { min-height: 135px; }
    .fy-home-marketplace-button { grid-column: 1; }
    .fy-home-converter-heading { display: flex; align-items: flex-start; flex-direction: column; }
    .fy-home-converter-heading form { width: 100%; }
    .fy-home-converter-heading select { min-width: 0; flex: 1; }
    .fy-home-converter-grid,
    .fy-home-project-grid { grid-template-columns: 1fr; }
    .fy-home-project-card:first-child { grid-column: auto; }
    .fy-home-project-card,
    .fy-home-project-card > img { min-height: 270px; }
    .fy-home-topics a { grid-template-columns: 26px 1fr auto; }
    .fy-home-topics small { display: none; }
    .fy-home-guide-grid { grid-template-columns: 1fr; }
    .fy-home-guide-grid img { height: 180px; }
    .fy-home-guide-grid a > span { min-height: 116px; }
}

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