@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  scroll-behavior: smooth;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 40px;
  }
}

.section-title {
  font-family: "Orbitron", sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-subtitle {
    font-size: 14px;
  }
}

.section-header-new {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header-new__label {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #0099cc;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid rgba(0, 153, 204, 0.3);
  border-radius: 50px;
  background: rgba(0, 153, 204, 0.05);
}
.section-header-new__title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}
.section-header-new__line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0099cc, #6b5ce7);
  margin: 0 auto;
  border-radius: 2px;
}

.fade-up,
.fade-up-1s,
.fade-up-2s,
.fade-up-3s,
.fade-up-4s,
.fade-up-5s {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.fade-up.animate-in,
.fade-up-1s.animate-in,
.fade-up-2s.animate-in,
.fade-up-3s.animate-in,
.fade-up-4s.animate-in,
.fade-up-5s.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .fade-up,
  .fade-up-1s,
  .fade-up-2s,
  .fade-up-3s,
  .fade-up-4s,
  .fade-up-5s {
    transform: translateY(30px);
  }
}

.fade-up-1s.animate-in {
  transition-delay: 0.2s;
}

.fade-up-2s.animate-in {
  transition-delay: 0.4s;
}

.fade-up-3s.animate-in {
  transition-delay: 0.6s;
}

.fade-up-4s.animate-in {
  transition-delay: 0.8s;
}

.fade-up-5s.animate-in {
  transition-delay: 1s;
}

.page-hero {
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  padding: 6rem 0 4rem;
  text-align: center;
  color: #fff;
}
.page-hero__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
.page-hero__title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 0.5rem;
}
.page-hero__subtitle {
  font-size: 1rem;
  opacity: 0.9;
}

.breadcrumb {
  background: #f8fafc;
  padding: 1rem 0;
}
.breadcrumb__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .breadcrumb__list {
    padding: 0 15px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #718096;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: #a0aec0;
}
.breadcrumb__item a {
  color: #0099cc;
  text-decoration: none;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}

.page-content {
  padding: 3rem 0;
}
.page-content__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-content__main {
  line-height: 1.9;
  color: #4a5568;
}
.page-content__main h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0099cc;
}
.page-content__main p {
  margin-bottom: 1.5rem;
}

