/* ===================================================
   MIGIUDE合同会社 Corporate Site
   Brand: sharp / trustworthy  |  Main color: light orange
   =================================================== */

:root {
    --orange-50: #FFF8F0;
    --orange-100: #FFEDD5;
    --orange-200: #FDDCAB;
    --orange-300: #FCC580;
    --orange-400: #F5A623;
    --orange-500: #E8951A;
    --orange-600: #D07D10;
    --orange-700: #B06308;
    --peach-50: #FFF5EE;
    --peach-100: #FFECD8;
    --cream: #FFFCF8;
    --bg-body: #FEFDFB;
    --bg-alt: #FDF8F2;
    --bg-card: #FFFFFF;
    --text-heading: #2D1F0E;
    --text-body: #5C4A36;
    --text-muted: #9A8B7A;
    --border: rgba(245, 166, 35, 0.10);
    --border-hover: rgba(245, 166, 35, 0.22);
    --shadow-xs: 0 1px 3px rgba(45, 31, 14, 0.04);
    --shadow-sm: 0 4px 14px rgba(45, 31, 14, 0.06);
    --shadow-md: 0 8px 28px rgba(45, 31, 14, 0.08);
    --shadow-lg: 0 16px 44px rgba(45, 31, 14, 0.12);
    --font-main: 'Noto Sans JP', sans-serif;
    --radius: 30px;
    --radius-md: 20px;
    --radius-sm: 12px;
    --radius-xs: 8px;
    --container: 1080px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--text-body);
    line-height: 1.8;
    background: var(--bg-body);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===== Container ===== */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Header ===== */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 252, 248, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.logo-symbol {
    height: 57px;
    width: auto;
    border-radius: 8px;
}

.logo-typo {
    width: 220px;
    height: 48px;
    object-fit: cover;
    object-position: center 45%;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-body);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: var(--orange-500);
}

.nav-cta {
    background: var(--orange-400);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: var(--radius);
    box-shadow: 0 2px 10px rgba(245, 166, 35, 0.20);
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.nav-cta:hover {
    background: var(--orange-500);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(245, 166, 35, 0.30);
}

/* Mobile menu */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--orange-600);
    border-radius: 2px;
    transition: transform 0.35s, opacity 0.35s;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ===== Hero – Sharp Angle Layout ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, var(--cream) 0%, var(--orange-50) 40%, var(--peach-50) 70%, var(--bg-body) 100%);
    overflow: hidden;
}

/* Geometric line grid */
.hero-grid {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    opacity: 0.12;
}

.hero-grid-line {
    position: absolute;
    background: var(--orange-400);
}

.hero-grid-line.h {
    height: 1px;
    width: 100%;
}

.hero-grid-line.v {
    width: 1px;
    height: 100%;
}

.hero-grid-line.h:nth-child(1) { top: 20%; }
.hero-grid-line.h:nth-child(2) { top: 40%; }
.hero-grid-line.h:nth-child(3) { top: 60%; }
.hero-grid-line.h:nth-child(4) { top: 80%; }
.hero-grid-line.v:nth-child(5) { left: 20%; }
.hero-grid-line.v:nth-child(6) { left: 40%; }
.hero-grid-line.v:nth-child(7) { left: 60%; }
.hero-grid-line.v:nth-child(8) { left: 80%; }

/* Accent bar */
.hero-accent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 200px;
    background: linear-gradient(180deg, var(--orange-400), var(--orange-200));
    border-radius: 0 3px 3px 0;
    animation: accentPulse 4s ease-in-out infinite;
}

@keyframes accentPulse {
    0%, 100% { height: 200px; opacity: 1; }
    50% { height: 260px; opacity: 0.7; }
}

/* Sharp floating elements */
.hero-shape {
    position: absolute;
    pointer-events: none;
}

.hero-shape-1 {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(245, 166, 35, 0.12);
    top: 18%;
    right: 12%;
    transform: rotate(45deg);
    animation: shapeFloat 8s ease-in-out infinite;
}

.hero-shape-2 {
    width: 24px;
    height: 24px;
    background: rgba(245, 166, 35, 0.08);
    top: 65%;
    right: 25%;
    transform: rotate(45deg);
    animation: shapeFloat 6s ease-in-out infinite 2s;
}

