.competition-product-body {
    --competition-orange: #ff7417;
    --competition-orange-deep: #e9520d;
    --competition-orange-soft: #fff3e9;
    --competition-ink: #172237;
    --competition-muted: #657086;
    background: #fff;
}

.competition-product-page { overflow: hidden; }

.competition-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background:
        radial-gradient(circle at 81% 40%, rgba(255, 116, 23, .18), transparent 24%),
        radial-gradient(circle at 8% 4%, rgba(255, 213, 183, .52), transparent 23%),
        linear-gradient(145deg, #fffaf6 0%, #fff 48%, #fff7f0 100%);
}

.competition-hero::before,
.competition-hero::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.competition-hero::before { width: 340px; height: 340px; top: -240px; right: 12%; border: 1px solid rgba(255, 116, 23, .16); }
.competition-hero::after { width: 180px; height: 180px; left: -90px; bottom: -90px; background: rgba(255, 116, 23, .04); }

.competition-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 690px;
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
    align-items: center;
    gap: 50px;
    padding-top: 54px;
    padding-bottom: 58px;
}

.competition-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--competition-orange-deep);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
}

.competition-kicker span { width: 28px; height: 3px; border-radius: 9px; background: var(--competition-orange); }
.competition-hero-copy h1 { margin: 20px 0 22px; color: var(--competition-ink); font-size: clamp(46px, 5vw, 68px); line-height: 1.15; letter-spacing: -.04em; }
.competition-hero-copy h1 em { color: var(--competition-orange); font-style: normal; }
.competition-hero-desc { max-width: 620px; margin: 0; color: var(--competition-muted); font-size: 18px; line-height: 1.9; }