.header {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease box-shadow 0.3s ease ease;
}
.header__container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media (max-width: 768px) {
  .header__container {
    height: 60px;
    padding: 0 15px;
  }
}
.header__logo-link {
  display: block;
  text-decoration: none;
}
.header__logo-text {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #89bdd3 0%, #c6d3d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: all 0.6s ease, background-position 0.6s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .header__logo-text {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
.header__logo-text:hover {
  background-position: 100% 50%;
  transform: scale(1.02);
}
.header__nav-list {
  display: flex;
  list-style: none;
  gap: 40px;
}
@media (max-width: 768px) {
  .header__nav-list {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #f1f2f2;
    flex-direction: column;
    gap: 0;
    padding: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow-y: auto;
  }
}
.header__nav-item {
  position: relative;
}
@media (max-width: 768px) {
  .header__nav-item {
    border-bottom: 1px solid #c8d8e1;
  }
  .header__nav-item:last-child {
    border-bottom: none;
  }
}
.header__nav-link {
  color: #333;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  transition: color 0.3s ease;
  position: relative;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .header__nav-link {
    display: block;
    padding: 20px 30px;
    font-size: 18px;
    transition: background-color 0.3s ease;
  }
  .header__nav-link:hover {
    background-color: #c8d8e1;
    color: #333;
  }
}
.header__nav-link:hover {
  color: #89bdd3;
}
@media (max-width: 768px) {
  .header__nav-link:hover {
    color: #333;
  }
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #89bdd3;
  transition: width 0.3s ease;
}
@media (max-width: 768px) {
  .header__nav-link::after {
    display: none;
  }
}
.header__nav-link:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .header__nav-link:hover::after {
    width: 0;
  }
}
@media (max-width: 768px) {
  .header__nav.is-open .header__nav-list {
    display: flex !important;
  }
}
.header__menu-btn {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  justify-content: space-between;
  position: relative;
  z-index: 1001;
}
@media (max-width: 768px) {
  .header__menu-btn {
    display: flex !important;
  }
}
.header__menu-btn.is-open .header__menu-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header__menu-btn.is-open .header__menu-line:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.is-open .header__menu-line:nth-child(3) {
  transform: rotate(-45deg) translate(9.5px, -9.5px);
}
.header__menu-line {
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  border: none;
}
.header.scrolled {
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }
}
.hero-impact {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 30%, #e0f2fe 70%, #f8fafc 100%);
}
.hero-impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  z-index: 0;
}
.hero-impact__services {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.hero-impact__service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(110px, 14vw, 160px);
  height: clamp(110px, 14vw, 160px);
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
}
.hero-impact__service-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.hero-impact__service-card:hover .hero-impact__service-bg {
  transform: scale(1.1);
}
.hero-impact__service-card[data-service=web] .hero-impact__service-bg {
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.75), rgba(0, 102, 153, 0.85)), url("../images/HP.png");
  background-size: cover;
  background-position: center;
}
.hero-impact__service-card[data-service=design] .hero-impact__service-bg {
  background: linear-gradient(135deg, rgba(107, 92, 231, 0.75), rgba(139, 92, 246, 0.85)), url("../images/design.png");
  background-size: cover;
  background-position: center;
}
.hero-impact__service-card[data-service=programming] .hero-impact__service-bg {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.75), rgba(244, 114, 182, 0.85)), url("../images/programming.png");
  background-size: cover;
  background-position: center;
}
.hero-impact__service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  transition: transform 0.4s ease 0.3s ease;
}
.hero-impact__service-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem;
}
.hero-impact__service-icon {
  width: 40px;
  height: 40px;
  color: #fff;
}
.hero-impact__service-icon svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: none;
}
.hero-impact__service-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: clamp(0.7rem, 1.3vw, 0.9rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.hero-impact__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  display: flex;
  gap: 0;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero-impact__bg-char {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: clamp(150px, 25vw, 350px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 3px rgba(0, 180, 220, 0.15);
  line-height: 1;
  opacity: 0;
  animation: charReveal 1s ease-out forwards, charPulse 4s ease-in-out infinite;
}
.hero-impact__bg-char--1 {
  animation-delay: 0s, 1s;
  -webkit-text-stroke: 4px rgba(0, 180, 220, 0.2);
  background: linear-gradient(180deg, rgba(0, 180, 220, 0.1) 0%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-impact__bg-char--2 {
  animation-delay: 0.1s, 1.1s;
  color: rgba(255, 100, 100, 0.08);
  -webkit-text-stroke: 4px rgba(255, 100, 100, 0.18);
}
.hero-impact__bg-char--3 {
  animation-delay: 0.2s, 1.2s;
}
.hero-impact__bg-char--4 {
  animation-delay: 0.3s, 1.3s;
}
.hero-impact__bg-char--5 {
  animation-delay: 0.4s, 1.4s;
}
.hero-impact__bg-char--6 {
  animation-delay: 0.5s, 1.5s;
  color: rgba(255, 100, 100, 0.08);
  -webkit-text-stroke: 4px rgba(255, 100, 100, 0.18);
}
.hero-impact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 80%, rgba(0, 200, 255, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(255, 150, 150, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(180, 130, 255, 0.06) 0%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}
.hero-impact__particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
.hero-impact__particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, rgba(0, 180, 220, 0.4), rgba(255, 130, 130, 0.4));
  border-radius: 50%;
  animation: particleFloat 15s linear infinite;
}
.hero-impact__particles span:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 12s;
}
.hero-impact__particles span:nth-child(2) {
  left: 20%;
  animation-delay: 2s;
  animation-duration: 14s;
}
.hero-impact__particles span:nth-child(3) {
  left: 30%;
  animation-delay: 4s;
  animation-duration: 11s;
}
.hero-impact__particles span:nth-child(4) {
  left: 40%;
  animation-delay: 1s;
  animation-duration: 16s;
}
.hero-impact__particles span:nth-child(5) {
  left: 50%;
  animation-delay: 3s;
  animation-duration: 13s;
}
.hero-impact__particles span:nth-child(6) {
  left: 60%;
  animation-delay: 5s;
  animation-duration: 15s;
}
.hero-impact__particles span:nth-child(7) {
  left: 70%;
  animation-delay: 2.5s;
  animation-duration: 12s;
}
.hero-impact__particles span:nth-child(8) {
  left: 80%;
  animation-delay: 1.5s;
  animation-duration: 14s;
}
.hero-impact__particles span:nth-child(9) {
  left: 90%;
  animation-delay: 4.5s;
  animation-duration: 11s;
}
.hero-impact__particles span:nth-child(10) {
  left: 95%;
  animation-delay: 0.5s;
  animation-duration: 16s;
}
.hero-impact__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
}
.hero-impact__badge {
  display: inline-block;
  padding: 8px 24px;
  background: rgba(0, 180, 220, 0.08);
  border: 1px solid rgba(0, 180, 220, 0.2);
  border-radius: 50px;
  color: #0099bb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  animation: fadeInDown 0.8s ease-out 0.5s both;
}
.hero-impact__title {
  margin-bottom: 30px;
}
.hero-impact__title-line {
  display: block;
  font-size: clamp(32px, 7vw, 72px);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.3;
  letter-spacing: 0.02em;
  animation: fadeInUp 0.8s ease-out both;
}
.hero-impact__title-line:nth-child(1) {
  animation-delay: 0.7s;
}
.hero-impact__title-line:nth-child(2) {
  animation-delay: 0.9s;
}
.hero-impact__title-line:nth-child(3) {
  animation-delay: 1.1s;
}
.hero-impact__title-line--accent {
  background: linear-gradient(135deg, #00b4d8 0%, #ff6b6b 50%, #feca57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-impact__subtitle {
  font-size: clamp(16px, 2.5vw, 22px);
  color: #555;
  line-height: 1.8;
  margin-bottom: 50px;
  animation: fadeInUp 0.8s ease-out 1.3s both;
}
.hero-impact__subtitle .sp-only {
  display: none;
}
.hero-impact__cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 1.5s both;
}
.hero-impact__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 60px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.hero-impact__btn--primary {
  background: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);
  color: #fff;
  box-shadow: 0 10px 40px rgba(0, 180, 216, 0.3);
}
.hero-impact__btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}
.hero-impact__btn--primary:hover::before {
  left: 100%;
}
.hero-impact__btn--primary:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 180, 216, 0.4);
}
.hero-impact__btn--outline {
  background: transparent;
  color: #1a1a2e;
  border: 2px solid rgba(0, 150, 180, 0.3);
  backdrop-filter: blur(10px);
}
.hero-impact__btn--outline:hover {
  background: rgba(0, 180, 220, 0.1);
  border-color: rgba(0, 180, 220, 0.5);
  transform: translateY(-5px);
}
.hero-impact__btn-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.hero-impact__btn:hover .hero-impact__btn-arrow {
  transform: translateX(5px);
}
.hero-impact__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  padding-bottom: 30px;
  z-index: 10;
}
.hero-impact__scroll-mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
}
.hero-impact__scroll-wheel {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: rgba(0, 150, 180, 0.5);
  border-radius: 4px;
  animation: scrollWheel 1.5s ease-in-out infinite;
}
.hero-impact__scroll-text {
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-impact .hero-impact__bg-text {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  .hero-impact .hero-impact__bg-char {
    font-size: clamp(80px, 20vw, 150px);
    -webkit-text-stroke: 2px rgba(0, 180, 220, 0.12);
  }
  .hero-impact .hero-impact__badge {
    padding: 6px 18px;
    font-size: 10px;
    letter-spacing: 2px;
  }
  .hero-impact .hero-impact__subtitle .sp-only {
    display: inline;
  }
  .hero-impact .hero-impact__cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-impact .hero-impact__btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 16px 30px;
  }
  .hero-impact .hero-impact__scroll {
    margin-top: 24px;
    padding-bottom: 20px;
  }
  .hero-impact .hero-impact__services {
    gap: 1rem;
    margin-top: 2rem;
  }
  .hero-impact .hero-impact__service-card {
    width: 95px;
    height: 95px;
  }
  .hero-impact .hero-impact__service-icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .hero-impact .hero-impact__services {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .hero-impact .hero-impact__service-card {
    width: 85px;
    height: 85px;
  }
}

@keyframes charReveal {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes charPulse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes particleFloat {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(720deg);
    opacity: 0;
  }
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-new {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f7ff 50%, #e0f0ff 100%);
  overflow: hidden;
}
.hero-new__bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
}
.hero-new__bg-animation span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(0, 153, 204, 0.25);
  animation: hero-float 20s infinite;
  border-radius: 50%;
}
.hero-new__bg-animation span:nth-child(1) {
  left: 10%;
  width: 25px;
  height: 25px;
  animation-delay: 0s;
}
.hero-new__bg-animation span:nth-child(2) {
  left: 20%;
  width: 35px;
  height: 35px;
  animation-delay: 2s;
}
.hero-new__bg-animation span:nth-child(3) {
  left: 35%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.hero-new__bg-animation span:nth-child(4) {
  left: 50%;
  width: 45px;
  height: 45px;
  animation-delay: 0s;
}
.hero-new__bg-animation span:nth-child(5) {
  left: 65%;
  width: 25px;
  height: 25px;
  animation-delay: 3s;
}
.hero-new__bg-animation span:nth-child(6) {
  left: 80%;
  width: 30px;
  height: 30px;
  animation-delay: 5s;
}
.hero-new__bg-animation span:nth-child(7) {
  left: 90%;
  width: 20px;
  height: 20px;
  animation-delay: 1s;
}
.hero-new__container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  max-width: 900px;
}
.hero-new__logo {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #0099cc, #6b5ce7, #0099cc);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-gradient 4s ease infinite;
}
.hero-new__line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #0099cc, #6b5ce7);
  margin: 0 auto 2rem;
  border-radius: 2px;
}
.hero-new__tagline {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.9rem, 2.5vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 1.5rem;
  color: #2d3748;
}
.hero-new__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #718096;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.hero-new__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.hero-new__btn {
  position: relative;
  padding: 1rem 2.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s ease 0.3s ease;
  overflow: hidden;
}
.hero-new__btn--primary {
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  box-shadow: 0 4px 25px rgba(0, 153, 204, 0.4);
}
.hero-new__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(0, 153, 204, 0.6);
}
.hero-new__btn--secondary {
  background: transparent;
  color: #2d3748;
  border: 2px solid rgba(45, 55, 72, 0.3);
}
.hero-new__btn--secondary:hover {
  background: rgba(0, 153, 204, 0.1);
  border-color: #0099cc;
  color: #0099cc;
  transform: translateY(-3px);
}
.hero-new__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: hero-bounce 2s ease-in-out infinite;
}
.hero-new__scroll-text {
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #718096;
}
.hero-new__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 153, 204, 0.8), transparent);
}
@media (max-width: 768px) {
  .hero-new {
    padding-top: 80px;
  }
  .hero-new__tagline {
    letter-spacing: 0.2em;
  }
  .hero-new__buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-new__btn {
    width: 250px;
    text-align: center;
  }
}

@keyframes hero-float {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(720deg);
    opacity: 0;
  }
}
@keyframes hero-gradient {
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}
@keyframes hero-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.hero {
  position: relative;
  height: 90vh;
  min-height: 600px;
  overflow: hidden;
  background-image: url("../images/heroImg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero {
    min-height: 500px;
    height: 80vh;
    background-attachment: scroll;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(200, 216, 225, 0.7) 0%, rgba(198, 211, 208, 0.6) 50%, rgba(137, 189, 211, 0.8) 100%);
  z-index: 1;
}
.hero__slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__slide--active {
  opacity: 1;
}
.hero__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .hero__container {
    padding: 0 15px;
  }
}
.hero__container {
  text-align: center;
}
.hero__title {
  font-family: "Orbitron", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #f1f2f2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .hero__title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
}
.hero__subtitle {
  font-size: 24px;
  color: #f1f2f2;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.hero__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.hero__btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  display: inline-block;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__btn {
    padding: 12px 25px;
    font-size: 14px;
    width: 250px;
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .hero__btn {
    width: 220px;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.hero__btn--primary {
  background-color: #89bdd3;
  color: #f1f2f2;
  box-shadow: 0 4px 15px rgba(137, 189, 211, 0.4);
}
.hero__btn--primary:hover {
  background-color: rgb(99.8518518519, 168.2222222222, 197.1481481481);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(137, 189, 211, 0.6);
}
@media (max-width: 768px) {
  .hero__btn--primary:hover {
    transform: translateY(-1px);
  }
}
.hero__btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(137, 189, 211, 0.4);
}
.hero__btn--secondary {
  background-color: transparent;
  color: #f1f2f2;
  border: 2px solid #f1f2f2;
}
.hero__btn--secondary:hover {
  background-color: #f1f2f2;
  color: #89bdd3;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .hero__btn--secondary:hover {
    transform: translateY(-1px);
  }
}
.hero__btn--secondary:active {
  transform: translateY(0);
}
.hero__indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__indicators {
    bottom: 20px;
    gap: 8px;
  }
}
.hero__indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f1f2f2;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
@media (max-width: 768px) {
  .hero__indicator {
    width: 10px;
    height: 10px;
  }
}
.hero__indicator--active {
  background-color: #f1f2f2;
}
.hero__indicator:hover {
  background-color: rgba(241, 242, 242, 0.7);
  transform: scale(1.1);
}
.hero__indicator:focus {
  outline: 2px solid rgba(241, 242, 242, 0.5);
  outline-offset: 2px;
}