.hero-shape-3 {
    width: 40px;
    height: 40px;
    border: 1.5px solid rgba(245, 166, 35, 0.10);
    border-radius: 50%;
    top: 35%;
    right: 35%;
    animation: shapeFloat 7s ease-in-out infinite 1s;
}

.hero-shape-4 {
    width: 16px;
    height: 16px;
    background: rgba(245, 166, 35, 0.10);
    border-radius: 50%;
    bottom: 30%;
    right: 15%;
    animation: shapeFloat 5s ease-in-out infinite 3s;
}

@keyframes shapeFloat {
    0%, 100% { transform: translateY(0) rotate(45deg); }
    50% { transform: translateY(-16px) rotate(45deg); }
}

.hero-shape-3,
.hero-shape-4 {
    animation-name: shapeFloatRound;
}

@keyframes shapeFloatRound {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

/* Hero content – left-aligned */
.hero-inner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 600px;
}

.hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange-500);
    background: rgba(245, 166, 35, 0.10);
    padding: 6px 20px;
    border-radius: 4px;
    margin-bottom: 28px;
    animation: fadeSlideRight 0.7s ease both;
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text-heading);
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    animation: fadeSlideRight 0.7s ease 0.12s both;
}

.hero-lead {
    font-size: 0.98rem;
    color: var(--text-body);
    line-height: 2;
    margin-bottom: 40px;
    animation: fadeSlideRight 0.7s ease 0.24s both;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    animation: fadeSlideRight 0.7s ease 0.36s both;
}

/* Stats bar */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 56px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-sm);
    padding: 20px 36px;
    box-shadow: var(--shadow-sm);
    border-left: 4px solid var(--orange-400);
    animation: fadeSlideRight 0.7s ease 0.48s both;
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.hero-stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--orange-500);
    line-height: 1.2;
}

.hero-stat-label {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 2px;
}

.hero-stat-sep {
    width: 1px;
    height: 28px;
    background: var(--border);
}

@keyframes fadeSlideRight {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Sharp angle divider */
.hero-angle {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.hero-angle svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== Buttons ===== */
.btn-primary {
    background: linear-gradient(135deg, var(--orange-400), var(--orange-500));
    color: #fff;
    padding: 16px 40px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: var(--font-main);
    box-shadow: 0 4px 16px rgba(245, 166, 35, 0.24);
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(245, 166, 35, 0.34);
}

.btn-ghost {
    background: transparent;
    border: 2px solid var(--orange-300);
    color: var(--orange-600);
    padding: 14px 36px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.btn-ghost:hover {
    background: var(--orange-400);
    color: #fff;
    border-color: var(--orange-400);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(245, 166, 35, 0.24);
}

.btn-white {
    background: #fff;
    color: var(--orange-600);
    padding: 16px 48px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(45, 31, 14, 0.10);
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(45, 31, 14, 0.16);
}

.full-w { width: 100%; }

/* ===== Section Commons ===== */
.section {
    padding: 100px 0;
}

.section-head {
    text-align: center;
    margin-bottom: 56px;
}

.section-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange-400);
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--text-heading);
}

.pc-br { display: inline; }

/* ===== Strengths – Full-width horizontal panel cards ===== */
.str-panels {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.str-panel {
    display: grid;
    grid-template-columns: 80px 64px 1fr;
    gap: 24px;
    align-items: center;
    background: var(--bg-card);
    padding: 36px 40px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    border-left: 5px solid var(--orange-400);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s, box-shadow 0.3s;
}

.str-panel:hover {
    transform: translateX(6px);
    box-shadow: var(--shadow-md);
}

.str-panel-num {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--orange-100);
    line-height: 1;
    text-align: center;
}

.str-panel-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--orange-50), var(--orange-100));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.str-panel-icon svg {
    width: 28px;
    height: 28px;
}

.str-panel-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 8px;
}

.str-panel-body p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.9;
}

/* ===== Service Preview – 3+4 hybrid grid ===== */
.svc-top-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.svc-top-card {
    background: var(--bg-card);
    padding: 36px 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.svc-top-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-hover);
}

.svc-top-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--orange-50), var(--orange-100));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.svc-top-icon svg {
    width: 30px;
    height: 30px;
}

.svc-top-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 8px;
}

