:root {
  --ink: #13231f;
  --paper: #f7f4ed;
  --orange: #e76535;
  --lime: #d8ec78;
  --muted: #64716d;
  --line: #d7d8ce;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.site-header { padding: 22px 0; }
.navigation, .footer-inner, .admin-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 7px; font: 800 14px Arial, sans-serif; text-transform: uppercase; }
.brand em { color: var(--orange); font-style: normal; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; font: 18px Georgia, serif; }
.nav-links { display: flex; gap: 28px; font: 14px Arial, sans-serif; }
.nav-cta, .button-primary { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 19px; border: 0; color: var(--white); background: var(--ink); font: 700 13px Arial, sans-serif; cursor: pointer; }
.nav-cta:hover, .button-primary:hover { background: var(--orange); }

.hero { overflow: hidden; padding: 70px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 470px; }
.eyebrow { margin: 0 0 20px; color: var(--orange); font: 700 12px Arial, sans-serif; }
.hero h1, h2, h1 { margin: 0; font-weight: 400; line-height: .98; }
.hero h1 { max-width: 680px; font-size: clamp(54px, 7vw, 100px); }
.hero-description { max-width: 510px; margin: 28px 0 34px; color: var(--muted); font-size: 20px; line-height: 1.45; }
.hero-art { position: relative; justify-self: end; width: min(370px, 38vw); aspect-ratio: 1; border-radius: 50%; background: var(--lime); }
.hero-art > span { position: absolute; top: 23px; left: 27px; font: 700 15px Arial, sans-serif; }
.orbit { position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.orbit-one { inset: 18%; }.orbit-two { inset: 33%; }.sun { position: absolute; inset: 42%; background: var(--orange); border-radius: 50%; }

.statement { padding: 105px 0; background: var(--ink); color: var(--white); }
.split-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.split-section h2, .section-heading h2, .contact h2 { font-size: clamp(40px, 5vw, 68px); }
.split-section p:not(.eyebrow) { max-width: 620px; color: #d3dcd8; font-size: 21px; line-height: 1.5; }
.services { padding: 100px 0; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }.section-heading h2 { max-width: 600px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service { min-height: 255px; padding: 25px 28px 22px 0; border-right: 1px solid var(--line); }.service + .service { padding-left: 28px; }.service:last-child { border-right: 0; }
.service > span { color: var(--orange); font: 700 13px Arial, sans-serif; }.service h3 { margin: 65px 0 13px; font-size: 26px; font-weight: 400; }.service p { color: var(--muted); line-height: 1.5; }
.catalog-note { max-width: 720px; margin: -28px 0 40px; color: var(--muted); line-height: 1.5; }.service-price { display: block; margin-top: 20px; color: var(--orange); font: 700 22px Arial, sans-serif; }.product-link { display: inline-block; margin-top: 16px; border-bottom: 1px solid var(--ink); font: 700 12px Arial, sans-serif; }

.contact { padding: 98px 0; background: var(--lime); }.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.contact-details { display: grid; gap: 11px; margin-top: 45px; font-family: Arial, sans-serif; }.contact-details a { font-weight: 700; }.contact-details p { color: var(--muted); }
.contact-form, .login-form, .content-form { display: grid; gap: 18px; } label { display: grid; gap: 7px; font: 700 12px Arial, sans-serif; text-transform: uppercase; }
input, textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid #829982; outline: 0; color: var(--ink); background: transparent; font: 18px Georgia, serif; resize: vertical; }
input:focus, textarea:focus { border-color: var(--orange); }.contact-form .button-primary { width: max-content; margin-top: 7px; }
.site-footer { padding: 28px 0; color: var(--white); background: var(--ink); }.site-footer p, .site-footer > div > a:last-child { margin: 0; color: #abb9b4; font: 13px Arial, sans-serif; }
.validation { color: #a81f18; font: 13px Arial, sans-serif; }.form-success { padding: 13px; color: var(--ink); background: var(--white); font: 14px Arial, sans-serif; }

.admin-login-page { display: grid; min-height: 100vh; place-items: center; background: var(--ink); }.login-panel { display: grid; width: min(460px, calc(100% - 42px)); gap: 42px; padding: 46px; background: var(--paper); }.login-panel h1 { font-size: 48px; }.login-form .button-primary { margin-top: 14px; }
.admin-shell { min-height: 100vh; }.admin-top { padding: 22px max(24px, calc((100% - 1120px) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }.admin-top nav { display: flex; align-items: center; gap: 25px; font: 700 13px Arial, sans-serif; }.admin-top nav .active { color: var(--orange); }.admin-top form { margin: 0; }.admin-top button { padding: 0; border: 0; color: var(--muted); background: none; font: inherit; cursor: pointer; }
.admin-content { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0; }.admin-content h1 { font-size: 58px; }.admin-subtitle { margin: 15px 0 42px; color: var(--muted); font-size: 18px; }.message-list { display: grid; gap: 12px; }
.message-card { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 25px; background: var(--white); border-left: 4px solid var(--orange); }.message-card h2 { font-size: 23px; }.message-card p { margin: 5px 0; color: var(--muted); }.message-card a, .message-card time { font: 13px Arial, sans-serif; }.message-text { grid-column: 1 / -1; color: var(--ink) !important; line-height: 1.55; }.empty-state { padding: 35px; color: var(--muted); background: var(--white); }
.content-form { max-width: 780px; }.content-form fieldset { display: grid; gap: 17px; margin: 0; padding: 27px; border: 1px solid var(--line); }.content-form legend { padding: 0 9px; font: 700 13px Arial, sans-serif; }.service-edit, .field-row { display: grid; grid-template-columns: 1fr 2fr; gap: 18px; }.content-form .button-primary { width: max-content; margin-top: 8px; }

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1120px); }.nav-links, .nav-cta { display: none; }.hero { padding: 50px 0 65px; }.hero-grid, .split-section, .contact-grid { grid-template-columns: 1fr; }.hero-art { width: 230px; margin-top: 53px; justify-self: start; }.statement, .services, .contact { padding: 65px 0; }.split-section { gap: 25px; }.section-heading { display: block; }.section-heading h2 { margin-top: 15px; }.service-grid { grid-template-columns: 1fr; }.service { min-height: auto; padding: 22px 0 35px; border-right: 0; border-bottom: 1px solid var(--line); }.service + .service { padding-left: 0; }.service h3 { margin-top: 32px; }.contact-grid { gap: 47px; }.footer-inner, .admin-top { align-items: flex-start; flex-direction: column; }.admin-top nav { gap: 16px; flex-wrap: wrap; }.admin-content { padding: 52px 0; }.admin-content h1 { font-size: 45px; }.message-card, .service-edit, .field-row { grid-template-columns: 1fr; }.message-card time { grid-row: 1; justify-self: start; }.login-panel { padding: 32px; }
}

/* Public site visual language aligned with the original Anka Kuşu website. */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root { --ink: #30304f; --paper: #ffffff; --orange: #0a6db7; --lime: #eef5fa; --muted: #6f6f7c; --line: #e6eaf0; --white: #ffffff; }
body { color: #4f4f5c; background: var(--paper); font-family: Poppins, Arial, sans-serif; }
.announcement-bar { padding: 13px 24px; color: #fff; background: #0a6db7; text-align: center; font-size: 16px; font-weight: 500; }
.announcement-bar span { margin-right: 7px; }
.site-header { padding: 0; background: #30304f; }
.navigation { min-height: 102px; }
.brand { color: #fff; font-size: 15px; letter-spacing: .02em; }
.brand em { color: #c9d9e8; }.brand-mark { width: 45px; height: 45px; color: #30304f; background: #fff; border: 1px solid #d9e5f0; border-radius: 0; font-size: 28px; }
.brand-logo { display: block; width: auto; height: 66px; max-width: 220px; object-fit: contain; }
.nav-links { gap: 32px; color: #fff; font-size: 13px; font-weight: 500; }.nav-links a:hover { color: #8dc8ee; }
.nav-cta, .button-primary { padding: 13px 25px; background: #0a6db7; border-radius: 2px; font-size: 13px; }.nav-cta:hover, .button-primary:hover { background: #075a95; }

.hero { position: relative; min-height: 505px; padding: 0; background: linear-gradient(90deg, rgba(11, 20, 35, .78), rgba(11, 20, 35, .26)), url('/images/hero-business.jpg') center / cover no-repeat; }
.hero-grid { min-height: 505px; grid-template-columns: 1fr; }.hero-copy { max-width: 690px; padding: 65px 0; }.hero .eyebrow { display: none; }.hero h1 { max-width: 100%; color: #fff; font-size: clamp(36px, 4vw, 48px); font-weight: 500; line-height: 1.15; }.hero-description { max-width: 700px; margin: 20px 0 30px; color: #fff; font-size: 19px; font-weight: 500; line-height: 1.7; }.hero-art { display: none; }

.benefits { background: #fff; }.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.benefit { display: grid; grid-template-columns: 52px 1fr 26px; gap: 16px; align-items: start; min-height: 220px; padding: 54px 34px; border-right: 1px solid #ececf0; }.benefit:last-child { border-right: 0; }.benefit-icon { color: #0a6db7; font-size: 34px; line-height: 1; }.benefit h2 { color: #30304f; font-size: 17px; font-weight: 600; line-height: 1.35; }.benefit p { margin: 10px 0 0; color: #71717e; font-size: 13px; line-height: 1.8; }.benefit > a { display: grid; width: 25px; height: 25px; place-items: center; color: #0a6db7; border: 1px solid #0a6db7; border-radius: 50%; font-size: 12px; }

.services { padding: 88px 0 104px; background: #f6f8fa; }.section-heading { display: block; margin-bottom: 18px; text-align: center; }.section-heading .eyebrow { display: none; }.section-heading h2 { max-width: none; color: #0a6db7; font-size: 28px; font-weight: 600; line-height: 1.35; text-transform: uppercase; }.catalog-note { max-width: 850px; margin: 0 auto 43px; color: #63636f; font-size: 13px; text-align: center; }.service-grid { gap: 25px; grid-template-columns: repeat(3, 1fr); border: 0; }.service { min-height: 330px; padding: 32px 27px 28px; background: #fff; border: 0; border-top: 3px solid #0a6db7; box-shadow: 0 5px 20px rgba(28, 49, 74, .08); }.service + .service { padding-left: 27px; }.service > span { display: none; }.service h3 { margin: 0 0 20px; color: #30304f; font-size: 18px; font-weight: 600; line-height: 1.45; }.service p { color: #777783; font-size: 13px; line-height: 1.75; }.service-price { margin-top: 20px; color: #0a6db7; font-size: 25px; }.product-link { margin-top: 18px; padding: 10px 17px; border: 0; border-radius: 2px; color: #fff; background: #0a6db7; font-size: 12px; }.product-link:hover { background: #30304f; }

.contact { padding: 92px 0; background: #fff; }.contact-grid { gap: 85px; }.contact .eyebrow { color: #0a6db7; }.contact h2 { color: #30304f; font-size: 36px; font-weight: 600; line-height: 1.3; }.contact-details { font-family: Poppins, Arial, sans-serif; }.contact-details a { color: #0a6db7; }.contact-details p { color: #6f6f7c; } label { color: #30304f; font-family: Poppins, Arial, sans-serif; }.contact-form { padding: 34px; background: #f6f8fa; } input, textarea { border-bottom-color: #cfd9e2; font-family: Poppins, Arial, sans-serif; font-size: 15px; }.site-footer { background: #30304f; }.site-footer p, .site-footer > div > a:last-child { color: #c4ceda; }

.admin-login-page, .admin-shell { background: #f6f8fa; }.admin-login-page { background: #30304f; }.admin-top { background: #30304f; border: 0; }.admin-top nav { color: #fff; }.admin-top nav .active { color: #8dc8ee; }.admin-top button { color: #c4ceda; }.admin-content h1 { color: #30304f; }.message-card { border-left-color: #0a6db7; }.content-form .button-primary { background: #0a6db7; }

.admin-shell { display: grid; grid-template-columns: 245px minmax(0, 1fr); min-height: 100vh; }.admin-sidebar { display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; padding: 28px 18px; color: #dce5ee; background: #30304f; }.admin-brand { display: flex; align-items: center; gap: 11px; color: #fff; font: 700 14px Poppins, Arial, sans-serif; }.admin-brand em { display: block; color: #8dc8ee; font-size: 11px; font-style: normal; font-weight: 400; }.admin-nav-label { margin: 48px 12px 14px; color: #8ea0b4; font: 700 10px Poppins, Arial, sans-serif; letter-spacing: .1em; }.admin-nav { display: grid; gap: 6px; }.admin-nav a { display: flex; align-items: center; gap: 12px; padding: 13px 12px; color: #c4ceda; border-radius: 3px; font: 500 13px Poppins, Arial, sans-serif; }.admin-nav a span { width: 20px; color: #8ea0b4; text-align: center; }.admin-nav a:hover, .admin-nav a.active { color: #fff; background: #0a6db7; }.admin-nav a.active span, .admin-nav a:hover span { color: #fff; }.admin-sidebar-bottom { display: grid; gap: 13px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); }.admin-sidebar-bottom a, .admin-sidebar-bottom button { color: #b9c3d0; background: none; border: 0; text-align: left; font: 12px Poppins, Arial, sans-serif; cursor: pointer; }.admin-sidebar-bottom a:hover, .admin-sidebar-bottom button:hover { color: #fff; }.admin-page-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }.record-count { padding: 9px 12px; color: #0a6db7; background: #eef5fa; font: 700 12px Poppins, Arial, sans-serif; }.status-form { display: flex; align-items: center; gap: 8px; margin: 0; }.status-form label { display: flex; align-items: center; gap: 8px; color: #6f6f7c; font-size: 10px; text-transform: uppercase; }.status-form select { min-width: 145px; padding: 8px 9px; border: 1px solid #d5dce4; color: #30304f; background: #fff; font: 12px Poppins, Arial, sans-serif; }.faq-admin-form { display: grid; gap: 18px; max-width: 900px; }.faq-admin-card { display: grid; gap: 15px; padding: 24px; background: #fff; border-left: 3px solid #0a6db7; box-shadow: 0 3px 15px rgba(28, 49, 74, .05); }.faq-admin-number { color: #0a6db7; font: 700 11px Poppins, Arial, sans-serif; text-transform: uppercase; }.faq-card-actions { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font: 11px Poppins, Arial, sans-serif; }.faq-card-actions .danger-button { margin-left: auto; }.faq-add-note { max-width: 900px; margin-top: 25px; padding: 18px 22px; color: #6f6f7c; background: #eef5fa; font: 12px/1.6 Poppins, Arial, sans-serif; }.faq-add-note strong { color: #30304f; }.faq-add-note p { margin: 4px 0 0; }.mobile-menu { display: none; }
.record-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; grid-column: 1 / -1; }.inline-form { display: inline-block; margin: 12px 0 0 10px; }.secondary-button { padding: 9px 12px; border: 1px solid #0a6db7; color: #0a6db7; background: #fff; font: 700 12px Poppins, Arial, sans-serif; cursor: pointer; }.secondary-button:hover { color: #fff; background: #0a6db7; }
.record-filter { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; max-width: 900px; margin: 28px 0; padding: 16px; background: #fff; }.record-filter input, .record-filter select { width: auto; min-width: 220px; padding: 9px 11px; border: 1px solid #d5dce4; color: #30304f; background: #fff; font: 12px Poppins, Arial, sans-serif; }.record-filter select { min-width: 170px; }.clear-filter { color: #6f6f7c; font: 12px Poppins, Arial, sans-serif; }.pager { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }.pager a { display: grid; min-width: 34px; height: 34px; place-items: center; color: #30304f; background: #fff; border: 1px solid #d5dce4; font: 12px Poppins, Arial, sans-serif; }.pager a.active, .pager a:hover { color: #fff; background: #0a6db7; border-color: #0a6db7; }.blog-admin-form { display: grid; gap: 18px; max-width: 940px; }.blog-admin-card { display: grid; gap: 15px; padding: 24px; background: #fff; border-left: 3px solid #0a6db7; box-shadow: 0 3px 15px rgba(28, 49, 74, .05); }.two-column-admin-fields, .blog-image-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.blog-image-fields img { display: block; width: 100%; height: 150px; margin-top: 12px; object-fit: cover; }.blog-admin-form textarea { min-height: 90px; }

.page-hero { padding: 72px 0; color: #fff; background: linear-gradient(110deg, rgba(23, 41, 70, .94), rgba(10, 109, 183, .78)), url('/images/hero-business.jpg') center / cover no-repeat; }.page-hero p { margin: 0 0 15px; color: #b8dcf4; font-size: 12px; font-weight: 600; letter-spacing: .06em; }.page-hero h1 { font-size: clamp(38px, 5vw, 58px); font-weight: 600; }.content-page { padding: 82px 0; background: #f6f8fa; }.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 50px; align-items: start; }.blog-list { display: grid; gap: 22px; }.blog-card { padding: 35px; background: #fff; border-top: 3px solid #0a6db7; box-shadow: 0 4px 20px rgba(28, 49, 74, .07); }.post-category { color: #0a6db7; font-size: 12px; font-weight: 700; text-transform: uppercase; }.blog-card h2 { margin: 11px 0 8px; color: #30304f; font-size: 25px; font-weight: 600; line-height: 1.35; }.post-meta { margin: 0 0 17px; color: #8a8a95; font-size: 13px; }.blog-card > p:not(.post-meta) { margin: 0; color: #6d6d78; line-height: 1.8; }.article-link { display: inline-flex; gap: 9px; margin-top: 23px; color: #0a6db7; font-size: 13px; font-weight: 700; }.page-aside { padding: 30px; background: #fff; border-top: 3px solid #30304f; }.page-aside h2 { margin: 0 0 16px; color: #30304f; font-size: 17px; font-weight: 600; }.page-aside ul { display: grid; gap: 12px; margin: 0 0 31px; padding: 0; list-style: none; }.page-aside li, .page-aside p { color: #6d6d78; font-size: 13px; line-height: 1.6; }.narrow-content { max-width: 900px; }.section-intro { max-width: 640px; margin: 0 0 31px; color: #6d6d78; line-height: 1.8; }.faq-list { display: grid; gap: 10px; }.faq-item { background: #fff; border-left: 3px solid #0a6db7; box-shadow: 0 3px 15px rgba(28, 49, 74, .05); }.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 24px; color: #30304f; cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { color: #0a6db7; font-size: 22px; font-weight: 400; }.faq-item[open] summary span { transform: rotate(45deg); }.faq-item p { margin: 0; padding: 0 24px 22px; color: #6d6d78; font-size: 14px; line-height: 1.8; }

@media (max-width: 720px) {
  .announcement-bar { padding: 11px 16px; font-size: 14px; }.navigation { min-height: 88px; }.brand { font-size: 12px; }.brand-mark { width: 37px; height: 37px; font-size: 23px; }.nav-links, .nav-cta { display: none; }.mobile-menu { display: block; margin-left: auto; color: #fff; font: 700 12px Poppins, Arial, sans-serif; }.mobile-menu summary { padding: 9px 11px; border: 1px solid rgba(255, 255, 255, .5); cursor: pointer; list-style: none; }.mobile-menu-links { position: absolute; right: 16px; z-index: 10; display: grid; min-width: 190px; margin-top: 9px; padding: 8px; background: #30304f; box-shadow: 0 8px 25px rgba(0, 0, 0, .2); }.mobile-menu-links a { padding: 10px; color: #fff; }.mobile-menu-links a:hover { color: #8dc8ee; }.hero, .hero-grid { min-height: 405px; }.hero-copy { padding: 70px 0 55px; }.hero h1 { font-size: 35px; }.hero-description { font-size: 16px; line-height: 1.65; }.benefit-grid, .service-grid { grid-template-columns: 1fr; }.benefit { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid #ececf0; }.benefit:last-child { border-bottom: 0; }.services { padding: 62px 0; }.section-heading h2 { font-size: 23px; }.service { min-height: auto; padding: 27px; border: 0; border-top: 3px solid #0a6db7; }.service + .service { padding-left: 27px; }.contact { padding: 62px 0; }.contact h2 { font-size: 29px; }.contact-form { padding: 24px; }
  .brand-logo { height: 52px; max-width: 185px; }.page-hero { padding: 55px 0; }.content-page { padding: 52px 0; }.blog-layout { grid-template-columns: 1fr; gap: 28px; }.blog-card { padding: 27px 23px; }.blog-card h2 { font-size: 21px; }.page-aside { padding: 24px; }.faq-item summary { padding: 18px; font-size: 15px; }.faq-item p { padding: 0 18px 19px; }
}

.site-footer { padding: 0; color: #c6d0db; background: #30304f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.1fr 1.15fr .8fr; gap: 42px; padding: 66px 0 54px; }
.footer-grid section { min-width: 0; }
.footer-grid h2 { margin: 0 0 24px; color: #fff; font-size: 17px; font-weight: 600; line-height: 1.3; }
.footer-brand h2 { margin-bottom: 17px; }.footer-logo { display: block; width: auto; height: 52px; max-width: 185px; margin-bottom: 19px; object-fit: contain; }
.footer-brand p, .footer-contact p { margin: 0; color: #b9c3d0; font-size: 13px; line-height: 1.85; }
.footer-posts, .footer-links { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.footer-posts li { display: grid; gap: 5px; }.footer-posts a, .footer-links a, .footer-contact a { color: #d6dfe8; font-size: 13px; line-height: 1.5; }
.footer-posts a:hover, .footer-links a:hover, .footer-contact a:hover { color: #8dc8ee; }.footer-posts time { color: #8ea0b4; font-size: 11px; }
.footer-contact { display: grid; align-content: start; gap: 12px; }.footer-contact h2 { margin-bottom: 12px; }.footer-contact a { color: #8dc8ee; }
.footer-links { gap: 12px; }.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); }.footer-bottom p { margin: 0; padding: 19px 0; color: #aab7c4; font-size: 12px; }

@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding: 48px 0 42px; }.footer-grid h2 { margin-bottom: 16px; }.footer-logo { height: 46px; }.footer-bottom p { padding: 16px 0; font-size: 11px; }
}

@media (max-width: 720px) {
  .admin-shell { display: block; }.admin-sidebar { position: static; height: auto; padding: 16px; }.admin-nav-label, .admin-sidebar-bottom { display: none; }.admin-brand { margin-bottom: 14px; }.admin-nav { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; }.admin-nav a { flex: 0 0 auto; padding: 10px 11px; white-space: nowrap; }.admin-nav a span { display: none; }.admin-content { width: min(100% - 32px, 920px); padding: 42px 0; }.admin-page-heading { display: block; }.record-count { display: inline-block; margin-top: 10px; }.message-card { grid-template-columns: 1fr; }.status-form { align-items: start; flex-direction: column; }.status-form select { width: 100%; }.faq-card-actions { align-items: start; flex-direction: column; }.faq-card-actions .danger-button { margin-left: 0; }.admin-content h1 { font-size: 43px; }
}

.hero { background-image: linear-gradient(90deg, rgba(11, 20, 35, .78), rgba(11, 20, 35, .26)), var(--hero-image, url('/images/hero-business.jpg')); }
.page-hero { background-image: linear-gradient(110deg, rgba(23, 41, 70, .94), rgba(10, 109, 183, .78)), var(--page-image, url('/images/hero-business.jpg')); }
.blog-card { padding-top: 0; }.blog-card-image { display: block; width: calc(100% + 70px); height: 190px; margin: -3px -35px 28px; object-fit: cover; }

@media (max-width: 720px) {
  .blog-card { padding-top: 0; }.blog-card-image { width: calc(100% + 46px); height: 160px; margin-left: -23px; margin-right: -23px; }
}

.eimza-page { padding: 78px 0 100px; background: #f6f8fa; }
.eimza-intro { max-width: 760px; margin-bottom: 38px; }.eimza-intro h2 { color: #30304f; font-size: clamp(34px, 4vw, 48px); font-weight: 600; line-height: 1.2; }.eimza-intro > p:last-child { max-width: 650px; margin: 20px 0 0; color: #6d6d78; font-size: 16px; line-height: 1.8; }
.eimza-form { display: grid; gap: 25px; max-width: 940px; }.eimza-form fieldset { min-width: 0; margin: 0; padding: 30px; border: 0; background: #fff; border-top: 3px solid #0a6db7; box-shadow: 0 4px 20px rgba(28, 49, 74, .07); }.eimza-form legend { padding: 0 8px; color: #30304f; font-size: 19px; font-weight: 600; }.eimza-fields { display: grid; gap: 22px; }.eimza-fields.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }.eimza-form label { min-width: 0; }.eimza-form select { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid #cfd9e2; outline: 0; color: #4f4f5c; background: transparent; font: 15px Poppins, Arial, sans-serif; }.eimza-form select:focus { border-color: #0a6db7; }.eimza-form input[type=file] { padding: 10px 0; font-size: 13px; }.field-help { margin: 0 0 22px; color: #6d6d78; font-size: 13px; line-height: 1.7; }.payment-note { display: grid; gap: 9px; padding: 27px 30px; color: #fff; background: #30304f; }.payment-note .eyebrow { margin: 0; color: #8dc8ee; }.payment-note p:not(.eyebrow) { max-width: 720px; margin: 0; color: #d5dce5; font-size: 13px; line-height: 1.7; }.payment-note strong { color: #fff; font-size: 16px; letter-spacing: .03em; }.payment-note span { color: #b9c3d0; font-size: 12px; line-height: 1.6; }.consent-label { display: flex !important; grid-template-columns: none; align-items: center; gap: 9px; color: #4f4f5c !important; font-size: 13px !important; font-weight: 400 !important; text-transform: none !important; }.consent-label input { width: 17px; height: 17px; margin: 0; accent-color: #0a6db7; }.eimza-form > .button-primary { width: max-content; }.eimza-success { max-width: 940px; margin: 0 0 25px; }
.form-status { max-width: 940px; padding: 15px 18px; border-left: 4px solid; font: 13px/1.6 Poppins, Arial, sans-serif; }.form-status ul { margin: 0; padding-left: 19px; }.form-status:empty { display: none; }.form-status-success { color: #175b3a; background: #e8f6ee; border-color: #27844f; }.form-status-error { color: #9d2b29; background: #fff0ef; border-color: #c83b36; }.required-mark, .field-validation { color: #c83b36 !important; }.required-mark { margin-left: 2px; font-size: 14px; }.field-validation { min-height: 18px; font-size: 12px; font-weight: 500; line-height: 1.4; text-transform: none; }.input-validation-error { border-bottom-color: #c83b36 !important; }.consent-validation { margin-top: -17px; }

@media (max-width: 720px) {
  .eimza-page { padding: 54px 0 68px; }.eimza-fields.two-columns { grid-template-columns: 1fr; }.eimza-form fieldset { padding: 24px 20px; }.payment-note { padding: 24px 20px; }.eimza-form > .button-primary { width: 100%; }
}

.image-management { display: grid; gap: 20px; }.image-edit { display: grid; grid-template-columns: minmax(0, 1fr) 150px auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }.image-edit:last-child { border-bottom: 0; }.image-edit img { width: 150px; height: 82px; object-fit: cover; }.check-label { display: flex !important; align-items: center; gap: 7px; color: var(--muted) !important; font-size: 11px !important; text-transform: none !important; white-space: nowrap; }.check-label input { width: auto; }.application-list { display: grid; gap: 16px; }.application-card { padding: 25px; background: var(--white); border-left: 4px solid var(--orange); box-shadow: 0 3px 15px rgba(28, 49, 74, .05); }.application-card header { display: flex; justify-content: space-between; gap: 20px; }.application-card h2 { margin: 5px 0 10px; color: #30304f; font-size: 24px; font-weight: 600; }.application-card header a { display: block; color: #0a6db7; font: 13px Poppins, Arial, sans-serif; }.application-card time { color: var(--muted); font: 12px Poppins, Arial, sans-serif; white-space: nowrap; }.application-details { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }.application-details p { margin: 7px 0; color: var(--muted); font: 13px/1.6 Poppins, Arial, sans-serif; }.application-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; }.application-actions form { margin: 0; }.danger-button { padding: 10px 14px; border: 1px solid #b33a3a; color: #b33a3a; background: transparent; font: 700 12px Poppins, Arial, sans-serif; cursor: pointer; }.danger-button:hover { color: #fff; background: #b33a3a; }

@media (max-width: 720px) {
  .image-edit { grid-template-columns: 1fr; }.image-edit img { width: 100%; height: 150px; }.application-card header { display: block; }.application-card time { display: block; margin-top: 14px; }.application-card { padding: 20px; }
}

.mali-muhur-intro { max-width: 730px; margin-bottom: 34px; }.mali-muhur-intro h2, .mali-muhur-cta h2 { color: #30304f; font-size: 34px; font-weight: 600; line-height: 1.3; }.mali-muhur-intro > p:last-child { color: #6d6d78; font-size: 15px; line-height: 1.8; }.mali-muhur-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.mali-muhur-grid article { padding: 25px; background: #fff; border-top: 3px solid #0a6db7; box-shadow: 0 3px 15px rgba(28, 49, 74, .05); }.mali-muhur-grid h3 { margin: 0 0 12px; color: #30304f; font-size: 17px; font-weight: 600; }.mali-muhur-grid p { margin: 0; color: #6d6d78; font-size: 13px; line-height: 1.8; }.mali-muhur-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding: 30px; background: #e6f1f9; border-left: 4px solid #0a6db7; }.mali-muhur-cta .eyebrow { margin-bottom: 9px; }.mali-muhur-cta h2 { font-size: 26px; }.mali-muhur-cta p:last-child { margin: 10px 0 0; color: #6d6d78; font-size: 13px; }

@media (max-width: 720px) {
  .mali-muhur-grid { grid-template-columns: 1fr; }.mali-muhur-cta { align-items: start; flex-direction: column; }.mali-muhur-cta .button-primary { width: 100%; }
}