.about {
  padding: 100px 0;
  background-color: #f1f2f2;
}
@media (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .about {
    padding: 40px 0;
  }
}
.about__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about__container {
    padding: 0 15px;
  }
}
.about__content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .about__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .about__content {
    gap: 30px;
  }
}
.about__text {
  order: 1;
}
@media (max-width: 768px) {
  .about__text {
    order: 2;
  }
}
.about__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .about__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.about__description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: rgb(76.5, 76.5, 76.5);
}
@media (max-width: 768px) {
  .about__description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .about__description {
    font-size: 13px;
    line-height: 1.6;
  }
}
.about__description:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about__description:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .about__description:last-of-type {
    margin-bottom: 25px;
  }
}
.about__features {
  display: grid;
  gap: 25px;
}
@media (max-width: 768px) {
  .about__features {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .about__features {
    gap: 15px;
  }
}
.about__feature {
  padding: 20px;
  background-color: rgb(233, 239.4, 243);
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about__feature {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .about__feature {
    padding: 12px;
  }
}
.about__feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(137, 189, 211, 0.1), transparent);
  transition: left 0.5s ease;
}
.about__feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(137, 189, 211, 0.2);
}
.about__feature:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .about__feature:hover {
    transform: translateY(-2px);
  }
}
.about__feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__feature-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .about__feature-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.about__feature-text {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__feature-text {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .about__feature-text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.about__image {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
@media (max-width: 768px) {
  .about__image {
    order: 1;
  }
}
.about__image-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #f1f2f2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .about__image-placeholder {
    height: 200px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about__image-placeholder {
    height: 160px;
    font-size: 14px;
  }
}
.about__image-placeholder::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(241, 242, 242, 0.1) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: transform 0.6s ease;
}
.about__image-placeholder:hover {
  transform: scale(1.02);
}
.about__image-placeholder:hover::before {
  transform: rotate(45deg) translate(50%, 50%);
}

.about-new {
  padding: 8rem 0;
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 50%, #f0f4f8 100%);
  position: relative;
}
.about-new__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.about-new__content {
  display: grid;
  gap: 4rem;
}
.about-new__main {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.about-new__headline {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #2d3748;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.about-new__headline-accent {
  background: linear-gradient(90deg, #0099cc, #6b5ce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-new__text {
  font-size: 1.1rem;
  color: #718096;
  line-height: 2;
}
.about-new__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding: 2rem 0;
  align-items: start;
}
.about-new__card {
  background: #fff;
  border: 1px solid rgba(0, 153, 204, 0.1);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.about-new__card:nth-child(1) {
  transform: translateY(40px);
}
.about-new__card:nth-child(2) {
  transform: translateY(-20px);
}
.about-new__card:nth-child(3) {
  transform: translateY(60px);
}
.about-new__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0099cc, #6b5ce7, #0099cc);
  background-size: 200% 100%;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.about-new__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 153, 204, 0.3), transparent);
}
.about-new__card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: rgba(0, 153, 204, 0.4);
  box-shadow: 0 24px 48px rgba(0, 153, 204, 0.2);
}
.about-new__card:hover::before {
  transform: scaleX(1);
  animation: gradientShift 2s ease infinite;
}
.about-new__card:nth-child(1):hover {
  transform: translateY(30px) scale(1.03);
}
.about-new__card:nth-child(2):hover {
  transform: translateY(-30px) scale(1.03);
}
.about-new__card:nth-child(3):hover {
  transform: translateY(50px) scale(1.03);
}
.about-new__card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.2), rgba(107, 92, 231, 0.2));
  border-radius: 50%;
  color: #0099cc;
}
.about-new__card-icon svg {
  width: 28px;
  height: 28px;
}
.about-new__card-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1rem;
}
.about-new__card-text {
  font-size: 0.95rem;
  color: #718096;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .about-new__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem 0;
  }
  .about-new__card:nth-child(1), .about-new__card:nth-child(2), .about-new__card:nth-child(3) {
    transform: translateY(0);
  }
  .about-new__card:nth-child(1):hover, .about-new__card:nth-child(2):hover, .about-new__card:nth-child(3):hover {
    transform: translateY(-8px) scale(1.02);
  }
}
@media (max-width: 768px) {
  .about-new {
    padding: 5rem 0;
  }
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.service {
  padding: 100px 0;
  background: linear-gradient(135deg, rgb(249.5, 251.1, 252) 0%, rgb(241, 244, 243.6) 100%);
}
@media (max-width: 768px) {
  .service {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .service {
    padding: 40px 0;
  }
}
.service__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .service__container {
    padding: 0 15px;
  }
}
.service__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .service__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .service__grid {
    gap: 15px;
  }
}
.service__card {
  background-color: #f1f2f2;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service__card {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .service__card {
    padding: 25px 15px;
  }
}
.service__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.service__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.service__card:hover::before {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .service__card:hover {
    transform: translateY(-5px);
  }
}
.service__card--featured {
  border: 3px solid #89bdd3;
  position: relative;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .service__card--featured {
    transform: scale(1);
    border-width: 2px;
  }
}
.service__card--featured::after {
  content: "POPULAR";
  position: absolute;
  top: 15px;
  right: -30px;
  background-color: #89bdd3;
  color: #f1f2f2;
  padding: 8px 40px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .service__card--featured::after {
    top: 10px;
    right: -25px;
    padding: 6px 30px;
    font-size: 10px;
  }
}
.service__card--featured:hover {
  transform: scale(1.05) translateY(-10px);
}
@media (max-width: 768px) {
  .service__card--featured:hover {
    transform: translateY(-5px);
  }
}
.service__card-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .service__card-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .service__card-icon {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
.service__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .service__card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .service__card-title {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}
.service__card-description {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .service__card-description {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .service__card-description {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.service__card-price {
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  color: #f1f2f2;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(137, 189, 211, 0.3);
}
@media (max-width: 768px) {
  .service__card-price {
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .service__card-price {
    padding: 8px 15px;
    font-size: 13px;
  }
}
.service__card-plans {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}
@media (max-width: 768px) {
  .service__card-plans {
    margin-top: 15px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .service__card-plans {
    gap: 8px;
  }
}
.service__plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: rgb(239.6, 244.08, 246.6);
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .service__plan {
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  .service__plan {
    padding: 6px 10px;
  }
}
.service__plan:hover {
  background-color: rgb(226.4, 234.72, 239.4);
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .service__plan:hover {
    transform: translateX(3px);
  }
}
.service__plan-price {
  font-weight: 700;
  color: #89bdd3;
  font-size: 16px;
}
@media (max-width: 768px) {
  .service__plan-price {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .service__plan-price {
    font-size: 13px;
  }
}
.service__plan-price::after {
  content: "円/月";
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-left: 2px;
}
@media (max-width: 480px) {
  .service__plan-price::after {
    font-size: 10px;
  }
}
.service__plan-desc {
  font-size: 13px;
  color: rgb(76.5, 76.5, 76.5);
}
@media (max-width: 768px) {
  .service__plan-desc {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .service__plan-desc {
    font-size: 11px;
  }
}

.service-new {
  padding: 8rem 0;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8f4f8 100%);
  position: relative;
}
.service-new__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.service-new__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}
.service-new__card {
  background: #fff;
  border: 1px solid rgba(0, 153, 204, 0.1);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  transition: all 0.4s ease 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.service-new__card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 153, 204, 0.3);
  box-shadow: 0 25px 50px rgba(0, 153, 204, 0.15);
}
.service-new__card:hover .service-new__card-icon {
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(0, 153, 204, 0.3);
}
.service-new__card--featured {
  background: linear-gradient(145deg, rgba(0, 153, 204, 0.05), rgba(107, 92, 231, 0.03));
  border-color: rgba(0, 153, 204, 0.3);
  transform: scale(1.05);
}
.service-new__card--featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.service-new__card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 153, 204, 0.4);
}
.service-new__card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.service-new__card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.15), rgba(107, 92, 231, 0.15));
  border-radius: 20px;
  color: #0099cc;
  transition: all 0.3s ease;
}
.service-new__card-icon svg {
  width: 32px;
  height: 32px;
}
.service-new__card-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
}
.service-new__card-description {
  font-size: 0.95rem;
  color: #718096;
  line-height: 1.8;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.service-new__card-footer {
  text-align: center;
}
.service-new__card-price {
  display: inline-block;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 50px;
}
.service-new__card-status {
  display: inline-block;
  background: rgba(0, 153, 204, 0.1);
  color: #0099cc;
  font-family: "Orbitron", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  border: 1px solid rgba(0, 153, 204, 0.3);
}
.service-new__card-plans {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.service-new__plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  background: rgba(0, 153, 204, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.service-new__plan:hover {
  background: rgba(0, 153, 204, 0.1);
  transform: translateX(5px);
}
.service-new__plan-name {
  font-size: 0.9rem;
  color: #718096;
}
.service-new__plan-price {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0099cc;
}
.service-new__plan-price small {
  font-size: 0.7rem;
  font-weight: 400;
  color: #718096;
}
@media (max-width: 1024px) {
  .service-new__grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
  .service-new__card--featured {
    transform: scale(1);
    order: -1;
  }
  .service-new__card--featured:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .service-new {
    padding: 5rem 0;
  }
  .service-new__card {
    padding: 2rem;
  }
  .service-new__card:hover {
    transform: translateY(-5px);
  }
}

.achieve {
  padding: 100px 0;
  background-color: #f1f2f2;
}
@media (max-width: 768px) {
  .achieve {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .achieve {
    padding: 40px 0;
  }
}
.achieve__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .achieve__container {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .achieve__container {
    padding: 0 70px;
  }
}
.achieve__slider {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .achieve__slider {
    margin-bottom: 30px;
  }
}
.achieve__slider-container {
  display: flex;
  transition: transform 0.5s ease 0.3s ease;
  gap: 30px;
}
@media (max-width: 768px) {
  .achieve__slider-container {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .achieve__slider-container {
    gap: 15px;
  }
}
.achieve__slide {
  flex: 0 0 calc(33.333% - 20px);
  transition: all 0.3s ease;
  min-width: 0;
}
@media (max-width: 768px) {
  .achieve__slide {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .achieve__slide {
    flex: 0 0 calc(100% - 15px);
  }
}
.achieve__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.achieve__link:hover {
  transform: translateY(-5px);
}
.achieve__link:hover .achieve__image img {
  transform: scale(1.05);
}
.achieve__link:hover .achieve__content {
  background-color: rgb(226.4, 234.72, 239.4);
}
@media (max-width: 768px) {
  .achieve__link:hover {
    transform: translateY(-3px);
  }
}
.achieve__image {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: rgb(233, 239.4, 243);
}
@media (max-width: 768px) {
  .achieve__image {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .achieve__image {
    height: 140px;
  }
}
.achieve__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.achieve__content {
  background-color: #f1f2f2;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .achieve__content {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .achieve__content {
    padding: 12px;
  }
}
.achieve__title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .achieve__title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .achieve__title {
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
  }
}
.achieve__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .achieve__description {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .achieve__description {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.achieve__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 480px) {
  .achieve__tags {
    gap: 4px;
  }
}
.achieve__tag {
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  color: #f1f2f2;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .achieve__tag {
    padding: 3px 8px;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .achieve__tag {
    padding: 2px 6px;
    font-size: 9px;
    border-radius: 8px;
  }
}
.achieve__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(241, 242, 242, 0.9);
  border: 2px solid #89bdd3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #89bdd3;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
@media (max-width: 768px) {
  .achieve__nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .achieve__nav {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.achieve__nav:hover {
  background-color: #89bdd3;
  color: #f1f2f2;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .achieve__nav:hover {
    transform: scale(1.05);
  }
}
.achieve__nav--prev {
  left: -25px;
}
@media (max-width: 768px) {
  .achieve__nav--prev {
    left: -20px;
  }
}
@media (max-width: 480px) {
  .achieve__nav--prev {
    left: -17px;
  }
}
.achieve__nav--next {
  right: -25px;
}
@media (max-width: 768px) {
  .achieve__nav--next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .achieve__nav--next {
    right: -17px;
  }
}
.achieve__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .achieve__dots {
    margin-top: 20px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .achieve__dots {
    gap: 6px;
  }
}
.achieve__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #89bdd3;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .achieve__dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .achieve__dot {
    width: 8px;
    height: 8px;
  }
}
.achieve__dot--active {
  background-color: #89bdd3;
}
.achieve__dot:hover {
  background-color: rgba(137, 189, 211, 0.7);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .achieve__dot:hover {
    transform: scale(1.1);
  }
}
.achieve__more {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .achieve__more {
    margin-top: 30px;
  }
}
.achieve__btn {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  color: #f1f2f2;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(137, 189, 211, 0.3);
}
@media (max-width: 768px) {
  .achieve__btn {
    padding: 12px 25px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .achieve__btn {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.achieve__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(137, 189, 211, 0.4);
}
@media (max-width: 768px) {
  .achieve__btn:hover {
    transform: translateY(-1px);
  }
}

.achieve-new {
  padding: 8rem 0;
  background: linear-gradient(180deg, #e8f4f8 0%, #ffffff 100%);
}
.achieve-new__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.achieve-new__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
.achieve-new__card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0, 153, 204, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.achieve-new__card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 153, 204, 0.3);
  box-shadow: 0 25px 50px rgba(0, 153, 204, 0.15);
}
.achieve-new__card:hover .achieve-new__card-image img {
  transform: scale(1.1);
}
.achieve-new__card:hover .achieve-new__card-overlay {
  opacity: 1;
}
.achieve-new__card:hover .achieve-new__card-view {
  background: #fff;
  color: #2d3748;
}
.achieve-new__card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.achieve-new__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.achieve-new__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.8), rgba(107, 92, 231, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease 0.3s ease;
}
.achieve-new__card-view {
  font-family: "Orbitron", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.achieve-new__card-content {
  padding: 1.5rem;
}
.achieve-new__card-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}
.achieve-new__card-desc {
  font-size: 0.9rem;
  color: #718096;
  margin-bottom: 1rem;
}
.achieve-new__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.achieve-new__tag {
  font-size: 0.75rem;
  color: #0099cc;
  padding: 0.3rem 0.8rem;
  background: rgba(0, 153, 204, 0.1);
  border: 1px solid rgba(0, 153, 204, 0.3);
  border-radius: 50px;
}
.achieve-new__more {
  text-align: center;
}
.achieve-new__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2d3748;
  text-decoration: none;
  padding: 1rem 2.5rem;
  background: transparent;
  border: 2px solid rgba(45, 55, 72, 0.2);
  border-radius: 50px;
  transition: all 0.4s ease 0.3s ease;
}
.achieve-new__btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.achieve-new__btn:hover {
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 25px rgba(0, 153, 204, 0.4);
}
.achieve-new__btn:hover svg {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .achieve-new__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .achieve-new {
    padding: 5rem 0;
  }
  .achieve-new__grid {
    grid-template-columns: 1fr;
  }
  .achieve-new__card:hover {
    transform: translateY(-5px);
  }
}

.contact {
  padding: 100px 0;
  background: linear-gradient(135deg, rgb(233, 239.4, 243) 0%, rgb(221, 228.8, 227) 100%);
}
@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .contact__container {
    padding: 0 15px;
  }
}
.contact__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .contact__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .contact__content {
    gap: 30px;
  }
}
.contact__text {
  order: 1;
}
@media (max-width: 768px) {
  .contact__text {
    order: 1;
    text-align: center;
  }
}
.contact__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .contact__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.contact__description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: rgb(76.5, 76.5, 76.5);
}
@media (max-width: 768px) {
  .contact__description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .contact__description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.contact__info {
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .contact__info {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .contact__info {
    gap: 10px;
  }
}
.contact__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: rgba(241, 242, 242, 0.8);
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact__info-item {
    padding: 12px 18px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contact__info-item {
    padding: 10px 15px;
  }
}
.contact__info-item:hover {
  background-color: #f1f2f2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .contact__info-item:hover {
    transform: translateY(-1px);
  }
}
.contact__info-label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact__info-label {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .contact__info-label {
    font-size: 12px;
  }
}
.contact__info-value {
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact__info-value {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .contact__info-value {
    font-size: 12px;
  }
}
.contact__buttons {
  display: grid;
  gap: 20px;
  order: 2;
}
@media (max-width: 768px) {
  .contact__buttons {
    order: 2;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .contact__buttons {
    gap: 12px;
  }
}
.contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background-color: #f1f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact__btn {
    padding: 18px 25px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contact__btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.contact__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(137, 189, 211, 0.1), transparent);
  transition: left 0.5s ease;
}
.contact__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.contact__btn:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .contact__btn:hover {
    transform: translateY(-2px);
  }
}
.contact__btn--phone {
  background: linear-gradient(135deg, #89bdd3, rgb(99.8518518519, 168.2222222222, 197.1481481481));
  color: #f1f2f2;
}
.contact__btn--phone:hover {
  background: linear-gradient(135deg, rgb(118.4259259259, 178.6111111111, 204.0740740741), rgb(81.2777777778, 157.8333333333, 190.2222222222));
  color: #f1f2f2;
}
.contact__btn--form {
  background: linear-gradient(135deg, #c6d3d0, rgb(169.2178217822, 188.7821782178, 184.2673267327));
  color: #f1f2f2;
}
.contact__btn--form:hover {
  background: linear-gradient(135deg, rgb(183.6089108911, 199.8910891089, 196.1336633663), rgb(154.8267326733, 177.6732673267, 172.400990099));
  color: #f1f2f2;
}
.contact__btn-text {
  line-height: 1.4;
  text-align: center;
}

.contact-new {
  padding: 8rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #e8f4f8 100%);
  position: relative;
}
.contact-new__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.contact-new__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.contact-new__info {
  padding-right: 2rem;
}
.contact-new__headline {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.contact-new__headline-accent {
  background: linear-gradient(90deg, #0099cc, #6b5ce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-new__text {
  font-size: 1rem;
  color: #718096;
  line-height: 1.9;
  margin-bottom: 2.5rem;
}
.contact-new__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-new__detail {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 153, 204, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.contact-new__detail:hover {
  border-color: rgba(0, 153, 204, 0.3);
  background: rgba(0, 153, 204, 0.05);
}
.contact-new__detail-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.2), rgba(107, 92, 231, 0.2));
  border-radius: 50%;
  color: #0099cc;
}
.contact-new__detail-icon svg {
  width: 22px;
  height: 22px;
}
.contact-new__detail-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.contact-new__detail-label {
  font-size: 0.8rem;
  color: #718096;
  letter-spacing: 0.1em;
}
.contact-new__detail-value {
  font-size: 1rem;
  color: #2d3748;
  font-weight: 500;
}
.contact-new__actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-new__btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  text-decoration: none;
  border-radius: 16px;
  transition: all 0.4s ease 0.3s ease;
}
.contact-new__btn--phone {
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.15), rgba(107, 92, 231, 0.15));
  border: 1px solid rgba(0, 153, 204, 0.3);
}
.contact-new__btn--phone:hover {
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  border-color: transparent;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 153, 204, 0.3);
}
.contact-new__btn--phone:hover .contact-new__btn-label,
.contact-new__btn--phone:hover .contact-new__btn-value {
  color: #fff;
}
.contact-new__btn--form {
  background: #fff;
  border: 1px solid rgba(0, 153, 204, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.contact-new__btn--form:hover {
  background: rgba(0, 153, 204, 0.05);
  border-color: rgba(0, 153, 204, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 153, 204, 0.15);
}
.contact-new__btn-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 153, 204, 0.1);
  border-radius: 50%;
  color: #0099cc;
  transition: all 0.3s ease;
}
.contact-new__btn-icon svg {
  width: 26px;
  height: 26px;
}
.contact-new__btn:hover .contact-new__btn-icon {
  background: rgba(0, 153, 204, 0.2);
}
.contact-new__btn-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.contact-new__btn-label {
  font-size: 0.85rem;
  color: #718096;
}
.contact-new__btn-value {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3748;
}
.contact-new__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.contact-new__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem 2rem;
  border: 0 none;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.4s ease 0.3s ease;
  position: relative;
  overflow: hidden;
}
.contact-new__card:hover {
  transform: translateY(-8px);
}
.contact-new__card:hover .contact-new__card-icon {
  transform: scale(1.1);
}
.contact-new__card:hover .contact-new__card-btn {
  transform: translateY(-2px);
}
.contact-new__card--web {
  background: linear-gradient(160deg, #EFF6FF 0%, #DBEAFE 100%);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.12);
}
.contact-new__card--web:hover {
  box-shadow: 0 20px 50px rgba(59, 130, 246, 0.25);
}
.contact-new__card--web .contact-new__card-icon {
  background: linear-gradient(135deg, #3B82F6, #60A5FA);
  color: #fff;
}
.contact-new__card--web .contact-new__card-title {
  color: #1E40AF;
}
.contact-new__card--web .contact-new__card-btn {
  background: linear-gradient(135deg, #3B82F6, #2563EB);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.contact-new__card--web .contact-new__card-btn:hover {
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.45);
}
.contact-new__card--design {
  background: linear-gradient(160deg, #FFFBEB 0%, #FEF3C7 100%);
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.12);
}
.contact-new__card--design:hover {
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.25);
}
.contact-new__card--design .contact-new__card-icon {
  background: linear-gradient(135deg, #F59E0B, #FBBF24);
  color: #fff;
}
.contact-new__card--design .contact-new__card-title {
  color: #92400E;
}
.contact-new__card--design .contact-new__card-btn {
  background: linear-gradient(135deg, #F59E0B, #D97706);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}
.contact-new__card--design .contact-new__card-btn:hover {
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}
.contact-new__card--programming {
  background: linear-gradient(160deg, #FDF2F8 0%, #FCE7F3 100%);
  box-shadow: 0 8px 30px rgba(236, 72, 153, 0.12);
}
.contact-new__card--programming:hover {
  box-shadow: 0 20px 50px rgba(236, 72, 153, 0.25);
}
.contact-new__card--programming .contact-new__card-icon {
  background: linear-gradient(135deg, #ec4899, #f472b6);
  color: #fff;
}
.contact-new__card--programming .contact-new__card-title {
  color: #9D174D;
}
.contact-new__card--programming .contact-new__card-btn {
  background: linear-gradient(135deg, #ec4899, #db2777);
  box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}
.contact-new__card--programming .contact-new__card-btn:hover {
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.45);
}
.contact-new__card-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 none;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}
.contact-new__card-icon svg {
  width: 30px;
  height: 30px;
}
.contact-new__card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-new__card-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.contact-new__card-btn {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: #1a1a2e;
  border: 0 none;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.contact-new__card-badge {
  position: absolute;
  top: 12px;
  right: -30px;
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 2.5rem;
  border: 0 none;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(236, 72, 153, 0.3);
}
.contact-new__phone {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.contact-new__phone-label {
  font-size: 0.85rem;
  color: #718096;
  margin-bottom: 0.5rem;
}
.contact-new__phone-number {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  text-decoration: none;
  border: 0 none;
  transition: color 0.3s ease;
}
.contact-new__phone-number svg {
  width: 24px;
  height: 24px;
}
.contact-new__phone-number:hover {
  color: #3B82F6;
}
@media (max-width: 1024px) {
  .contact-new__content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .contact-new__info {
    padding-right: 0;
    text-align: center;
  }
  .contact-new__details {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact-new {
    padding: 5rem 0;
  }
  .contact-new__btn {
    padding: 1.2rem 1.5rem;
  }
  .contact-new__btn:hover {
    transform: translateY(-3px);
  }
  .contact-new__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .contact-new__card {
    padding: 2rem 1.5rem 1.5rem;
  }
  .contact-new__card-badge {
    top: 8px;
    right: -32px;
  }
}

.blog-new {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
}
.blog-new__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .blog-new__container {
    padding: 0 15px;
  }
}
.blog-new__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.blog-new__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease box-shadow 0.3s ease ease;
}
.blog-new__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 153, 204, 0.15);
}
.blog-new__card:hover .blog-new__card-image img {
  transform: scale(1.05);
}
.blog-new__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.blog-new__card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.blog-new__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-new__card-content {
  padding: 1.5rem;
}
.blog-new__card-date {
  font-size: 0.85rem;
  color: #718096;
  margin-right: 1rem;
}
.blog-new__card-category {
  font-size: 0.75rem;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
}
.blog-new__card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0.75rem 0;
  line-height: 1.5;
}
.blog-new__card-excerpt {
  font-size: 0.9rem;
  color: #718096;
  line-height: 1.7;
}
.blog-new__empty {
  text-align: center;
  padding: 3rem;
  color: #718096;
}
.blog-new__more {
  text-align: center;
  margin-top: 3rem;
}
.blog-new__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: transform 0.3s ease box-shadow 0.3s ease ease;
}
.blog-new__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 153, 204, 0.3);
}
.blog-new__btn svg {
  width: 20px;
  height: 20px;
}

