/* STICK GUIDE SPECIFIC STYLES */

/* Colors & Basics */
.stick-guide-main {
    background-color: #060b13; /* Deep dark blue */
    color: #8a9bb2;
    font-family: 'Inter', 'Roboto', sans-serif;
    line-height: 1.5;
}

.sg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
}

/* Utilities */
.cyan { color: #00e5ff; }
.yellow { color: #ffd700; }
.green { color: #00ff88; }
.blue { color: #0088ff; }
.white { color: #ffffff; }
.orange { color: #ff8800; }
.dim { color: #61748d; }
.bold { font-weight: 700; }

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mb-5  { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mt-auto { margin-top: auto; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
}

/* Header */
.sg-header { margin-bottom: 60px; }
.sg-title { font-size: 64px; letter-spacing: -0.02em; }
.sg-subtitle { font-size: 18px; max-width: 700px; line-height: 1.6; }
.sg-highlight { color: #00e5ff; font-weight: 600; }

/* Interactive Tools */
.sg-section-label { font-size: 12px; color: #00e5ff; letter-spacing: 0.15em; margin-bottom: 20px; }
.sg-tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.sg-tool-card {
    background-color: #0d131f; border: 1px solid #1a2436; padding: 25px; transition: 0.3s; cursor: pointer;
}
.sg-tool-card:hover, .sg-tool-card.active { border-color: #00bfff; background-color: #111a28; }
.sg-tool-card h3 { font-size: 15px; margin-bottom: 10px; }
.sg-tool-card p { font-size: 13px; margin: 0; }

.sg-jump-container { margin-bottom: 80px; }
.sg-jump-dropdown {
    display: inline-block; background-color: #0d131f; border: 1px solid #1a2436;
    padding: 12px 40px 12px 20px; font-size: 12px; color: #8a9bb2; cursor: pointer; text-transform: uppercase; font-weight: 600;
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a9bb2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat; background-position: right 15px center; background-size: 16px;
}
.sg-jump-dropdown:focus { outline: none; border-color: #00e5ff; }

/* Section Common */
.sg-section { margin-bottom: 80px; }
.sg-section-header { margin-bottom: 40px; }
.sg-step-indicator { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; }
.sg-step-line { width: 30px; height: 2px; background-color: #00e5ff; }
.sg-step-number { color: #00e5ff; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; }
.sg-section-title { font-size: 42px; }
.sg-section-desc { font-size: 16px; max-width: 650px; }
.sg-sub-label { font-size: 12px; letter-spacing: 0.15em; margin-bottom: 20px; }

/* Grids */
.sg-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.sg-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.sg-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* Cards Common */
.sg-card { background-color: #0a0e14; border: 1px solid #1a2436; padding: 30px; position: relative; display: flex; flex-direction: column; }
.sg-card p { font-size: 14px; margin: 0 0 10px; }
.sg-card p:last-child { margin-bottom: 0; }
.card-top-right { position: absolute; top: 15px; right: 15px; font-size: 9px; font-weight: 800; border: 1px solid; padding: 3px 6px; }

/* Badges */
.sg-badge { font-size: 9px; font-weight: 800; padding: 2px 6px; margin-left: 10px; vertical-align: middle; }
.sg-badge.outline-yellow { border: 1px solid #ffd700; color: #ffd700; }
.sg-badge.outline-gray { border: 1px solid #61748d; color: #61748d; }
.sg-badge.blue { background-color: #00bfff; color: #00e5ff; }

/* 01 Blade Patterns */
.sg-blade-diagram { margin-bottom: 40px; }
.sg-diagram-placeholder { background: #000; border: 1px solid #1a2436; height: 180px; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.sg-blade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.sg-blade-card { background-color: #0a0e14; border: 1px solid #1a2436; padding: 30px; display: flex; flex-direction: column; }
.sg-blade-img-placeholder { height: 180px; background-color: transparent; margin: 0 0 25px 0; display: flex; align-items: center; justify-content: center; }
.sg-blade-shape { width: 100px; height: 120px; border-left: 20px solid #1a2436; border-bottom: 20px solid transparent; border-radius: 0 0 0 40px; filter: drop-shadow(0 0 10px rgba(255,255,255,0.1)); }
.sg-blade-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.sg-blade-name { font-size: 22px; margin: 0; }
.sg-blade-card .sg-badge { background-color: #00e5ff; color: #000; margin-left: 0; }
.sg-blade-specs { display: flex; gap: 30px; margin-bottom: 25px; }
.spec-col { display: flex; flex-direction: column; }
.spec-label { font-size: 10px; color: #61748d; text-transform: uppercase; margin-bottom: 2px; margin-top: 8px; }
.spec-col .spec-label:first-child { margin-top: 0; }
.spec-value { font-size: 13px; color: #c5d2e0; font-weight: 600; text-transform: uppercase; }
.sg-blade-notes { border-top: 1px solid #1a2436; padding-top: 20px; flex-grow: 1; }
.sg-blade-notes p { font-size: 12px; margin: 0 0 10px; }
.note-label { font-weight: 700; color: #61748d; }

/* 02 Stick Colors */
.sg-colors-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.sg-color-box { background-color: #0d131f; border: 1px solid #1a2436; padding: 25px; }
.sg-color-title { font-size: 16px; margin: 0 0 10px; }
.sg-color-desc { font-size: 14px; margin: 0; }
.sg-team-order-box { border: 1px solid #1a2436; padding: 25px; margin-bottom: 40px; font-size: 14px; }
.sg-team-order-box strong { color: #fff; }
.sg-team-link { color: #ffd700; font-weight: 600; text-decoration: none; }
.sg-finish-label { font-size: 12px; color: #61748d; letter-spacing: 0.15em; margin-bottom: 15px; text-transform: uppercase; }
.sg-finish-boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-bottom: 15px; }
.sg-finish-card { border: 1px solid #1a2436; padding: 25px; }
.sg-finish-img { height: 100px; background: #000; margin: -25px -25px 20px -25px; }
.sg-color-note { font-size: 13px; max-width: 700px; }
.sg-swatches-section { margin-top: 60px; }
.sg-swatch-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 40px; }
.sg-swatch-item { background: #0d131f; border: 1px solid #1a2436; padding: 15px; display: flex; align-items: center; gap: 15px; font-size: 12px; color: #c5d2e0; }
.swatch-color { width: 30px; height: 30px; flex-shrink: 0; }

/* 03 Sizing Guide */
.sg-sizing-content { display: flex; gap: 40px; margin-bottom: 50px; }
.sg-sizing-diagram { flex: 0 0 350px; background: #0a0e14; border: 1px solid #1a2436; display: flex; align-items: center; justify-content: center; font-size: 12px; text-align: center; height: 600px; }
.sg-sizing-diagram.goalie { height: 300px; flex: 0 0 500px; }
.sg-sizing-table-wrapper { flex: 1; }
.sg-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.sg-table th { text-align: left; padding: 15px; border-bottom: 1px solid #1a2436; font-size: 14px; font-weight: 800; }
.sg-table td { padding: 12px 15px; border-bottom: 1px solid #1a2436; color: #fff; font-weight: 600; }
.sg-table td .cm { color: #61748d; margin-left: 10px; font-weight: 400; }
.sg-goalie-header { margin-bottom: 20px; }
.sg-goalie-title { display: inline-block; font-size: 24px; margin: 0; }
.sg-goalie-sub { font-size: 11px; color: #61748d; margin-left: 15px; letter-spacing: 0.1em; }
.sg-goalie-note { font-size: 13px; margin-top: 20px; }

/* 04 Color Zones */
.sg-zones-content { display: flex; gap: 40px; }
.sg-zones-diagram { flex: 0 0 250px; background: #0a0e14; border: 1px solid #1a2436; display: flex; align-items: center; justify-content: center; font-size: 12px; height: 600px; }
.sg-zones-list { flex: 1; display: flex; flex-direction: column; gap: 15px; }
.sg-zone-card { background: #0a0e14; border: 1px solid #1a2436; padding: 25px; }
.zone-label { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; margin-bottom: 10px; display: block; }
.sg-zone-tip { border: 1px solid #00bfff; background: rgba(28, 122, 9, 0.1); padding: 15px; font-size: 13px; }

/* 05 Shaft Shapes */
.sg-shape-img { height: 150px; background: transparent; margin: 0 0 20px 0; padding-bottom: 20px; display: flex; align-items: center; justify-content: center; font-size: 10px; border-bottom: 1px solid #1a2436; }
.sg-decal-box { border: 1px solid #ffd700; background: rgba(255, 215, 0, 0.05); padding: 25px; margin-top: 40px; }
.sg-decal-box h4 { margin-bottom: 15px; }

/* 06 Grip Options */
.sg-grip-intro { font-size: 15px; margin-bottom: 15px; }
.sg-grip-list { margin: 0 0 30px 20px; padding: 0; font-size: 14px; }
.sg-grip-list li { margin-bottom: 8px; }
.sg-grip-list strong { color: #fff; }
.sg-grip-math { background: #0a0e14; border: 1px solid #1a2436; padding: 20px; margin-bottom: 40px; font-size: 12px; font-weight: 800; display: flex; align-items: center; }
.cyan-label { font-size: 11px; font-weight: 800; color: #00e5ff; margin-bottom: 15px !important; line-height: 1.6; }
.sg-pattern-img { height: 150px; background: transparent; margin: 0 0 20px 0; padding-bottom: 20px; display: flex; align-items: center; justify-content: center; font-size: 10px; border-bottom: 1px solid #1a2436; }

/* 07-08 Two Col Layout */
.sg-two-col-layout { margin-bottom: 80px; }
.sg-kick-img { height: 200px; background: transparent; margin: 0 0 20px 0; padding-bottom: 20px; display: flex; align-items: center; justify-content: center; font-size: 10px; border-bottom: 1px solid #1a2436; }
.full-height { height: 100%; }

/* 09 Flex Rating */
.sg-flex-table-card { background: #0a0e14; border: 1px solid #1a2436; padding: 30px; }

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .sg-tools-grid, .sg-blade-grid, .sg-grid-4, .sg-grid-3, .sg-swatch-grid { grid-template-columns: repeat(2, 1fr); }
    .sg-swatch-grid { grid-template-columns: repeat(3, 1fr); }
    .sg-sizing-content, .sg-zones-content { flex-direction: column; }
    .sg-sizing-diagram, .sg-sizing-diagram.goalie, .sg-zones-diagram { height: 300px; flex: auto; }
}
@media (max-width: 768px) {
    .sg-tools-grid, .sg-blade-grid, .sg-grid-4, .sg-grid-3, .sg-grid-2 { grid-template-columns: 1fr; }
    .sg-swatch-grid { grid-template-columns: repeat(2, 1fr); }
    .sg-finish-boxes { grid-template-columns: 1fr; }
}