.competition-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.competition-hero-tags span { padding: 7px 13px; border: 1px solid #ffd8bd; border-radius: 999px; color: #b54e16; font-size: 13px; background: rgba(255, 255, 255, .7); }
.competition-hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.competition-primary-action,
.competition-secondary-action { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 14px; font-size: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.competition-primary-action { color: #fff; background: linear-gradient(135deg, #ff852b, #f15a10); box-shadow: 0 14px 30px rgba(238, 91, 16, .25); }
.competition-secondary-action { border: 1px solid #eadfd7; color: #465168; background: rgba(255, 255, 255, .72); }
.competition-secondary-action b { margin-left: 8px; color: var(--competition-orange); }
.competition-primary-action:hover,
.competition-secondary-action:hover { transform: translateY(-2px); }
.competition-trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 27px; color: #7a8495; font-size: 13px; }
.competition-trust-row i { display: inline-flex; width: 19px; height: 19px; align-items: center; justify-content: center; margin-right: 5px; border-radius: 50%; color: #fff; font-size: 11px; font-style: normal; background: #27ad70; }

.competition-hero-visual { position: relative; min-height: 570px; }
.competition-orbit { position: absolute; border: 1px dashed rgba(255, 116, 23, .25); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; top: 34px; left: 12px; animation: competition-spin 30s linear infinite; }
.orbit-two { width: 410px; height: 410px; top: 80px; left: 58px; border-style: solid; opacity: .45; }
@keyframes competition-spin { to { transform: rotate(360deg); } }

.competition-phone {
    position: absolute;
    z-index: 2;
    width: 300px;
    height: 584px;
    top: -6px;
    left: 112px;
    padding: 11px;
    border: 4px solid #252525;
    border-radius: 43px;
    background: #151515;
    box-shadow: 0 35px 70px rgba(78, 47, 25, .25), inset 0 0 0 1px #575757;
    transform: rotate(2.2deg);
}
.competition-phone-speaker { position: absolute; z-index: 4; width: 95px; height: 24px; top: 9px; left: 50%; border-radius: 0 0 15px 15px; background: #151515; transform: translateX(-50%); }
.competition-phone-screen { height: 100%; overflow: hidden; padding: 36px 11px 14px; border-radius: 30px; background: #f5f6f8; }
.phone-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4px 10px; color: #1f2734; font-size: 9px; }
.phone-topbar strong { font-size: 12px; }
.phone-topbar span:last-child { justify-self: end; padding: 2px 7px; border: 1px solid #ddd; border-radius: 12px; font-size: 10px; letter-spacing: 1px; background: #fff; }
.phone-venue { display: flex; align-items: center; gap: 9px; padding: 10px; border-radius: 10px; background: #fff; }
.phone-venue-icon { display: flex; width: 31px; height: 31px; align-items: center; justify-content: center; border-radius: 9px; color: #fff; font-size: 12px; font-weight: 700; background: linear-gradient(135deg, #ff8a31, #f26012); }
.phone-venue div:nth-child(2) { min-width: 0; flex: 1; }
.phone-venue strong,
.phone-venue span { display: block; }
.phone-venue strong { color: #2c3442; font-size: 11px; }
.phone-venue span { margin-top: 2px; color: #9aa1ab; font-size: 8px; }
.phone-venue b { color: #afb5bd; font-size: 20px; }
.phone-section-title { margin: 13px 2px 7px; color: #343b47; font-size: 11px; font-weight: 700; }
.phone-create-types { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.phone-create-types > div { display: flex; align-items: center; gap: 6px; padding: 8px 7px; border: 1px solid #e4e6e9; border-radius: 9px; background: #fff; }
.phone-create-types > div.active { border-color: #ff862c; background: #fffaf5; box-shadow: 0 4px 12px rgba(255, 116, 23, .08); }
.phone-create-types i { display: flex; width: 25px; height: 25px; flex: none; align-items: center; justify-content: center; border-radius: 7px; color: #fff; font-size: 10px; font-style: normal; font-weight: 700; background: #3980f4; }
.phone-create-types > div:last-child i { background: #8050e8; }
.phone-create-types strong,
.phone-create-types small { display: block; }
.phone-create-types strong { color: #333b48; font-size: 10px; }
.phone-create-types small { margin-top: 1px; color: #9aa1ab; font-size: 7px; }
.phone-format-card { margin-top: 8px; padding: 9px; border-radius: 11px; background: #fff; box-shadow: 0 3px 13px rgba(34, 47, 62, .04); }
.phone-format-head { display: flex; align-items: center; gap: 7px; }
.phone-format-head i { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 8px; color: #fff; font-size: 11px; font-style: normal; font-weight: 700; background: #ff6f00; }
.phone-format-card.blue .phone-format-head i { background: #347cf1; }
.phone-format-head strong { flex: 1; color: #333b48; font-size: 11px; }
.phone-format-head span { width: 15px; height: 15px; border: 1px solid #d6dbe1; border-radius: 50%; }
.phone-format-card.orange .phone-format-head span { border: 4px solid #ff8b32; }
.phone-format-card p { margin: 5px 0; color: #959da8; font-size: 8px; }
.phone-format-points { display: flex; gap: 4px; padding: 5px; border-radius: 6px; background: #f7f8f9; }
.phone-format-points span { color: #727c89; font-size: 7px; }
.phone-format-points span + span::before { margin-right: 4px; color: #c1c6cc; content: "·"; }
.phone-next-button { display: flex; height: 35px; align-items: center; justify-content: center; margin-top: 12px; border-radius: 18px; color: #fff; font-size: 11px; background: linear-gradient(90deg, #ff8a38, #ff6b15); }

.competition-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 15px; background: rgba(255, 255, 255, .9); box-shadow: 0 16px 35px rgba(54, 40, 28, .14); backdrop-filter: blur(12px); }
.competition-float-card i { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 12px; color: #fff; font-size: 14px; font-style: normal; font-weight: 800; background: linear-gradient(135deg, #ff8b38, #ef5d12); }
.competition-float-card strong,
.competition-float-card span { display: block; white-space: nowrap; }
.competition-float-card strong { color: #283143; font-size: 13px; }
.competition-float-card span { margin-top: 2px; color: #9098a5; font-size: 10px; }
.float-schedule { top: 84px; left: -12px; }
.float-score { right: -8px; bottom: 88px; }
.float-score i { width: 46px; color: #5860d7; background: #ececff; }

.competition-flow-section,
.competition-role-section { padding: 94px 0; background: #fff; }
.competition-section-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.competition-section-heading > span { color: var(--competition-orange-deep); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.competition-section-heading h2 { margin: 10px 0 12px; color: var(--competition-ink); font-size: clamp(30px, 4vw, 43px); line-height: 1.3; letter-spacing: -.025em; }
.competition-section-heading p { margin: 0; color: var(--competition-muted); font-size: 16px; line-height: 1.85; }
.competition-section-heading.align-left { margin: 0 0 32px; text-align: left; }

.competition-flow-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.competition-flow-grid article { position: relative; min-height: 225px; padding: 26px 19px 21px; overflow: hidden; border: 1px solid #edf0f4; border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(37, 46, 67, .05); transition: transform .2s ease, box-shadow .2s ease; }
.competition-flow-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 38px rgba(37, 46, 67, .1); }
.competition-flow-grid article > b { position: absolute; top: 6px; right: 12px; color: #f1f3f6; font-size: 42px; line-height: 1; }
.flow-icon { position: relative; display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 14px; color: #fff; font-size: 17px; font-weight: 800; }
.flow-icon.orange { background: linear-gradient(135deg, #ff8a2b, #ef5a0e); }
.flow-icon.green { background: linear-gradient(135deg, #28c47b, #10995a); }
.flow-icon.blue { background: linear-gradient(135deg, #4c91ff, #266be0); }
.flow-icon.purple { background: linear-gradient(135deg, #9567f4, #6842cb); }
.flow-icon.red { background: linear-gradient(135deg, #fa6573, #da354b); }
.flow-icon.gold { background: linear-gradient(135deg, #ffc64a, #e89a0b); }
.competition-flow-grid h3 { margin: 20px 0 8px; color: #283143; font-size: 17px; }
.competition-flow-grid p { margin: 0; color: #788294; font-size: 13px; line-height: 1.75; }

.competition-feature-section { padding: 100px 0; background: linear-gradient(145deg, #f8fafc, #fff7ef); }
.competition-feature-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); align-items: center; gap: 70px; }
.competition-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.competition-feature-list article { display: flex; gap: 13px; padding: 18px; border: 1px solid rgba(231, 234, 239, .9); border-radius: 17px; background: rgba(255, 255, 255, .82); }
.competition-feature-list i { display: flex; width: 38px; height: 38px; flex: none; align-items: center; justify-content: center; border-radius: 11px; color: var(--competition-orange-deep); font-style: normal; font-weight: 800; background: var(--competition-orange-soft); }
.competition-feature-list h3 { margin: 0 0 4px; color: #30394a; font-size: 15px; }
.competition-feature-list p { margin: 0; color: #818a99; font-size: 12px; line-height: 1.65; }

.competition-dashboard-preview { padding: 28px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 28px; background: rgba(255, 255, 255, .94); box-shadow: 0 28px 70px rgba(78, 54, 37, .14); }
.dashboard-title { display: flex; align-items: center; justify-content: space-between; }
.dashboard-title span,
.dashboard-title strong { display: block; }
.dashboard-title span { color: #99a1ad; font-size: 12px; }
.dashboard-title strong { margin-top: 3px; color: #263045; font-size: 22px; }
.dashboard-title em { padding: 5px 11px; border-radius: 999px; color: #12995b; font-size: 12px; font-style: normal; background: #eaf8f1; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.dashboard-stats div { padding: 17px; border-radius: 16px; background: #f7f9fc; }
.dashboard-stats span,
.dashboard-stats strong,
.dashboard-stats small { display: block; }
.dashboard-stats span { color: #7d8796; font-size: 12px; }
.dashboard-stats strong { margin: 5px 0 2px; color: #263045; font-size: 26px; }
.dashboard-stats small { color: #a1a8b2; font-size: 10px; }
.dashboard-progress { margin: 20px 0; }
.dashboard-progress > div { display: flex; justify-content: space-between; color: #606b7d; font-size: 12px; }
.dashboard-progress > div strong { color: var(--competition-orange); }
.dashboard-progress > i { display: block; height: 8px; margin-top: 8px; overflow: hidden; border-radius: 8px; background: #edf0f4; }
.dashboard-progress > i b { display: block; width: 75%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff983f, #f26113); }
.dashboard-matches { border: 1px solid #edf0f4; border-radius: 17px; overflow: hidden; }
.dashboard-match-head { display: flex; justify-content: space-between; padding: 13px 15px; background: #f7f9fc; }
.dashboard-match-head strong { color: #374154; font-size: 13px; }
.dashboard-match-head span { color: var(--competition-orange-deep); font-size: 11px; }
.dashboard-matches article { display: grid; grid-template-columns: 55px 1fr 46px 1fr 52px; align-items: center; gap: 8px; padding: 13px 15px; border-top: 1px solid #edf0f4; color: #475165; font-size: 12px; }
.dashboard-matches article em { color: #9199a5; font-size: 10px; font-style: normal; }
.dashboard-matches article b { color: #ef5f13; text-align: center; }
.dashboard-matches article i { padding: 3px 5px; border-radius: 6px; color: #169b5f; font-size: 9px; font-style: normal; text-align: center; background: #eaf8f1; }
.dashboard-matches article i.waiting { color: #77818f; background: #f0f2f5; }
.dashboard-matches article i.playing { color: #e45f17; background: #fff2e8; }

.competition-role-section { background: #fff; }
.competition-role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.competition-role-grid article { position: relative; padding: 32px; overflow: hidden; border: 1px solid #edf0f4; border-radius: 22px; background: linear-gradient(160deg, #fff, #fafbfc); }
.role-number { position: absolute; top: -13px; right: 8px; color: #f2f4f7; font-size: 78px; font-weight: 800; line-height: 1; }
.competition-role-grid h3 { position: relative; margin: 0 0 10px; color: #293247; font-size: 23px; }
.competition-role-grid p { position: relative; min-height: 80px; margin: 0; color: #788294; font-size: 14px; line-height: 1.8; }
.competition-role-grid ul { position: relative; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid #edf0f4; list-style: none; }
.competition-role-grid li { margin-top: 7px; color: #596477; font-size: 13px; }
.competition-role-grid li::before { margin-right: 8px; color: var(--competition-orange); content: "●"; font-size: 7px; vertical-align: 2px; }

.competition-scan-section { padding: 34px 0 104px; background: #fff; }
.competition-scan-card { position: relative; display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 50px; min-height: 330px; padding: 54px 70px; overflow: hidden; border-radius: 32px; color: #fff; background: linear-gradient(125deg, #232a3a 0%, #2e2630 46%, #da5914 130%); box-shadow: 0 28px 65px rgba(33, 39, 53, .18); }
.competition-scan-card::before { position: absolute; width: 380px; height: 380px; right: -130px; bottom: -230px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; content: ""; }
.competition-scan-card::after { position: absolute; width: 230px; height: 230px; right: 36px; top: -150px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 50%; content: ""; }
.competition-scan-copy { position: relative; z-index: 1; }
.scan-eyebrow { color: #ffab72; font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.competition-scan-copy h2 { max-width: 650px; margin: 12px 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.3; }
.competition-scan-copy p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 15px; }
.competition-scan-copy > div { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: rgba(255, 255, 255, .9); font-size: 13px; }
.competition-scan-copy > div b { color: #ff9150; }
.competition-qr-card { position: relative; z-index: 2; justify-self: end; width: 220px; padding: 15px 15px 14px; border-radius: 22px; color: #293247; background: #fff; box-shadow: 0 20px 45px rgba(10, 13, 20, .25); text-align: center; }
.competition-qr-card img { width: 190px; height: 190px; border-radius: 12px; object-fit: contain; }
.competition-qr-card strong,
.competition-qr-card span { display: block; }
.competition-qr-card strong { margin-top: 6px; font-size: 14px; }
.competition-qr-card span { color: #969da8; font-size: 11px; }
.competition-qr-placeholder { display: flex; width: 190px; height: 190px; align-items: center; justify-content: center; border-radius: 12px; color: #9ba3af; font-size: 13px; line-height: 1.7; background: #f2f4f7; }

@media (max-width: 1050px) {
    .competition-hero-grid { grid-template-columns: 1fr 440px; gap: 22px; }
    .competition-phone { left: 76px; }
    .float-score { right: -30px; }
    .competition-flow-grid { grid-template-columns: repeat(3, 1fr); }
    .competition-feature-grid { grid-template-columns: 1fr; }
    .competition-feature-copy { max-width: 760px; }
    .competition-dashboard-preview { width: min(100%, 760px); }
}

@media (max-width: 820px) {
    .competition-hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
    .competition-hero-copy { text-align: center; }
    .competition-hero-desc { margin-inline: auto; }
    .competition-kicker,
    .competition-hero-actions,
    .competition-trust-row { justify-content: center; }
    .competition-hero-tags { justify-content: center; }
    .competition-hero-visual { width: min(100%, 520px); margin: 10px auto 0; }
    .competition-role-grid { grid-template-columns: 1fr; }
    .competition-role-grid p { min-height: 0; }
    .competition-scan-card { grid-template-columns: 1fr; padding: 46px 32px; text-align: center; }
    .competition-scan-copy > div { justify-content: center; }
    .competition-qr-card { justify-self: center; }
}

@media (max-width: 620px) {
    .competition-hero-copy h1 { font-size: 40px; }
    .competition-hero-desc { font-size: 16px; }
    .competition-hero-actions { flex-direction: column; }
    .competition-primary-action,
    .competition-secondary-action { width: 100%; }
    .competition-trust-row { gap: 9px 16px; }
    .competition-hero-visual { min-height: 540px; transform: scale(.9); transform-origin: top center; margin-bottom: -50px; }
    .competition-phone { left: 50%; transform: translateX(-50%) rotate(1.5deg); }
    .orbit-one { left: 50%; transform: translateX(-50%); animation: none; }
    .orbit-two { left: 50%; transform: translateX(-50%); }
    .float-schedule { left: -14px; }
    .float-score { right: -15px; }
    .competition-flow-section,
    .competition-feature-section,
    .competition-role-section { padding: 72px 0; }
    .competition-flow-grid { grid-template-columns: 1fr 1fr; }
    .competition-feature-list { grid-template-columns: 1fr; }
    .dashboard-stats { grid-template-columns: 1fr; }
    .dashboard-matches article { grid-template-columns: 46px 1fr 38px 1fr; }
    .dashboard-matches article i { display: none; }
    .competition-scan-copy > div { flex-wrap: wrap; }
}

@media (max-width: 430px) {
    .competition-flow-grid { grid-template-columns: 1fr; }
    .competition-flow-grid article { min-height: 0; }
    .competition-dashboard-preview { padding: 18px 14px; }
    .competition-scan-card { width: calc(100% - 24px); padding-inline: 20px; }
}