.blog-archive {
  padding: 4rem 0;
}
.blog-archive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .blog-archive__container {
    padding: 0 15px;
  }
}
.blog-archive__container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
}
@media (max-width: 968px) {
  .blog-archive__container {
    grid-template-columns: 1fr;
  }
}
.blog-archive__grid {
  display: grid;
  gap: 2rem;
}
.blog-archive__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.blog-archive__card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.blog-archive__card-link {
  display: grid;
  grid-template-columns: 200px 1fr;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 600px) {
  .blog-archive__card-link {
    grid-template-columns: 1fr;
  }
}
.blog-archive__card-image {
  height: 150px;
  overflow: hidden;
}
.blog-archive__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__card-content {
  padding: 1.5rem;
}
.blog-archive__card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.blog-archive__card-date {
  font-size: 0.85rem;
  color: #718096;
}
.blog-archive__card-category {
  font-size: 0.75rem;
  background: #0099cc;
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}
.blog-archive__card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}
.blog-archive__card-excerpt {
  font-size: 0.9rem;
  color: #718096;
  line-height: 1.6;
}
.blog-archive__card-more {
  display: inline-block;
  margin-top: 0.75rem;
  color: #0099cc;
  font-size: 0.9rem;
  font-weight: 600;
}
.blog-archive__pagination {
  margin-top: 3rem;
  text-align: center;
}
.blog-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-archive__pagination .page-numbers.current, .blog-archive__pagination .page-numbers:hover {
  background: #0099cc;
  border-color: #0099cc;
  color: #fff;
}
.blog-archive__empty {
  text-align: center;
  padding: 3rem;
  color: #718096;
}