.svc-top-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.svc-bottom-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.svc-bottom-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--bg-card);
    padding: 20px 22px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-xs);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
}

.svc-bottom-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.svc-bottom-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--orange-50), var(--orange-100));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.svc-bottom-icon svg {
    width: 22px;
    height: 22px;
}

.svc-bottom-text h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-heading);
}

.svc-bottom-text p {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ===== CTA – Floating card over gradient ===== */
.cta-gradient {
    background: linear-gradient(135deg, var(--orange-100) 0%, var(--peach-50) 50%, var(--orange-50) 100%);
    padding: 80px 0;
    position: relative;
}

.cta-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    max-width: 680px;
    margin: 0 auto;
    padding: 56px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--orange-400), var(--orange-300), var(--orange-400));
}

.cta-card h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 10px;
}

.cta-card > p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 28px;
}

.form-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    background: var(--orange-50);
    border: 1px solid var(--border);
    border-radius: var(--radius-xs);
    color: var(--text-heading);
    font-family: var(--font-main);
    font-size: 0.95rem;
    transition: border-color 0.3s, background 0.3s;
}

.form-input::placeholder {
    color: var(--text-muted);
}

.form-input:focus {
    outline: none;
    background: #fff;
    border-color: var(--orange-400);
}

/* ===== Hero Sub (Sub pages) ===== */
.hero-sub {
    background: linear-gradient(135deg, var(--cream) 0%, var(--orange-100) 50%, var(--bg-body) 100%);
    padding: 150px 0 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-sub::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border);
}

.hero-sub h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 6px;
}

.hero-sub p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* ===== Service Detail – Stacked cards with accent top ===== */
.svc-detail-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.svc-detail-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 32px;
    align-items: start;
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    border-top: 4px solid var(--orange-400);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s, box-shadow 0.3s;
}

.svc-detail-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.svc-detail-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--orange-50), var(--orange-100));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.svc-detail-icon svg {
    width: 48px;
    height: 48px;
}

.svc-detail-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 10px;
}

.svc-detail-body p {
    font-size: 0.92rem;
    color: var(--text-body);
    line-height: 1.9;
    margin-bottom: 16px;
}

.svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.svc-tag {
    background: var(--orange-50);
    color: var(--orange-600);
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--border);
}

/* Sub-service compact list */
.svc-compact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.svc-compact-item {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--bg-card);
    padding: 28px 32px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-xs);
    transition: transform 0.3s, box-shadow 0.3s;
}

.svc-compact-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.svc-compact-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--orange-50), var(--orange-100));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.svc-compact-icon svg {
    width: 24px;
    height: 24px;
}

.svc-compact-text h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 4px;
}

.svc-compact-text p {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.8;
}

/* CTA banner for sub pages */
.cta-banner {
    background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
    border-radius: var(--radius);
    padding: 56px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    top: -130px;
    right: -80px;
}

.cta-banner h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-banner p {
    opacity: 0.92;
    margin-bottom: 28px;
    font-size: 0.92rem;
}

/* ===== Profile table ===== */
.profile-wrap {
    background: var(--orange-50);
    border-radius: var(--radius);
    padding: 56px;
    border: 1px solid var(--border);
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
}

.profile-table tr {
    border-bottom: 1px solid var(--border);
}

.profile-table tr:last-child {
    border-bottom: none;
}

.profile-table th {
    text-align: left;
    padding: 22px 0;
    width: 180px;
    color: var(--orange-600);
    font-size: 0.92rem;
    font-weight: 600;
    vertical-align: top;
}

.profile-table td {
    padding: 22px 0;
    font-size: 0.98rem;
    color: var(--text-body);
}

.profile-table td ul {
    padding-left: 18px;
}

.profile-table td li {
    margin-bottom: 4px;
}

/* Map */
.map-wrap {
    width: 100%;
    height: 380px;
    background: var(--orange-50);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ===== Privacy ===== */
.privacy-body {
    max-width: 760px;
    margin: 0 auto;
    line-height: 2;
}

.privacy-body h3 {
    color: var(--text-heading);
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 10px;
}

.privacy-body ul {
    padding-left: 20px;
    margin: 8px 0 16px;
}

.privacy-body li {
    margin-bottom: 4px;
}

/* ===== Footer ===== */
.footer {
    padding: 52px 0 28px;
    background: var(--bg-alt);
    border-top: 1px solid var(--border);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--orange-500);
}

