* { box-sizing: border-box; }

:root {
    --blue: #2f6dff;
    --blue-dark: #2056da;
    --blue-soft: #edf3ff;
    --purple: #8f84fb;
    --yellow: #ffd84d;
    --ink: #1d2230;
    --text: #4f586b;
    --muted: #7a8499;
    --line: #e8ebf2;
    --surface: #f7f9fd;
    --white: #fff;
    --shadow: 0 28px 70px rgba(37, 61, 118, .14);
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--ink); text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(232, 235, 242, .85);
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px);
}
.header-inner { width: min(1180px, calc(100% - 48px)); height: 74px; margin: 0 auto; display: flex; align-items: center; }
.site-logo { display: block; width: 194px; line-height: 0; }
.site-logo img, .footer-logo img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; margin-right: 38px; }
.site-nav a { position: relative; color: #596174; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 25px; border-radius: 12px; font-size: 15px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(47, 109, 255, .28); outline-offset: 4px; }
.button-small { min-height: 42px; padding: 0 19px; border: 1px solid var(--blue); border-radius: 10px; color: var(--blue); font-size: 14px; }
.button-small:hover { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(47,109,255,.18); }
.button-primary { min-width: 154px; color: #fff; background: linear-gradient(135deg, #2866f7, #477cff); box-shadow: 0 12px 28px rgba(47,109,255,.26); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(47,109,255,.34); }

.teamwork-slider { padding: 28px 0 0; background: #fff; }
.teamwork-slider-inner {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    height: clamp(250px, 27vw, 360px);
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid rgba(226, 231, 241, .9);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: 0 22px 55px rgba(37, 61, 118, .12);
}
.teamwork-slider-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 72%, rgba(14, 30, 64, .12));
    pointer-events: none;
}
.teamwork-slider img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.slide-indicator {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 1;
    width: 28px;
    height: 5px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 2px 8px rgba(13, 34, 77, .2);
    transform: translateX(-50%);
}

.hero { position: relative; overflow: hidden; padding: 102px 0 110px; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(#e9edf6 1px, transparent 1px), linear-gradient(90deg, #e9edf6 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 52%, transparent); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 430px; height: 430px; right: 8%; top: 55px; background: radial-gradient(circle, rgba(47,109,255,.15), rgba(47,109,255,0) 68%); }
.hero-glow-two { width: 300px; height: 300px; left: -100px; bottom: -50px; background: radial-gradient(circle, rgba(255,216,77,.16), rgba(255,216,77,0) 68%); }
.hero-inner { position: relative; width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; gap: 66px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.eyebrow span { display: inline-block; width: 20px; height: 3px; margin: 0 9px 3px 0; border-radius: 2px; background: var(--yellow); }
.hero h1 { margin: 0; font-size: clamp(44px, 4.7vw, 68px); line-height: 1.16; letter-spacing: -.06em; font-weight: 820; }
.hero h1 strong { position: relative; z-index: 0; display: inline-block; color: var(--blue); font-weight: inherit; }
.hero h1 strong::after { content: ""; position: absolute; left: 1px; right: -3px; bottom: -7px; height: 7px; border-radius: 50%; background: var(--yellow); transform: rotate(-1deg); z-index: -1; }
.hero-description { margin: 31px 0 0; color: var(--text); font-size: 18px; line-height: 1.85; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.text-link { color: #596174; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 7px; color: var(--blue); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-points li { color: var(--muted); font-size: 12px; }
.hero-points span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 10px; font-weight: 900; }

.workspace-preview { position: relative; padding: 28px 5px 28px 20px; }
.preview-window { overflow: hidden; min-height: 420px; border: 1px solid #e2e7f1; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.preview-topbar { height: 55px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f5; }
.preview-brand { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.preview-brand img { width: 24px; height: 24px; }
.preview-brand strong { color: var(--blue); }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #e3e7ee; }
.preview-layout { display: grid; grid-template-columns: 142px 1fr; min-height: 364px; }
.preview-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 16px 12px; border-right: 1px solid #edf0f5; background: #fbfcff; }
.preview-sidebar small { margin: 15px 7px 2px; color: #a0a8b8; font-size: 8px; text-transform: uppercase; }
.preview-new, .preview-menu { display: flex; align-items: center; min-height: 32px; padding: 0 9px; border-radius: 7px; color: #81899a; font-size: 9px; font-style: normal; }
.preview-new { margin-bottom: 5px; color: #fff; background: linear-gradient(135deg, var(--blue), #668ff7); box-shadow: 0 5px 12px rgba(47,109,255,.2); font-weight: 700; }
.preview-menu.active { color: var(--blue); background: #edf3ff; font-weight: 750; }
.preview-content { min-width: 0; padding: 22px 19px 20px; background: #fff; }
.preview-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 17px; }
.preview-heading div { display: flex; flex-direction: column; gap: 4px; }
.preview-heading small { color: #9ca5b5; font-size: 7px; font-weight: 750; letter-spacing: .07em; }
.preview-heading b { font-size: 13px; }
.preview-heading > span { color: #70ac82; font-size: 8px; }
.canvas-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(2, 105px) 76px; gap: 5px; }
.canvas-cell { display: flex; flex-direction: column; overflow: hidden; padding: 10px; border: 1px solid #e5e9f0; border-top-width: 3px; border-radius: 5px; background: #fff; }
.canvas-cell.tall { grid-row: span 2; }
.canvas-cell.wide { grid-column: span 2; }
.canvas-cell b { font-size: 7px; }
.canvas-cell i { display: block; width: 78%; height: 17px; margin-top: 9px; border-radius: 3px; background: #f3f5f8; }
.canvas-cell i + i { width: 58%; margin-top: 5px; }
.canvas-cell.blue { border-top-color: #6aa0f8; }
.canvas-cell.yellow { border-top-color: #ffc84a; }
.canvas-cell.green { border-top-color: #6bc396; }
.canvas-cell.violet { border-top-color: #9d91f7; }
.floating-note { position: absolute; display: grid; grid-template-columns: 38px auto; grid-template-rows: auto auto; column-gap: 10px; min-width: 205px; padding: 13px 16px; border: 1px solid #e7ebf3; border-radius: 12px; background: rgba(255,255,255,.95); box-shadow: 0 14px 34px rgba(37,61,118,.14); }
.floating-note > span { grid-row: 1 / 3; align-self: center; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; color: var(--blue); background: var(--blue-soft); font-size: 12px; font-weight: 850; }
.floating-note b { align-self: end; font-size: 11px; }
.floating-note small { color: #929bab; font-size: 8px; }
.note-one { right: -36px; top: 3px; }
.note-two { left: -18px; bottom: -3px; }
.note-two > span { color: #7b6eeb; background: #f0edff; }

.trust-strip { padding: 30px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: #fff; }
.trust-strip p { margin: 0 0 15px; color: #a1a8b6; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.trust-strip div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 21px; }
.trust-strip span { color: #71798a; font-size: 13px; font-weight: 680; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

.section { padding: 120px 0; }
.section-heading { width: min(740px, calc(100% - 48px)); margin: 0 auto 58px; text-align: center; }
.section-kicker { margin-bottom: 17px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 3.7vw, 49px); line-height: 1.28; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 650px; margin: 23px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { width: min(1120px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 18px; }
.feature-card { position: relative; min-height: 382px; overflow: hidden; padding: 36px 32px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #dbe2f2; box-shadow: 0 20px 45px rgba(37,61,118,.09); }
.feature-card-main { background: linear-gradient(145deg, #f9fbff, #fff); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; font-size: 18px; font-weight: 850; letter-spacing: -5px; }
.icon-blue { color: var(--blue); background: var(--blue-soft); letter-spacing: 0; }
.icon-yellow { color: #bb8a00; background: #fff6ce; }
.icon-purple { color: #7e71e9; background: #f0edff; font-size: 9px; }
.feature-number { position: absolute; right: 30px; top: 29px; margin: 0; color: #dfe4ed; font-size: 13px; font-weight: 850; }
.feature-card h3 { margin: 27px 0 12px; font-size: 21px; letter-spacing: -.03em; }
.feature-card > p:not(.feature-number) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.mini-canvas { position: absolute; left: 32px; right: 32px; bottom: 0; height: 116px; padding: 13px; display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(3, 1fr); gap: 4px; border: 1px solid #e8ecf4; border-bottom: 0; border-radius: 10px 10px 0 0; background: #fbfcff; }
.mini-canvas i { border: 1px solid #e1e6ef; border-top: 3px solid #76a5fa; border-radius: 3px; background: #fff; }
.mini-canvas i:nth-child(3), .mini-canvas i:nth-child(7) { border-top-color: #ffcf4f; }
.mini-canvas i:nth-child(5), .mini-canvas i:nth-child(9) { border-top-color: #6cc79c; }
.mini-canvas i:nth-child(1), .mini-canvas i:nth-child(3), .mini-canvas i:nth-child(5) { grid-row: span 2; }
.mini-canvas i:nth-child(8), .mini-canvas i:nth-child(9) { grid-column: span 2; }
.document-lines { position: absolute; left: 68px; right: 68px; bottom: -6px; height: 133px; padding: 22px 19px; border: 1px solid #e4e8f0; border-radius: 9px 9px 0 0; background: #fff; box-shadow: 0 10px 26px rgba(37,61,118,.07); }
.document-lines b, .document-lines i { display: block; height: 6px; margin-bottom: 12px; border-radius: 4px; background: #edf0f5; }
.document-lines b { width: 46%; height: 9px; background: #dae5ff; }
.document-lines i:nth-child(3) { width: 82%; }.document-lines i:nth-child(4) { width: 91%; }.document-lines i:nth-child(5) { width: 66%; }
.avatar-row { position: absolute; left: 31px; bottom: 45px; display: flex; align-items: center; }
.avatar-row i, .avatar-row span { display: grid; place-items: center; width: 44px; height: 44px; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #6d9bfa; font-size: 11px; font-style: normal; font-weight: 800; }
.avatar-row i:first-child { margin-left: 0; background: var(--blue); }.avatar-row i:nth-child(2) { background: #9c8ef4; }.avatar-row i:nth-child(3) { background: #f0b731; }.avatar-row span { color: #71798a; background: #edf0f5; }

.frameworks { background: #f7f9fd; }
.frameworks-inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.section-heading-left { position: sticky; top: 130px; width: auto; margin: 28px 0 0; text-align: left; }
.section-heading-left > p:last-child { margin-left: 0; }
.framework-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.framework-list article { min-height: 145px; padding: 24px 22px; display: flex; gap: 17px; align-items: flex-start; border: 1px solid #e6eaf2; border-radius: 17px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.framework-list article:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(37,61,118,.08); }
.framework-mark { flex: 0 0 auto; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; font-size: 9px; font-weight: 900; letter-spacing: -.02em; }
.mark-blue { color: #2866e7; background: #eaf1ff; }.mark-pink { color: #d95079; background: #ffedf3; }.mark-green { color: #248b5d; background: #e8f8f0; }.mark-yellow { color: #a87a00; background: #fff4c5; }.mark-purple { color: #7568df; background: #eeeaff; }.mark-navy { color: #45526d; background: #e9edf5; }
.framework-list h3 { margin: 3px 0 8px; font-size: 15px; letter-spacing: -.025em; }
.framework-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.workflow { background: #fff; }
.workflow-list { position: relative; width: min(1000px, calc(100% - 48px)); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; list-style: none; text-align: center; }
.workflow-list::before { content: ""; position: absolute; left: 19%; right: 19%; top: 116px; border-top: 1px dashed #ccd5e7; z-index: 0; }
.workflow-list li { position: relative; z-index: 1; }
.step-number { position: absolute; left: 50%; top: -13px; z-index: 2; display: grid; place-items: center; width: 27px; height: 27px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 5px 13px rgba(47,109,255,.25); transform: translateX(-50%); font-size: 10px; font-weight: 850; }
.step-visual { width: 180px; height: 150px; margin: 0 auto 28px; display: flex; align-items: center; justify-content: center; border-radius: 22px; background: #f6f8fc; }
.step-one { display: grid; grid-template-columns: repeat(2, 42px); grid-template-rows: repeat(2, 34px); gap: 5px; }
.step-one i { border: 1px solid #dfe5ef; border-top: 3px solid #6e9ef8; border-radius: 4px; background: #fff; }.step-one i:nth-child(2) { border-top-color: #ffc945; }.step-one i:nth-child(3) { border-top-color: #7ec9a2; }.step-one i:nth-child(4) { border-top-color: #9b8ff2; }
.step-two { flex-direction: column; align-items: flex-start; padding: 36px 42px; background: #fffbeb; }
.step-two i { display: block; width: 92px; height: 8px; margin: 6px 0; border-radius: 5px; background: #e7e2ca; }.step-two i:first-child { width: 62px; background: #ffd84d; }.step-two i:last-child { width: 75px; }
.step-three { gap: 0; background: #f3f1ff; }.step-three i { width: 48px; height: 48px; margin-left: -9px; border: 4px solid #f3f1ff; border-radius: 50%; background: #2f6dff; }.step-three i:first-child { margin-left: 0; background: #8f84fb; }.step-three i:last-child { background: #f1bc38; }
.workflow-list h3 { margin: 0 0 11px; font-size: 19px; }
.workflow-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.cta-section { position: relative; overflow: hidden; min-height: 500px; display: grid; place-items: center; color: #fff; background: linear-gradient(125deg, #2059e6, #356ff1 55%, #6f6eea); }
.cta-section::before, .cta-section::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.cta-section::before { width: 540px; height: 540px; left: -220px; top: -260px; border: 100px solid rgba(255,255,255,.035); }
.cta-section::after { width: 410px; height: 410px; right: -140px; bottom: -240px; border: 85px solid rgba(255,216,77,.08); }
.cta-grid { position: absolute; right: 7%; top: 50%; width: 180px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; transform: translateY(-50%) rotate(7deg); opacity: .11; }
.cta-grid i { aspect-ratio: 1; border-radius: 10px; background: #fff; }.cta-grid i:nth-child(5) { background: var(--yellow); }
.cta-content { position: relative; z-index: 1; padding: 80px 24px; text-align: center; }
.cta-content > img { width: 52px; height: 52px; margin-bottom: 20px; padding: 8px; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(10,35,110,.22); }
.cta-content p { margin: 0 0 12px; color: rgba(255,255,255,.72); font-size: 14px; }
.cta-content h2 { margin: 0 0 34px; font-size: clamp(34px, 4vw, 52px); line-height: 1.3; letter-spacing: -.05em; }
.cta-content h2 strong { color: var(--yellow); }
.button-light { min-width: 178px; color: var(--blue-dark); background: #fff; box-shadow: 0 15px 30px rgba(15,45,130,.25); }
.button-light:hover { box-shadow: 0 18px 38px rgba(15,45,130,.35); }

.site-footer { padding: 45px 0; background: #171c28; color: #8f98a9; }
.footer-inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 30px; }
.footer-logo { display: block; width: 170px; padding: 8px 10px; border-radius: 8px; background: #fff; }
.site-footer nav { display: flex; justify-content: center; gap: 26px; }
.site-footer a { font-size: 12px; text-decoration: none; }.site-footer nav a:hover { color: #fff; }
.site-footer p { margin: 0; font-size: 11px; }

@media (max-width: 1050px) {
    .hero { padding-top: 80px; }
    .hero-inner { grid-template-columns: 1fr; max-width: 780px; gap: 55px; text-align: center; }
    .hero-description { margin-left: auto; margin-right: auto; }
    .hero-actions, .hero-points { justify-content: center; }
    .workspace-preview { width: min(680px, 100%); margin: 0 auto; }
    .feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-main { grid-column: span 2; }.feature-card-main .mini-canvas { left: auto; width: 42%; }
    .frameworks-inner { gap: 45px; }
}

@media (max-width: 800px) {
    .header-inner { height: 66px; }.site-logo { width: 165px; }.site-nav { display: none; }
    .button-small { margin-left: auto; min-height: 39px; padding: 0 15px; }
    .teamwork-slider { padding-top: 20px; }
    .teamwork-slider-inner { height: clamp(230px, 48vw, 320px); border-radius: 17px; }
    .hero { padding: 72px 0 80px; }.hero h1 { font-size: clamp(42px, 9vw, 58px); }
    .floating-note { display: none; }.workspace-preview { padding: 0; }
    .feature-grid { grid-template-columns: 1fr; }.feature-card-main { grid-column: auto; }.feature-card-main .mini-canvas { left: 32px; width: auto; }
    .frameworks-inner { grid-template-columns: 1fr; }.section-heading-left { position: static; margin: 0; text-align: center; }.section-heading-left > p:last-child { margin-left: auto; }
    .workflow-list { gap: 28px; }.workflow-list::before { display: none; }.step-visual { width: 160px; }
    .footer-inner { grid-template-columns: 1fr; justify-items: center; }.site-footer nav { flex-wrap: wrap; }.site-footer p { text-align: center; }
}

@media (max-width: 620px) {
    .header-inner, .teamwork-slider-inner, .hero-inner, .feature-grid, .frameworks-inner, .workflow-list, .footer-inner { width: min(100% - 32px, 1120px); }
    .site-logo { width: 145px; }.button-small { min-height: 37px; padding: 0 13px; font-size: 12px; }
    .teamwork-slider { padding-top: 16px; }
    .teamwork-slider-inner { height: 218px; border-radius: 14px; }
    .teamwork-slider img { object-position: center; }
    .slide-indicator { bottom: 11px; width: 24px; height: 4px; }
    .hero { padding-top: 58px; }.eyebrow { font-size: 10px; }.hero h1 { font-size: 40px; line-height: 1.23; }.hero-description { font-size: 16px; line-height: 1.75; }.desktop-break { display: none; }
    .hero-actions { flex-direction: column; gap: 19px; }.button-primary { width: 100%; }.hero-points { display: grid; grid-template-columns: 1fr; justify-items: start; width: fit-content; margin: 27px auto 0; }
    .workspace-preview { margin-top: 10px; }.preview-window { min-height: 292px; border-radius: 13px; transform: none; }.preview-topbar { height: 43px; }.preview-layout { grid-template-columns: 87px 1fr; min-height: 250px; }.preview-sidebar { padding: 10px 7px; }.preview-new, .preview-menu { min-height: 24px; padding: 0 5px; font-size: 6px; }.preview-content { padding: 14px 10px; }.canvas-grid { grid-template-rows: repeat(2, 70px) 48px; gap: 3px; }.canvas-cell { padding: 5px; }.canvas-cell b { font-size: 5px; }.canvas-cell i { height: 10px; margin-top: 5px; }.preview-heading { margin-bottom: 10px; }
    .trust-strip div { gap: 12px; }.trust-strip i { display: none; }.trust-strip span { padding: 6px 9px; border-radius: 7px; background: #f6f8fc; font-size: 11px; }
    .section { padding: 82px 0; }.section-heading { width: calc(100% - 32px); margin-bottom: 38px; }.section-heading h2 { font-size: 32px; }.section-heading > p:last-child { font-size: 14px; }.feature-card { min-height: 365px; padding: 30px 26px; }
    .framework-list { grid-template-columns: 1fr; }.framework-list article { min-height: 126px; }
    .workflow-list { grid-template-columns: 1fr; gap: 55px; }.step-visual { height: 135px; margin-bottom: 20px; }
    .cta-section { min-height: 460px; }.cta-content h2 { font-size: 34px; }.cta-grid { display: none; }
    .site-footer nav { gap: 15px; }
}

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