.single-post__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .single-post__container {
    padding: 0 15px;
  }
}
.single-post__container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
}
@media (max-width: 968px) {
  .single-post__container {
    grid-template-columns: 1fr;
  }
}
.single-post__header {
  margin-bottom: 2rem;
}
.single-post__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.single-post__date {
  color: #718096;
}
.single-post__categories {
  display: flex;
  gap: 0.5rem;
}
.single-post__category {
  font-size: 0.8rem;
  background: #0099cc;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-decoration: none;
}
.single-post__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #2d3748;
  line-height: 1.4;
}
.single-post__thumbnail {
  margin-top: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}
.single-post__thumbnail img {
  width: 100%;
  height: auto;
}
.single-post__content {
  line-height: 1.9;
  color: #4a5568;
}
.single-post__content h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0099cc;
}
.single-post__content h3 {
  font-size: 1.25rem;
  margin: 1.5rem 0 0.75rem;
}
.single-post__content p {
  margin-bottom: 1.5rem;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post__footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.single-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.single-post__tags-label {
  color: #718096;
}
.single-post__tag {
  font-size: 0.85rem;
  color: #0099cc;
  text-decoration: none;
}
.single-post__tag:hover {
  text-decoration: underline;
}
.single-post__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.single-post__nav-link {
  padding: 1rem;
  background: #f8fafc;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
}
.single-post__nav-link:hover {
  background: #e2e8f0;
}
.single-post__nav-link--next {
  text-align: right;
}
.single-post__nav-label {
  font-size: 0.85rem;
  color: #718096;
  display: block;
  margin-bottom: 0.25rem;
}
.single-post__nav-title {
  font-weight: 600;
  color: #2d3748;
}
.single-post__related {
  margin-top: 3rem;
}
.single-post__related-title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.single-post__related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 600px) {
  .single-post__related-grid {
    grid-template-columns: 1fr;
  }
}
.single-post__related-card {
  text-decoration: none;
  color: inherit;
}
.single-post__related-image {
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.single-post__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__related-card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3748;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sidebar__widget {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.sidebar__widget-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0099cc;
}
.sidebar__search {
  display: flex;
  gap: 0.5rem;
}
.sidebar__search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.9rem;
}
.sidebar__search-btn {
  width: 44px;
  height: 44px;
  background: #0099cc;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__search-btn svg {
  width: 20px;
  height: 20px;
}
.sidebar__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__category-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar__category-item:last-child {
  border-bottom: none;
}
.sidebar__category-item a {
  color: #4a5568;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__category-item a:hover {
  color: #0099cc;
}
.sidebar__category-count {
  font-size: 0.85rem;
  color: #a0aec0;
}
.sidebar__recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__recent-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar__recent-item:last-child {
  border-bottom: none;
}
.sidebar__recent-link {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.sidebar__recent-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar__recent-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__recent-title {
  font-size: 0.9rem;
  color: #2d3748;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
.sidebar__recent-date {
  font-size: 0.8rem;
  color: #a0aec0;
}
.sidebar__service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.sidebar__service-list li {
  padding: 0.5rem 0;
}
.sidebar__service-list a {
  color: #4a5568;
  text-decoration: none;
}
.sidebar__service-list a:hover {
  color: #0099cc;
}
.sidebar__cta-btn {
  display: block;
  text-align: center;
  padding: 0.75rem;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.sidebar__cta-btn:hover {
  opacity: 0.9;
}

.contact-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 0;
}
.contact-form__group {
  margin-bottom: 1.5rem;
}
.contact-form__group--half {
  flex: 1;
  min-width: 200px;
}
.contact-form__group--privacy {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-top: 2rem;
}
.contact-form__group--privacy a {
  color: #1a1a2e;
  text-decoration: underline;
}
.contact-form__group--privacy a:hover {
  text-decoration: none;
}
.contact-form__group--submit {
  text-align: center;
  margin-top: 2rem;
}
.contact-form__row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact-form__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
}
.contact-form__label--required::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.15rem 0.5rem;
  background: #e74c3c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 3px;
  vertical-align: middle;
}
.contact-form__input,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form input[type=url],
.contact-form select {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=date]:focus,
.contact-form input[type=url]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #1a1a2e;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(26, 26, 46, 0.1);
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #aaa;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
}
.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.contact-form__textarea,
.contact-form textarea {
  width: 100%;
  min-height: 180px;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  background-color: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  resize: vertical;
  transition: all 0.3s ease;
}
.contact-form .wpcf7-checkbox,
.contact-form .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item,
.contact-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact-form .wpcf7-checkbox input[type=checkbox],
.contact-form .wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  accent-color: #1a1a2e;
  cursor: pointer;
}
.contact-form .wpcf7-list-item-label {
  font-size: 0.95rem;
  cursor: pointer;
}
.contact-form__submit,
.contact-form input[type=submit] {
  display: inline-block;
  min-width: 280px;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1a1a2e, #2d2d44);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 26, 46, 0.3);
}
.contact-form__submit:hover,
.contact-form input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 26, 46, 0.4);
}
.contact-form__submit:active,
.contact-form input[type=submit]:active {
  transform: translateY(0);
}
.contact-form .wpcf7-spinner {
  margin-left: 1rem;
}
.contact-form .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background-color: #fff5f5 !important;
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #e74c3c;
  font-size: 0.85rem;
}
.contact-form .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
}
.contact-form .wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.contact-form .wpcf7-mail-sent-ng,
.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-spam-blocked {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.contact-form--programming {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.contact-form--programming .contact-form__label--required::after {
  background: #ec4899;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 1rem;
  }
  .contact-form--programming {
    padding: 1.5rem 1rem;
  }
  .contact-form__row {
    flex-direction: column;
  }
  .contact-form__group--half {
    min-width: 100%;
  }
  .contact-form__submit,
  .contact-form input[type=submit] {
    width: 100%;
    min-width: auto;
  }
}

.contact-section {
  padding: 4rem 0;
}
.contact-section__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contact-section__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a2e;
}
.contact-section__subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 3rem;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
}
.contact-info__item {
  text-align: center;
}
.contact-info__icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.contact-info__label {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.25rem;
}
.contact-info__value {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}
.contact-info__value a {
  color: #1a1a2e;
  text-decoration: none;
}
.contact-info__value a:hover {
  text-decoration: underline;
}