.copy {
    color: var(--text-muted);
    font-size: 0.82rem;
}

/* ===== Thanks page ===== */
.thanks-wrap {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 160px 24px 80px;
}

.thanks-icon {
    width: 64px;
    height: 64px;
    background: var(--orange-50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.thanks-wrap h1 {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 12px;
}

.thanks-wrap p {
    color: var(--text-body);
    margin-bottom: 36px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
    .header-inner {
        height: 90px;
    }

    .logo-symbol {
        height: 50px;
    }

    .logo-typo {
        width: 190px;
        height: 42px;
        object-fit: cover;
        object-position: center 45%;
    }

    .hero {
        padding: 130px 0 90px;
    }

    .hero h1 {
        font-size: 2.3rem;
    }

    .str-panel {
        padding: 30px 32px;
        gap: 18px;
    }

    .svc-top-grid {
        gap: 16px;
    }

    .svc-bottom-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-card {
        padding: 48px 36px;
    }

    .svc-detail-card {
        padding: 32px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .header-inner {
        height: 60px;
    }

    .logo-symbol {
        height: 42px;
    }

    .logo-typo {
        width: 160px;
        height: 36px;
        object-fit: cover;
        object-position: center 45%;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 252, 248, 0.97);
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
    }

    .nav-menu.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 22px;
        text-align: center;
    }

    .nav-menu a {
        font-size: 1.15rem;
        font-weight: 600;
        color: var(--text-heading);
    }

    /* Hero */
    .hero {
        min-height: auto;
        padding: 120px 20px 80px;
    }

    .hero h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .hero-lead {
        font-size: 0.9rem;
        margin-bottom: 28px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    .hero-actions .btn-primary,
    .hero-actions .btn-ghost {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .hero-grid { display: none; }
    .hero-accent { display: none; }
    .hero-shape-3, .hero-shape-4 { display: none; }

    .hero-stats {
        flex-wrap: wrap;
        margin-top: 36px;
        padding: 16px 20px;
    }

    .hero-stat-num {
        font-size: 1.3rem;
    }

    .hero-stat-label {
        font-size: 0.68rem;
    }

    .pc-br { display: none; }

    /* Sections */
    .section {
        padding: 64px 0;
    }

    .section-head {
        margin-bottom: 36px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    /* Strengths */
    .str-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 28px 24px;
        text-align: center;
    }

    .str-panel-num {
        font-size: 2.4rem;
    }

    .str-panel-icon {
        margin: 0 auto;
    }

    /* Service preview */
    .svc-top-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .svc-bottom-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .svc-bottom-item {
        padding: 18px 20px;
    }

    /* CTA */
    .cta-gradient {
        padding: 48px 0;
    }

    .cta-card {
        padding: 36px 24px;
        margin: 0 16px;
    }

    .cta-card h2 {
        font-size: 1.3rem;
    }

    /* Hero sub */
    .hero-sub {
        padding: 110px 0 44px;
    }

    .hero-sub h1 {
        font-size: 1.7rem;
    }

    /* Service detail */
    .svc-detail-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 24px;
    }

    .svc-detail-icon {
        width: 72px;
        height: 72px;
    }

    .svc-detail-icon svg {
        width: 36px;
        height: 36px;
    }

    .svc-detail-body h3 {
        font-size: 1.1rem;
    }

    .svc-compact-item {
        padding: 22px 20px;
        gap: 16px;
    }

    .svc-compact-text h3 {
        font-size: 0.95rem;
    }

    /* CTA banner */
    .cta-banner {
        padding: 40px 24px;
    }

    .cta-banner h2 {
        font-size: 1.3rem;
    }

    /* Profile */
    .profile-wrap {
        padding: 28px 20px;
    }

    .profile-table th {
        display: block;
        width: 100%;
        padding: 16px 0 4px;
    }

    .profile-table td {
        display: block;
        padding: 4px 0 16px;
    }

    /* Buttons */
    .btn-primary {
        padding: 14px 32px;
    }

    .btn-ghost {
        padding: 12px 28px;
    }

    .btn-white {
        padding: 14px 36px;
    }

    /* Footer */
    .footer-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