.contact-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.contact-tabs__button {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #666;
  background: #f0f0f0;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-tabs__button:hover {
  background: #e0e0e0;
}
.contact-tabs__button.is-active {
  color: #fff;
  background: #1a1a2e;
}
.contact-tabs__content {
  display: none;
}
.contact-tabs__content.is-active {
  display: block;
}

.header__cta {
  display: none;
  align-items: center;
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #f472b6);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
  margin-left: 1rem;
}
.header__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.4);
}
@media (min-width: 1024px) {
  .header__cta {
    display: flex;
  }
}
.header.is-scrolled .header__cta {
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
}

.floating-cta {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.4s ease 0.3s ease;
}
.floating-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floating-cta__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.floating-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}
.floating-cta__btn--trial {
  background: linear-gradient(135deg, #ec4899, #db2777);
}
.floating-cta__btn--contact {
  background: linear-gradient(135deg, #1a1a2e, #2d2d44);
}
.floating-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-cta__icon svg {
  width: 18px;
  height: 18px;
}
.floating-cta__text {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .floating-cta {
    bottom: 1rem;
    right: 1rem;
    flex-direction: row;
  }
  .floating-cta__text {
    display: none;
  }
  .floating-cta__btn {
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

.service-new__card-cta {
  margin-top: auto;
  padding-top: 1rem;
}
.service-new__card-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a2e;
  background: transparent;
  border: 2px solid #1a1a2e;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.service-new__card-cta-btn:hover {
  color: #fff;
  background: #1a1a2e;
}
.service-new__card--featured .service-new__card-cta-btn {
  color: #ec4899;
  border-color: #ec4899;
}
.service-new__card--featured .service-new__card-cta-btn:hover {
  color: #fff;
  background: #ec4899;
}

.error-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 20px;
}
.error-404__content {
  text-align: center;
  max-width: 500px;
}
.error-404__title {
  font-family: "Orbitron", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
}
.error-404__subtitle {
  font-size: 1.5rem;
  color: #2d3748;
  margin-bottom: 1rem;
}
.error-404__text {
  color: #718096;
  margin-bottom: 2rem;
}
.error-404__search {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.error-404__search input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.error-404__search button {
  padding: 0.75rem 1.5rem;
  background: #0099cc;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.error-404__links {
  margin-bottom: 2rem;
}
.error-404__links h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.error-404__links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.error-404__links a {
  color: #0099cc;
  text-decoration: none;
}
.error-404__btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
}

.about-mission {
  padding: 6rem 0;
  background: linear-gradient(180deg, #f0f7ff 0%, #fff 50%, #f0f4f8 100%);
}
.about-mission__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about-mission__container {
    padding: 0 15px;
  }
}
.about-mission__container {
  padding: 0 2rem;
}
.about-mission__content {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
}
.about-mission__headline {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #2d3748;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.about-mission__accent {
  background: linear-gradient(90deg, #0099cc, #6b5ce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-mission__text {
  font-size: 1.05rem;
  color: #718096;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.about-mission__text:last-child {
  margin-bottom: 0;
}
.about-mission__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.about-mission__value {
  background: #fff;
  border: 1px solid rgba(0, 153, 204, 0.1);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-mission__value:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 153, 204, 0.12);
}
.about-mission__value-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.about-mission__value-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
}
.about-mission__value-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.75rem;
}
.about-mission__value-text {
  font-size: 0.9rem;
  color: #718096;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .about-mission {
    padding: 4rem 0;
  }
  .about-mission__container {
    padding: 0 1.25rem;
  }
  .about-mission__content {
    margin-bottom: 3rem;
  }
  .about-mission__values {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .about-mission__headline {
    font-size: 1.3rem;
  }
}

.about-profile {
  padding: 6rem 0;
  background: #fff;
}
.about-profile__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about-profile__container {
    padding: 0 15px;
  }
}
.about-profile__container {
  padding: 0 2rem;
}
.about-profile__content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.about-profile__image {
  position: sticky;
  top: 100px;
}
.about-profile__image-placeholder {
  width: 280px;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
}
.about-profile__image-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-profile__role {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0099cc;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.about-profile__name {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
}
.about-profile__name-en {
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  color: #a0aec0;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}
.about-profile__bio p {
  font-size: 1rem;
  color: #718096;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.about-profile__bio p:last-child {
  margin-bottom: 0;
}
.about-profile__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}
.about-profile__skill {
  display: inline-block;
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0099cc;
  background: rgba(0, 153, 204, 0.08);
  border: 1px solid rgba(0, 153, 204, 0.2);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .about-profile {
    padding: 4rem 0;
  }
  .about-profile__container {
    padding: 0 1.25rem;
  }
  .about-profile__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-profile__image {
    position: static;
    display: flex;
    justify-content: center;
  }
  .about-profile__image-placeholder {
    width: 200px;
    height: 240px;
  }
  .about-profile__info {
    text-align: center;
  }
  .about-profile__skills {
    justify-content: center;
  }
}

.about-company {
  padding: 6rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f0f7ff 100%);
}
.about-company__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about-company__container {
    padding: 0 15px;
  }
}
.about-company__container {
  padding: 0 2rem;
}
.about-company__table-wrap {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.about-company__table {
  width: 100%;
  border-collapse: collapse;
}
.about-company__table tr {
  border-bottom: 1px solid #f0f0f0;
}
.about-company__table tr:last-child {
  border-bottom: none;
}
.about-company__table th {
  width: 160px;
  padding: 1.25rem 2rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d3748;
  background: rgba(0, 153, 204, 0.04);
  text-align: left;
  vertical-align: top;
}
.about-company__table td {
  padding: 1.25rem 2rem;
  font-size: 0.95rem;
  color: #718096;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .about-company {
    padding: 4rem 0;
  }
  .about-company__container {
    padding: 0 1.25rem;
  }
  .about-company__table th {
    width: 100px;
    padding: 1rem;
    font-size: 0.8rem;
  }
  .about-company__table td {
    padding: 1rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .about-company__table th, .about-company__table td {
    display: block;
    width: 100%;
  }
  .about-company__table th {
    padding-bottom: 0.25rem;
    background: transparent;
    border-bottom: none;
  }
  .about-company__table td {
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
  }
  .about-company__table tr {
    border-bottom: none;
  }
}

.about-access {
  padding: 6rem 0;
  background: #fff;
}
.about-access__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about-access__container {
    padding: 0 15px;
  }
}
.about-access__container {
  padding: 0 2rem;
}
.about-access__content {
  max-width: 900px;
  margin: 0 auto;
}
.about-access__map {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.about-access__map iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.about-access__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.about-access__detail {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.about-access__detail p {
  font-size: 0.9rem;
  color: #718096;
  line-height: 1.6;
}
.about-access__detail-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-access__detail-icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.about-access__detail-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .about-access {
    padding: 4rem 0;
  }
  .about-access__container {
    padding: 0 1.25rem;
  }
  .about-access__info {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .about-access__map iframe {
    height: 280px;
  }
}

.works-intro {
  padding: 6rem 0 4rem;
  background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
}
.works-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .works-intro__container {
    padding: 0 15px;
  }
}
.works-intro__container {
  padding: 0 2rem;
}
.works-intro__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.works-intro__text {
  font-size: 1.05rem;
  color: #718096;
  line-height: 2;
}
.works-intro__text strong {
  color: #2d3748;
  font-weight: 700;
}
@media (max-width: 768px) {
  .works-intro {
    padding: 4rem 0 3rem;
  }
  .works-intro__container {
    padding: 0 1.25rem;
  }
}

.works-nav {
  padding: 0 0 4rem;
  background: #fff;
}
.works-nav__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .works-nav__container {
    padding: 0 15px;
  }
}
.works-nav__container {
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.works-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease;
}
.works-nav__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.works-nav__item[data-service=web]:hover {
  border-color: #3B82F6;
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.15);
}
.works-nav__item[data-service=design]:hover {
  border-color: #F59E0B;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.15);
}
.works-nav__item[data-service=programming]:hover {
  border-color: #EC4899;
  box-shadow: 0 12px 30px rgba(236, 72, 153, 0.15);
}
.works-nav__label {
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #a0aec0;
}
.works-nav__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
}
.works-nav__arrow {
  width: 20px;
  height: 20px;
  stroke: #a0aec0;
  transition: transform 0.3s ease;
}
.works-nav__item:hover .works-nav__arrow {
  transform: translateY(4px);
  stroke: #0099cc;
}
@media (max-width: 768px) {
  .works-nav {
    padding: 0 0 3rem;
  }
  .works-nav__container {
    padding: 0 1.25rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .works-nav__item {
    flex-direction: row;
    justify-content: center;
    padding: 1.25rem 1.5rem;
    gap: 1rem;
  }
  .works-nav__arrow {
    transform: rotate(-90deg);
  }
  .works-nav__item:hover .works-nav__arrow {
    transform: rotate(-90deg) translateY(4px);
  }
}

.works-section {
  padding: 6rem 0;
}
.works-section:nth-child(odd) {
  background: #fff;
}
.works-section:nth-child(even) {
  background: #f8fafc;
}
.works-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .works-section__container {
    padding: 0 15px;
  }
}
.works-section__container {
  padding: 0 2rem;
}
.works-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.works-section__inner--reverse {
  direction: rtl;
}
.works-section__inner--reverse > * {
  direction: ltr;
}
.works-section__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.works-section__image img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-section__number {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #0099cc;
  margin-bottom: 0.75rem;
  padding: 0.3rem 1rem;
  border: 1px solid rgba(0, 153, 204, 0.3);
  border-radius: 50px;
  background: rgba(0, 153, 204, 0.05);
}
.works-section__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.25rem;
}
.works-section__text {
  font-size: 0.95rem;
  color: #718096;
  line-height: 2;
  margin-bottom: 2rem;
}
.works-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.works-section__btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.works-section__btn:hover svg {
  transform: translateX(4px);
}
.works-section__btn[data-service=web] {
  background: linear-gradient(135deg, #3B82F6, #1E40AF);
}
.works-section__btn[data-service=web]:hover {
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
}
.works-section__btn[data-service=design] {
  background: linear-gradient(135deg, #F59E0B, #92400E);
}
.works-section__btn[data-service=design]:hover {
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
}
.works-section__btn[data-service=programming] {
  background: linear-gradient(135deg, #EC4899, #9D174D);
}
.works-section__btn[data-service=programming]:hover {
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35);
}
.works-section--web .works-section__number {
  color: #3B82F6;
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(59, 130, 246, 0.05);
}
.works-section--design .works-section__number {
  color: #F59E0B;
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.05);
}
.works-section--programming .works-section__number {
  color: #EC4899;
  border-color: rgba(236, 72, 153, 0.3);
  background: rgba(236, 72, 153, 0.05);
}
@media (max-width: 768px) {
  .works-section {
    padding: 4rem 0;
  }
  .works-section__container {
    padding: 0 1.25rem;
  }
  .works-section__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .works-section__inner--reverse {
    direction: ltr;
  }
  .works-section__image img {
    height: 220px;
  }
  .works-section__content {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .works-section__image img {
    height: 180px;
  }
}

.works-archive {
  padding: 5rem 0;
  background: #f8fafc;
}
.works-archive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .works-archive__container {
    padding: 0 15px;
  }
}
.works-archive__container {
  padding: 0 2rem;
}
.works-archive__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
}
.works-archive__filter-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #718096;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  background: #fff;
  transition: all 0.3s ease;
}
.works-archive__filter-btn:hover {
  color: #0099cc;
  border-color: #0099cc;
}
.works-archive__filter-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  border-color: transparent;
}
.works-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.works-archive__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.works-archive__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.works-archive__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.works-archive__card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.works-archive__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.works-archive__card:hover .works-archive__card-image img {
  transform: scale(1.05);
}
.works-archive__card-content {
  padding: 1.25rem 1.5rem 1.5rem;
}
.works-archive__card-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0099cc;
  background: rgba(0, 153, 204, 0.08);
  padding: 0.2rem 0.75rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}
.works-archive__card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.works-archive__card-excerpt {
  font-size: 0.85rem;
  color: #718096;
  line-height: 1.7;
}
.works-archive__pagination {
  margin-top: 3rem;
}
.works-archive__empty {
  text-align: center;
  padding: 5rem 0;
}
.works-archive__empty p {
  font-size: 1.05rem;
  color: #718096;
  line-height: 2;
}
@media (max-width: 768px) {
  .works-archive {
    padding: 3rem 0;
  }
  .works-archive__container {
    padding: 0 1.25rem;
  }
  .works-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .works-archive__grid {
    grid-template-columns: 1fr;
  }
}

.under-construction {
  padding: 5rem 0 6rem;
  text-align: center;
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.under-construction__container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.under-construction__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #1a1a2e, #2d2d44);
  border-radius: 50%;
}
.under-construction__icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
}
.under-construction__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
}
.under-construction__text {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 2.5rem;
}
.under-construction__preview {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.under-construction__preview-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f0f0f0;
}
.under-construction__preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.under-construction__preview-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #555;
  font-size: 0.95rem;
}
.under-construction__preview-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #1a1a2e;
  border-radius: 50%;
}
.under-construction__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
  background: transparent;
  border: 2px solid #1a1a2e;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.under-construction__btn:hover {
  background: #1a1a2e;
  color: #fff;
}
.under-construction__btn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .under-construction {
    padding: 3rem 0 4rem;
  }
  .under-construction__title {
    font-size: 1.4rem;
  }
  .under-construction__icon {
    width: 64px;
    height: 64px;
  }
  .under-construction__icon svg {
    width: 28px;
    height: 28px;
  }
}

.thanks {
  padding: 5rem 0 6rem;
  text-align: center;
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.thanks__container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.thanks__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  border-radius: 50%;
}
.thanks__icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
}
.thanks__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}
.thanks__text {
  font-size: 1.05rem;
  color: #718096;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.thanks__note {
  font-size: 0.85rem;
  color: #a0aec0;
  line-height: 1.9;
  margin-bottom: 2.5rem;
}
.thanks__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0099cc, #6b5ce7);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.thanks__btn:hover {
  box-shadow: 0 8px 24px rgba(0, 153, 204, 0.35);
}
.thanks__btn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .thanks {
    padding: 3rem 0 4rem;
  }
  .thanks__title {
    font-size: 1.4rem;
  }
  .thanks__icon {
    width: 64px;
    height: 64px;
  }
  .thanks__icon svg {
    width: 28px;
    height: 28px;
  }
}

.footer-cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a1a2e, #2d2d44);
  text-align: center;
}
.footer-cta__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.footer-cta__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
.footer-cta__text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
}
.footer-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-cta__btn {
  display: inline-block;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-cta__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.footer-cta__btn--accent {
  background: #ec4899;
  border-color: #ec4899;
}
.footer-cta__btn--accent:hover {
  background: #db2777;
  border-color: #db2777;
}
@media (max-width: 768px) {
  .footer-cta {
    padding: 3rem 0;
  }
  .footer-cta__title {
    font-size: 1.3rem;
  }
  .footer-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  .footer-cta__btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

.footer {
  background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
  color: #f1f2f2;
  padding: 60px 0 0;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer__container {
    padding: 0 15px;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__logo a {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #f1f2f2;
  text-decoration: none;
  background: linear-gradient(135deg, #89bdd3, #c6d3d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.8;
}
.footer__description {
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.footer__location {
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.footer__location p {
  margin-bottom: 0.25rem;
}
.footer__location strong {
  color: rgba(255, 255, 255, 0.7);
}
.footer__nav-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer__nav-list li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0.75rem;
}
.footer__nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: background 0.3s ease;
}
.footer__nav-list li a:hover {
  color: #fff;
}
.footer__nav-list li a:hover::before {
  background: #89bdd3;
}
.footer__nav-list--area {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav-list--area li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  padding: 0.25rem 0 0.25rem 0.75rem;
  position: relative;
}
.footer__nav-list--area li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.footer__seo-text {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__seo-text p {
  font-size: 0.75rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.3);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}
.footer__copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer__copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer__copyright a:hover {
  color: #fff;
}
.footer__legal {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}
.footer__legal a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer__info {
    grid-column: 1/-1;
    text-align: center;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .footer__nav-list li a {
    padding-left: 0;
  }
  .footer__nav-list li a::before {
    display: none;
  }
  .footer__nav-list--area li {
    padding-left: 0;
  }
  .footer__nav-list--area li::before {
    display: none;
  }
}